source: trunk/DataCheck/crontab.fact1@ 12552

Last change on this file since 12552 was 12549, checked in by Daniela Dorner, 14 years ago
added new scripts
File size: 588 bytes
Line 
1MAILTO=daniela.dorner@unige.ch
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 8,11,14 * * * if ! ps aux | grep RsyncRaw | grep -v grep ; then /home/fact/DataCheck/RsyncRaw.sh ; fi
70 8,11,14 * * * if ! ps aux | grep RsyncAux | grep -v grep ; then /home/fact/DataCheck/RsyncAux.sh ; fi
8# compress data on fact1
90 9,12,15 * * * if ! ps aux | grep Zip | grep -v grep ; then /home/fact/DataCheck/ZipRawData.sh ; fi
10# check disk usage for /loc_data
110 8,18 * * * /home/fact/DataCheck/CheckDU.sh
Note: See TracBrowser for help on using the repository browser.