Changeset 15560 for trunk/DataCheck/Cron
- Timestamp:
- 05/08/13 18:45:11 (12 years ago)
- Location:
- trunk/DataCheck/Cron
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Cron/crontab.coma
r13035 r15560 11 11 0 8,18 * * * /usr/bin/find /fact/aux/ -type d -exec /bin/chmod 755 {} \; 12 12 0 8,18 * * * /usr/bin/find /fact/aux/ -type f -exec /bin/chmod 644 {} \; 13 13 30 8,10,12 * * * /home/fact/SW.automatic.processing/DataCheck/Transfer/BackupQLA.sh -
trunk/DataCheck/Cron/crontab.fact-transfer
r15408 r15560 18 18 0 * * * * ~/DataCheck/Monitoring/CheckDU.sh 19 19 # 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/qla20 0 8,10,12 * * * /home/fact/DataCheck/Transfer/BackupQLA.sh -
trunk/DataCheck/Cron/crontab.fact2
r15523 r15560 23 23 0 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 24 24 # backup of the QLA results to newdaq 25 0 8,10 * * * rsync -av /loc_data/analysis/ /newdaq/analysis_bu25 0 8,10,12 * * * /home/fact/SW.automatic.processing/DataCheck/Transfer/BackupQLA.sh
Note:
See TracChangeset
for help on using the changeset viewer.