|
Last change
on this file since 12795 was 12746, checked in by Daniela Dorner, 14 years ago |
|
changed name as transfer has been moved to different machine
|
|
File size:
422 bytes
|
| Line | |
|---|
| 1 | MAILTO=system@fact-project.org
|
|---|
| 2 | # cronjobs for user fact_opr (ISDC) on isdc-fact05 (machine for transfer)
|
|---|
| 3 | # do backup of auxiliary data to Wuerzburg
|
|---|
| 4 | 0,30 * * * * if ! ps aux | grep BackupAuxToWue | grep -v grep >/dev/null 2>&1 ; then ~/DataCheck/BackupAuxToWue.sh; fi
|
|---|
| 5 | # do backup of raw data to Wuerzburg
|
|---|
| 6 | 0 * * * * if ! ps aux | grep BackupRawToWue | grep -v grep >/dev/null 2>&1 ; then ~/DataCheck/BackupRawToWue.sh; fi
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.