X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zebra%2Fcrontab;h=27f7ce7dae2813dee4d99e96e71d56437a01fc18;hb=f76b505d441ab2ffeed48a9e4e18915d84dd8ca5;hp=dcb8b8ff22023656538c8575e83509c1f349987f;hpb=c7aaee321450769b94d789f02df54252dcc4ad31;p=irspy-moved-to-github.git diff --git a/zebra/crontab b/zebra/crontab index dcb8b8f..27f7ce7 100644 --- a/zebra/crontab +++ b/zebra/crontab @@ -1,3 +1,8 @@ -# $Id: crontab,v 1.1 2006-12-08 15:58:17 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:3313/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