Changeset 12560


Ignore:
Timestamp:
11/19/11 02:27:07 (13 years ago)
Author:
Daniela Dorner
Message:
adapted times for rsync and diskcheck scripts
Location:
trunk/DataCheck
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/crontab.fact1

    r12553 r12560  
    440 */6 * * * /home/fact/DataCheck/CheckNTPDate.sh
    55# rsync data from fact2 to fact1
    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
     60 * * * * if ! ps aux | grep RsyncRaw | grep -v grep ; then /home/fact/DataCheck/RsyncRaw.sh ; fi
     70,30 * * * * if ! ps aux | grep RsyncAux | grep -v grep ; then /home/fact/DataCheck/RsyncAux.sh ; fi
    88# compress data on fact1
    9 0 9,12,15 * * * if ! ps aux | grep Zip | grep -v grep ; then /home/fact/DataCheck/ZipRawData.sh ; fi
     90 * * * * if ! ps aux | grep Zip | grep -v grep ; then /home/fact/DataCheck/ZipRawData.sh ; fi
    1010# check disk usage for /loc_data
    11 0 18,20,22,0,2,4,6,8 * * * /home/fact/DataCheck/CheckDU.sh
     110 * * * * /home/fact/DataCheck/CheckDU.sh
  • trunk/DataCheck/crontab.fact2

    r12553 r12560  
    660 */6 * * * /home/fact/DataCheck/CheckNTPDate.sh
    77# check disk usage for /loc_data
    8 0 18,20,22,0,2,4,6,8 * * * /home/fact/DataCheck/CheckDU.sh
     80 * * * * /home/fact/DataCheck/CheckDU.sh
Note: See TracChangeset for help on using the changeset viewer.