source: trunk/DataCheck/Cron/crontab.fact01@ 19209

Last change on this file since 19209 was 18658, checked in by Daniela Dorner, 8 years ago
added inserting automatic schedule
File size: 1.2 KB
Line 
1MAILTO=dorner@astro.uni-wuerzburg.de
2AUTOMATIONSETUP="fact.lp.gate"
3# cronjobs for fact01 alias gate
4# write files for David's MWL campaign webpage
50 8 * * * cd /home/factwww/mwlinfo ; /users/fact/SW.automatic.processing/DataCheck/DataCheck/InfoForMWL.sh
6# check swift schedule
75 12,18 * * * /users/fact/SW.automatic.processing/DataCheck/Monitoring/CheckSwiftSchedule.sh
8# insert schedule into DB
95 1 * * * /users/fact/SW.automatic.processing/DataCheck/Monitoring/InsertSchedule.sh
10# check time offset of machine
110 */6 * * * /users/fact/SW.automatic.processing/DataCheck/Monitoring/CheckNTPDate.sh
12# backup databases
130 8 * * * /users/fact/SW.automatic.processing/DataCheck/Transfer/BackupDatabase.sh
14# copy weather station data to mysql db (caused problems)
15#*/5 * * * * /usr/bin/wview-mysql-export
16# overlay celestial objects to skycam images every 5 min during night
17# magic skycam
18*/5 18-23,0-8 * * * /home/fact/allskysources/allSkySources.sh
19# fact skycam
20*/5 18-23,0-8 * * * /home/fact/allskysources_cp/allSkySources.sh
21# check shift calendar
22SHELL=/bin/bash
235 8 * * * for ((i=0;i<8;i++)) do date=`date -u +\%Y\%m\%d --date='+'$i'day'` ; /usr/bin/php -f /home/factwww/dch/shiftinfo.php date=$date > /dev/null; done
Note: See TracBrowser for help on using the repository browser.