MAILTO=system@fact-project.org # cronjobs for fact1 alias data # check time offset of machine 0 */6 * * * /home/fact/DataCheck/CheckNTPDate.sh # rsync data from fact2 to fact1 0 * * * * if ! ps aux | grep RsyncRaw | grep -v grep >/dev/null 2>&1 ; then /home/fact/DataCheck/RsyncRaw.sh ; fi */15 * * * * if ! ps aux | grep RsyncAux | grep -v grep >/dev/null 2>&1 ; then /home/fact/DataCheck/RsyncAux.sh ; fi # compress data on fact1 42 * * * * if ! ps aux | grep Zip | grep -v grep >/dev/null 2>&1 ; then /home/fact/DataCheck/ZipRawData.sh ; fi # check disk usage for /loc_data 0 * * * * /home/fact/DataCheck/CheckDU.sh