< home | crontab-linux

crontab

# m h dom mon dow  command
##Phoenix##
#10,20,30,40,50 * * * * $HOME/bin-svn/start-bot IRC-watchbot -s
10,20,30,40,50 * * * * $HOME/bin-svn/start-bot SULWatcher -s
10,20,30,40,50 * * * * $HOME/bin-svn/start-bot StewardBot -s
#10,20,30,40,50 * * * * $HOME/bin-svn/start-bot BLWatcher -s
#10,20,30,40,50 * * * * $HOME/bin-svn/start-bot The_Hawk -s
#10,20,30,40,50 * * * * $HOME/bin-svn/start-bot BiblioBot -s
#10,20,30,40,50 * * * * $HOME/bin-svn/start-bot sourceybot -s

##Daily##
# Trim log files
#30 0 * * * $HOME/bin-svn/truncate-log -l 1000 $HOME/IRC-watchbot/IRC-watchbot.out >/dev/null 2>&1
30 0 * * * $HOME/bin-svn/truncate-log -l 5000 $HOME/SULWatcher/SULWatcher.out >/dev/null 2>&1
30 0 * * * $HOME/bin-svn/truncate-log -l 1000 $HOME/StewardBot/StewardBot.out >/dev/null 2>&1
#30 0 * * * $HOME/bin-svn/truncate-log -l 100 $HOME/Watchlist-bots/BLWatcher.out >/dev/null 2>&1
#30 0 * * * $HOME/bin-svn/truncate-log -l 100 $HOME/Watchlist-bots/The_Hawk.out >/dev/null 2>&1
#30 0 * * * $HOME/bin-svn/truncate-log -l 100 $HOME/Watchlist-bots/BiblioBot.out >/dev/null 2>&1
#30 0 * * * $HOME/bin-svn/truncate-log -l 100 $HOME/Watchlist-bots/sourceybot.out >/dev/null 2>&1

# Mirror this crontab file at http://toolserver.org/~stewardbots/crontab-linux
20 0,6,12,18 * * * { echo 'crontab\n=======\n' ; { crontab -l | sed 's/^/    /' ; } ; } > $HOME/docs/crontab-linux

# Backup the SULWatcher database
30 0 1,10,20,30 * * $HOME/bin-svn/backup-SULWatcher

#end with a newline or nothing will happen (& no warning)