X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=zebra%2Fcrontab;h=27f7ce7dae2813dee4d99e96e71d56437a01fc18;hp=8e9a6c6f88ddcdcad3cacbac1e2dae897bdcfd68;hb=568a7d4ab775322843b9231a2752702ca5c55bea;hpb=e8a3ce9f6d7d213621575e8923ed07dfab35885b diff --git a/zebra/crontab b/zebra/crontab index 8e9a6c6..27f7ce7 100644 --- a/zebra/crontab +++ b/zebra/crontab @@ -1,3 +1,8 @@ -# $Id: crontab,v 1.2 2007-01-24 09:28:03 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 3 * * * cd /usr/local/src/cvs/irspy/bin && YAZ_LOG=irspy,irspy_test perl -I ../lib irspy.pl -t Full localhost:8018/IR-Explain---1 indexdata.com:210/marc indexdata.com:210/gils +# 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