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

Last change on this file since 18095 was 17620, checked in by Daniela Dorner, 11 years ago
adapted times to be faster informed about full disks
File size: 1.6 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 * * * * ~/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
1850 * * * * ~/DataCheck/Monitoring/CheckDU.sh
19# rsync of the QLA results every morning
200 8,10,12 * * * ~/DataCheck/Transfer/BackupQLA.sh
21# cron to study the system performance and test some things
22*/5 * * * * source ~/.bashrc ; /bin/echo -n `/bin/date +\%F\ \%T`" time for ls: ">>~/time_for_ls_isdc-dl00_new.txt;/usr/bin/time -f \%e /bin/ls >/dev/null 2>>~/time_for_ls_isdc-dl00_new.txt
23*/5 * * * * /usr/sbin/lsof ~/DataCheck/Transfer/BackupRawToWue.sh > /dev/null
Note: See TracBrowser for help on using the repository browser.