Changeset 18706
- Timestamp:
- 01/04/17 22:48:46 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Cron/crontab.fact-transfer
r17620 r18706 10 10 # do backup of raw data to Wuerzburg 11 11 15,45 * * * * /bin/nice -n 19 /usr/bin/ionice -c 3 ~/DataCheck/Transfer/BackupRawToWue.sh 12 # check db and global log 13 10 * * * * ~/DataCheck/Monitoring/CheckLogs.sh 12 # check global log 13 # once per day for ERROR and WARN 14 10 0 * * * ~/DataCheck/Monitoring/CheckLogs.sh day 15 # once per hour for CONNECTION and DISK 16 10 * * * * ~/DataCheck/Monitoring/CheckLogs.sh hour 14 17 0 8,17 * * * ~/DataCheck/Monitoring/CheckStatus.sh 15 18 # check which files can be deleted in La Palma … … 18 21 50 * * * * ~/DataCheck/Monitoring/CheckDU.sh 19 22 # rsync of the QLA results every morning 20 0 8,10,12 * * * ~/DataCheck/Transfer/BackupQLA.sh 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 21 25 # cron to study the system performance and test some things 22 26 */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.