3 Sep
2006
3 Sep
'06
12:31
On Sunday 03 September 2006 14:12, Rick Friedman wrote:
Below is a copy of a crontab which should have run this morning. The times have been changed several times this morning trying to figure out what is happening:
# dar backup of / partition 30 0 * * 7 /root/full_system_dar_backup.sh
# dar backup of /home partition 10 13 * * 7 /root/full_home_dar_backup.sh
30 0 * * 1,2,3,4,5,7 /root/diff_system_dar_backup.sh
55 7 * * 1,2,3,4,5,7 /root/diff_home_dar_backup.sh
This also happening with the cron jobs of regular users.
Do you get any messages in /var/log/messages when a job is meant to run? Can you run the problematic scripts manually? did this ever work through cron?