I've hit a strange problem with cron. I thought I'd followed all the correct instructions, but it doesn't seem to be working....
I set up an extra cron event using the instructions I found here:
http://forums.contribs.org/index.php?topic=29433.msg122856#msg122856The only problem I had with the instructions was that I don't seem to have
/etc/e-smith/events/actions/restart-crond
As a quick fix, I restarted the server (its purely a test box at present). From the logs, cron restarted correctly, and has executed at least one event since the restart.
However, the event that I added has not run. It should run a small backup utility called Snybak. Synbak is running fine from the command line, and I have run it from cron on other machines. On my test SME Sever, it doesn't seem to have even started. There are no errors in the log, just no sign of the backup being made.
The cron entry I created as a test is as below:
30 18 * * * /usr/bin/synbak -s goldie -m tar -M gz
Can anyone tell me what I've done wrong? Using 'more /etc/crontab' shows the new event, so I'm at something of a loss to understand why it isn't working.
paul.