cron (double checking)
Posted by: matttail
Posted on: 2005-11-18 14:42:00
Just wanted to have someone double check this cron file for me to make sure I've set it up right. The idea is that success and error messages get sent to my E-mail address. The first script runs at 10:27pm Wednesday, with each following one hour aftwards -finishing by 8:27 Thursday Morning. yes?
MAILTO="me@domain.com"
27 22 * * 3 /home/user/backups/art.sh
27 23 * * 3 /home/user/backups/chris-jenn.sh
27 24 * * 3 /home/user/backups/exlibrisbitsy.sh
27 1 * * 4 /home/user/backups/googlies.sh
27 2 * * 4 /home/user/backups/joyscountry.sh
27 3 * * 4 /home/user/backups/mysql_backup.sh
27 4 * * 4 /home/user/backups/revhart.sh
27 5 * * 4 /home/user/backups/rmcucc.sh
27 6 * * 4 /home/user/backups/senendipity.sh
27 7 * * 4 /home/user/backups/simshots.sh
27 8 * * 4 /home/user/backups/stoleclips.sh
-Matttail