# cron job for oob

MAILTO=root
PATH=/sbin:/bin:/usr/sbin:/usr/bin

0 * * * *	root	oob hourly
30 23 * * *	root	oob daily
30 22 * * 7	root	oob weekly
30 21 28-31 * *	root	[ $(date -d +1day +\%d) -eq 1 ] && oob monthly
30 20 31 12 *	root	oob yearly
