Index: trunk/DataCheck/crontab.fact1
===================================================================
--- trunk/DataCheck/crontab.fact1	(revision 12559)
+++ trunk/DataCheck/crontab.fact1	(revision 12560)
@@ -4,8 +4,8 @@
 0 */6 * * * /home/fact/DataCheck/CheckNTPDate.sh
 # rsync data from fact2 to fact1
-0 8,11,14 * * * if ! ps aux | grep RsyncRaw | grep -v grep ; then /home/fact/DataCheck/RsyncRaw.sh ; fi
-0 8,11,14 * * * if ! ps aux | grep RsyncAux | grep -v grep ; then /home/fact/DataCheck/RsyncAux.sh ; fi
+0 * * * * if ! ps aux | grep RsyncRaw | grep -v grep ; then /home/fact/DataCheck/RsyncRaw.sh ; fi
+0,30 * * * * if ! ps aux | grep RsyncAux | grep -v grep ; then /home/fact/DataCheck/RsyncAux.sh ; fi
 # compress data on fact1
-0 9,12,15 * * * if ! ps aux | grep Zip | grep -v grep ; then /home/fact/DataCheck/ZipRawData.sh ; fi
+0 * * * * if ! ps aux | grep Zip | grep -v grep ; then /home/fact/DataCheck/ZipRawData.sh ; fi
 # check disk usage for /loc_data
-0 18,20,22,0,2,4,6,8 * * * /home/fact/DataCheck/CheckDU.sh
+0 * * * * /home/fact/DataCheck/CheckDU.sh
Index: trunk/DataCheck/crontab.fact2
===================================================================
--- trunk/DataCheck/crontab.fact2	(revision 12559)
+++ trunk/DataCheck/crontab.fact2	(revision 12560)
@@ -6,3 +6,3 @@
 0 */6 * * * /home/fact/DataCheck/CheckNTPDate.sh
 # check disk usage for /loc_data
-0 18,20,22,0,2,4,6,8 * * * /home/fact/DataCheck/CheckDU.sh
+0 * * * * /home/fact/DataCheck/CheckDU.sh
