Displaying 1 result from an estimated 1 matches for "12569hpv163154".
2009 Oct 30
3
crontab won't work
Hi,
I have a strange problem here. I have two servers, one dedicated
webserver, and a local backup server.
On the webserver I have this :
[root at 12569hpv163154:~] # crontab -l
00 22 * * * /usr/local/bin/sauvegarde-pmbccps.sh
This launches a backup script every day at 22:00, and it works as expected.
Now here's what I have on the local backup server :
[root at grossebertha:~] # crontab -l
24 17 * * * /usr/local/bin/sauvegarde.sh
Here, the script /u...