I can't get the crontab jobs running. I've checked /var/log/syslog and the scheduled jobs aren't there. I've edited the jobs with
sudo crontab -e
so they are created for root.
This is how my jobs looks like:
15 0 * * * /opt/scripts/programs/maintenance profile web_sites_backup
30 0 */3 * * /opt/scripts/programs/maintenance profile web_server_backup
01 0 * * 0,4 /opt/scripts/programs/maintenance profile full_backup
What have I done wrong?
#!/bin/bashas the first line – Paul Dec 7 '11 at 0:00ps auwx | grep cron? – Paul Dec 7 '11 at 0:10