Changeset 14845 for trunk


Ignore:
Timestamp:
02/04/13 06:06:43 (12 years ago)
Author:
Daniela Dorner
Message:
changed MAILTO, removed transfer jobs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Cron/crontab.fact1

    r13303 r14845  
    1 MAILTO=daniela.dorner@unige.ch
     1MAILTO=dorner@astro.uni-wuerzburg.de
    22AUTOMATIONSETUP="fact.lp.data"
    33# cronjobs for fact1 alias data
    44# check time offset of machine
    550 */6 * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckNTPDate.sh
    6 # rsync data from fact2 to fact1
    7 */30 * * * * if ! ps aux | grep RsyncRawLP | grep -v grep >/dev/null 2>&1 ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/Transfer/RsyncRawLP.sh ; fi
    8 */15 * * * * if ! ps aux | grep RsyncAuxLP | grep -v grep >/dev/null 2>&1  ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/Transfer/RsyncAuxLP.sh ; fi
    96# compress data on fact1
    10721,42 * * * * if ! ps aux | grep ZipRawData | grep -v grep >/dev/null 2>&1  ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/Transfer/ZipRawData.sh ; fi
Note: See TracChangeset for help on using the changeset viewer.