Changeset 18745 for trunk


Ignore:
Timestamp:
02/04/17 16:28:19 (8 years ago)
Author:
Daniela Dorner
Message:
updated cron for qla backup
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Cron/crontab.fact-transfer

    r18706 r18745  
    2020# check disk space
    212150 * * * * ~/DataCheck/Monitoring/CheckDU.sh
    22 # rsync of the QLA results every morning
    23 0 20,22,0,2,4,6,8,10,12 * * * ~/DataCheck/Transfer/BackupQLA.sh
    24 #0 21,23,1,3,5,7,9,11,13,15 * * *  rsync -avu --no-p /gpfs0/fact/processing/qla/ operator@coma.astro.uni-wuerzburg.de:/fact/data/qla
     22# rsync of the QLA results (quick rsync every 2h and all files once a day)
     230 20,22,0,2,4,6,8,10 * * * ~/DataCheck/Transfer/BackupQLA.sh short
     240 12 * * * ~/DataCheck/Transfer/BackupQLA.sh
    2525# cron to study the system performance and test some things
    2626*/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
Note: See TracChangeset for help on using the changeset viewer.