source: trunk/DataCheck/Cron/crontab.fact-transfer@ 16483

Last change on this file since 16483 was 15597, checked in by Daniela Dorner, 11 years ago
moved control of number of instances from cron to script, added script for backup of QLA
File size: 1.2 KB
Line 
1MAILTO=dorner@astro.uni-wuerzburg.de
2AUTOMATIONSETUP="fact.isdc"
3# cronjobs for user fact_opr (ISDC) on isdc-dl00 (machine for transfer)
4# transfer of aux data from LP to isdc-dl00
50,30 * * * * if ! ps aux | grep RsyncAuxToISDC | grep -v grep >/dev/null 2>&1 ; then /bin/nice -n 19 /usr/bin/ionice -c 3 ~/DataCheck/Transfer/RsyncAuxToISDC.sh; fi
6# transfer of raw data from LP to isdc-dl00
70,30 * * * * if ! ps aux | grep RsyncRawToISDC | grep -v grep >/dev/null 2>&1 ; then /bin/nice -n 19 /usr/bin/ionice -c 3 ~/DataCheck/Transfer/RsyncRawToISDC.sh; fi
8# do backup of auxiliary data to Wuerzburg
915,45 * * * * if ! ps aux | grep BackupAuxToWue | grep -v grep >/dev/null 2>&1 ; then /bin/nice -n 19 /usr/bin/ionice -c 3 ~/DataCheck/Transfer/BackupAuxToWue.sh; fi
10# do backup of raw data to Wuerzburg
1115,45 * * * * /bin/nice -n 19 /usr/bin/ionice -c 3 ~/DataCheck/Transfer/BackupRawToWue.sh
12# check db and global log
1310 0 * * * ~/DataCheck/Monitoring/CheckLogs.sh
140 8,17 * * * ~/DataCheck/Monitoring/CheckStatus.sh
15# check which files can be deleted in La Palma
160 16 * * * ~/DataCheck/Transfer/CheckTransfer.sh
17# check disk space
180 * * * * ~/DataCheck/Monitoring/CheckDU.sh
19# rsync of the QLA results every morning
200 8,10,12 * * * ~/DataCheck/Transfer/BackupQLA.sh
Note: See TracBrowser for help on using the repository browser.