- Timestamp:
- Feb 4, 2023, 7:34:24 AM (3 years ago)
- Location:
- branches/eam_branches/ipp-20220316/tools
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
eam/rebalance/rebalance.mana (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316/tools
- Property svn:mergeinfo changed
/trunk/tools (added) merged: 42285,42314,42355,42358
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20220316/tools/eam/rebalance/rebalance.mana
r41745 r42359 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.
