Changeset 15560 for trunk/DataCheck/Cron


Ignore:
Timestamp:
05/08/13 18:45:11 (12 years ago)
Author:
Daniela Dorner
Message:
added/updated cron for backup of QLA
Location:
trunk/DataCheck/Cron
Files:
3 edited

Legend:

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

    r13035 r15560  
    11110 8,18 * * * /usr/bin/find /fact/aux/ -type d -exec /bin/chmod 755 {} \;
    12120 8,18 * * * /usr/bin/find /fact/aux/ -type f -exec /bin/chmod 644 {} \;
    13 
     1330 8,10,12 * * * /home/fact/SW.automatic.processing/DataCheck/Transfer/BackupQLA.sh
  • trunk/DataCheck/Cron/crontab.fact-transfer

    r15408 r15560  
    18180 * * * * ~/DataCheck/Monitoring/CheckDU.sh
    1919# rsync of the QLA results every morning
    20 0 8,10,12 * * * rsync -av --exclude=old_stuff fact@161.72.93.131:/daq/analysis/ /gpfs/scratch/fact/qla
     200 8,10,12 * * * /home/fact/DataCheck/Transfer/BackupQLA.sh
  • trunk/DataCheck/Cron/crontab.fact2

    r15523 r15560  
    23230 8-18 * * * if ! ps aux | grep Step3 | grep -v grep >/dev/null 2>&1  ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step3.sh run ; fi
    2424# backup of the QLA results to newdaq
    25 0 8,10 * * * rsync -av /loc_data/analysis/ /newdaq/analysis_bu
     250 8,10,12 * * * /home/fact/SW.automatic.processing/DataCheck/Transfer/BackupQLA.sh
Note: See TracChangeset for help on using the changeset viewer.