X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zebra%2Fcrontab;h=27f7ce7dae2813dee4d99e96e71d56437a01fc18;hb=568a7d4ab775322843b9231a2752702ca5c55bea;hp=1e8b68cfbef2a7438eef2624349d57d8279da0f5;hpb=58224950474e43a09a8a68e9915ace78087fc34c;p=irspy-moved-to-github.git diff --git a/zebra/crontab b/zebra/crontab index 1e8b68c..27f7ce7 100644 --- a/zebra/crontab +++ b/zebra/crontab @@ -1,3 +1,8 @@ -# $Id: crontab,v 1.3 2007-09-18 17:00:13 mike Exp $ +# Example crontab file for a weekly update cycle, testing 1/7 of the +# database every day. +# # m h dom mon dow command -0 1 * * * cd /home/mike/cvs/irspy/bin && YAZ_LOG=irspy ./setrlimit -v -a 500 -- perl -I ../lib irspy.pl -a -n 50 -t Main localhost:8018/IR-Explain---1 +# a full update on Monday morning +6 0 * * 1 /usr/local/src/git/irspy/bin/irspy-update.sh +# a quick update on Wed/Fri +6 0 * * 3,5 env irspy_test=Quick /usr/local/src/git/irspy/bin/irspy-update.sh