From 568a7d4ab775322843b9231a2752702ca5c55bea Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Thu, 17 Jun 2010 21:34:06 +0000 Subject: [PATCH] save current crontab --- zebra/crontab | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/zebra/crontab b/zebra/crontab index d53a276..27f7ce7 100644 --- a/zebra/crontab +++ b/zebra/crontab @@ -1,5 +1,8 @@ # Example crontab file for a weekly update cycle, testing 1/7 of the -# database every day. See also the script ../bin/irspy-update.sh +# 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 -m 7,`date '+%w'` 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 -- 1.7.10.4