save current crontab
[irspy-moved-to-github.git] / zebra / crontab
1 # Example crontab file for a weekly update cycle, testing 1/7 of the 
2 # database every day. 
3 #
4 # m h  dom mon dow   command
5 # a full update on Monday morning
6 6 0 * * 1 /usr/local/src/git/irspy/bin/irspy-update.sh
7 # a quick update on Wed/Fri
8 6 0 * * 3,5 env irspy_test=Quick /usr/local/src/git/irspy/bin/irspy-update.sh