source: trunk/DataCheck/crontab.fact1@ 12665

Last change on this file since 12665 was 12664, checked in by Daniela Dorner, 13 years ago
updated MAILTO to shift@fact-project.org
File size: 775 bytes
Line 
1MAILTO=shift@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
7*/15 * * * * if ! ps aux | grep RsyncAux | grep -v grep >/dev/null 2>&1 ; then /home/fact/DataCheck/RsyncAux.sh ; fi
8# compress data on fact1
942 * * * * if ! ps aux | grep ZipRawData | grep -v grep >/dev/null 2>&1 ; then /home/fact/DataCheck/ZipRawData.sh ; fi
10# check data on fact1
1142 */2 * * * if ! ps aux | grep CheckRawData | grep -v grep >/dev/null 2>&1 ; then /home/fact/DataCheck/CheckRawData.sh ; fi
12# check disk usage for /loc_data
130 * * * * /home/fact/DataCheck/CheckDU.sh
Note: See TracBrowser for help on using the repository browser.