Changeset 18329 for trunk/DataCheck/Cron/crontab.fact2
- Timestamp:
- 08/31/15 01:53:50 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Cron/crontab.fact2
r18166 r18329 10 10 # rsync auxfiles from newdaq via daq to data 11 11 */15 * * * * if ! ps aux | grep RsyncAuxLP | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/Transfer/RsyncAuxLP.sh ; fi 12 # first step of the QLA: rsync newdaq->daq, sequ writing, callisto, star12 # first step of the QLA: rsync newdaq->daq, callisto, star, starting also ganymed 13 13 */5 19-23,0-7 * * * if ! ps aux | grep Step1 | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step1.sh ; fi 14 14 0 8-18 * * * if ! ps aux | grep Step1 | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step1.sh ; fi … … 18 18 # create quality plots 19 19 0 * * * * /home/fact/SW.automatic.processing/DataCheck/DataCheck/PlotQuality.sh 20 # fill ratescans to database and plot them for website 21 10 * * * * /home/fact/SW.automatic.processing/DataCheck/Processing/FillRatescans.sh 22 15 * * * * /home/fact/SW.automatic.processing/DataCheck/DataCheck/PlotRatescans.sh 20 23 # backup of the QLA results to newdaq 21 24 0 8,10,12 * * * /home/fact/SW.automatic.processing/DataCheck/Transfer/BackupQLA.sh
Note:
See TracChangeset
for help on using the changeset viewer.