Changeset 42314 for trunk/tools/eam/rebalance/rebalance.mana
- Timestamp:
- Dec 1, 2022, 11:15:58 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/tools/eam/rebalance/rebalance.mana (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/eam/rebalance/rebalance.mana
r41745 r42314 8 8 $EXEC = exec 9 9 10 $BIGSIZE = 30M 10 # BIGSIZE was 30M, but some machines do not have enough files that large 11 $BIGSIZE = 15M 11 12 $TB_BYTE = 1024^4 12 13 $VERSION = NONE … … 223 224 while ($waitForDay) 224 225 # check if we should run the next rsync at this time: 225 # only run except between HST = 19:00 - 05:00 or UT = 0 9:00 - 19:00226 # only run except between HST = 19:00 - 05:00 or UT = 05:00 - 15:00 226 227 ctimes -abs now -var tnow 227 228 $thour = 24.0*($tnow - int($tnow)) … … 242 243 243 244 echo "rsyncing $srcdir/ to $tgtdir/ : $movelog" 245 break -auto off 244 246 exec rsync -auv --files-from=$movelist $srcdir/ $tgtdir/ >& $movelog 247 break -auto on 245 248 end 246 249 end
Note:
See TracChangeset
for help on using the changeset viewer.
