Index: trunk/tools/eam/rebalance/rebalance.mana
===================================================================
--- trunk/tools/eam/rebalance/rebalance.mana	(revision 41745)
+++ trunk/tools/eam/rebalance/rebalance.mana	(revision 42314)
@@ -8,5 +8,6 @@
 $EXEC = exec
 
-$BIGSIZE = 30M
+# BIGSIZE was 30M, but some machines do not have enough files that large 
+$BIGSIZE = 15M
 $TB_BYTE = 1024^4
 $VERSION = NONE
@@ -223,5 +224,5 @@
     while ($waitForDay)
       # check if we should run the next rsync at this time:
-      # only run except between HST = 19:00 - 05:00 or UT = 09:00 - 19:00 
+      # only run except between HST = 19:00 - 05:00 or UT = 05:00 - 15:00 
       ctimes -abs now -var tnow
       $thour = 24.0*($tnow - int($tnow))
@@ -242,5 +243,7 @@
 
     echo "rsyncing $srcdir/ to $tgtdir/ : $movelog"
+    break -auto off
     exec rsync -auv --files-from=$movelist $srcdir/ $tgtdir/ >& $movelog
+    break -auto on
   end
 end
