Changeset 13281 for trunk


Ignore:
Timestamp:
03/29/12 09:59:34 (13 years ago)
Author:
Daniela Dorner
Message:
fixed typo
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Cron/crontab.fact1

    r13097 r13281  
    66# rsync data from fact2 to fact1
    77*/30 * * * * if ! ps aux | grep RsyncRawLP | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/Transfer/RsyncRawLP.sh ; fi
    8 */15 * * * * if ! ps aux | grep RsyncAuxLO | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/Transfer/RsyncAuxLP.sh ; fi
     8*/15 * * * * if ! ps aux | grep RsyncAuxLP | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/Transfer/RsyncAuxLP.sh ; fi
    99# compress data on fact1
    101021,42 * * * * if ! ps aux | grep ZipRawData | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/Transfer/ZipRawData.sh ; fi
Note: See TracChangeset for help on using the changeset viewer.