source: trunk/DataCheck/crontab.fact1@ 12569

Last change on this file since 12569 was 12569, checked in by Daniela Dorner, 13 years ago
changed time for zip cron
File size: 621 bytes
Line 
1MAILTO=system@fact-project.org
2# cronjobs for fact1 alias data
3# check time offset of machine
40 */6 * * * /home/fact/DataCheck/CheckNTPDate.sh
5# rsync data from fact2 to fact1
60 * * * * if ! ps aux | grep RsyncRaw | grep -v grep >/dev/null 2>&1 ; then /home/fact/DataCheck/RsyncRaw.sh ; fi
70,30 * * * * if ! ps aux | grep RsyncAux | grep -v grep >/dev/null 2>&1 ; then /home/fact/DataCheck/RsyncAux.sh ; fi
8# compress data on fact1
930 * * * * if ! ps aux | grep Zip | grep -v grep >/dev/null 2>&1 ; then /home/fact/DataCheck/ZipRawData.sh ; fi
10# check disk usage for /loc_data
110 * * * * /home/fact/DataCheck/CheckDU.sh
Note: See TracBrowser for help on using the repository browser.