Changeset 14845 for trunk/DataCheck/Cron/crontab.fact1
- Timestamp:
- 02/04/13 06:06:43 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Cron/crontab.fact1
r13303 r14845 1 MAILTO=d aniela.dorner@unige.ch1 MAILTO=dorner@astro.uni-wuerzburg.de 2 2 AUTOMATIONSETUP="fact.lp.data" 3 3 # cronjobs for fact1 alias data 4 4 # check time offset of machine 5 5 0 */6 * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckNTPDate.sh 6 # rsync data from fact2 to fact17 */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 ; fi8 */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 ; fi9 6 # compress data on fact1 10 7 21,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.