Changeset 12549
- Timestamp:
- 11/17/11 17:30:32 (13 years ago)
- Location:
- trunk/DataCheck
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/crontab.fact1
r12544 r12549 4 4 0 */6 * * * /home/fact/DataCheck/CheckNTPDate.sh 5 5 # rsync data from fact2 to fact1 6 0 8 * * * /usr/bin/rsync -avxH 10.0.100.12::loc_data/raw/2011/11/ /loc_data/raw/2011/11 7 0 8 * * * /usr/bin/rsync -avxH 10.0.100.12::loc_data/aux/2011/11/ /loc_data/aux/2011/11 8 0 9,12,15 * * * if ! ps aux | grep Zip | grep -v grep ; then /home/fact/ZipRawData.sh ; fi 6 0 8,11,14 * * * if ! ps aux | grep RsyncRaw | grep -v grep ; then /home/fact/DataCheck/RsyncRaw.sh ; fi 7 0 8,11,14 * * * if ! ps aux | grep RsyncAux | grep -v grep ; then /home/fact/DataCheck/RsyncAux.sh ; fi 8 # compress data on fact1 9 0 9,12,15 * * * if ! ps aux | grep Zip | grep -v grep ; then /home/fact/DataCheck/ZipRawData.sh ; fi 10 # check disk usage for /loc_data 11 0 8,18 * * * /home/fact/DataCheck/CheckDU.sh -
trunk/DataCheck/crontab.fact2
r12544 r12549 5 5 # check time offset of machine 6 6 0 */6 * * * /home/fact/DataCheck/CheckNTPDate.sh 7 # check disk usage for /loc_data 8 0 8,18 * * * /home/fact/DataCheck/CheckDU.sh
Note:
See TracChangeset
for help on using the changeset viewer.