2007-05-16, 06:06 PM
Hi,
I'm posting here with yet another one of my problems, being cron. For some reason I cannot get it to work, below is what I have setup (through crontab -e)
Code:
# m h dom mon dow command
0 19 * * * "/media/hdd/backup/Web Server/webserverbackup.sh"
Which runs a script to backup my web server, although I cannot figure out why, but it doesn't want to run it. The date is setup correctly. and I'm struggling to think of any other problems. Could anyone point me into the right direction with this?
Thanks,
Lee :)