I'm trying to use Cron to backup my website and create a file telling me which files it downloaded and which ones it skipped.
I have a working version of the script that runs fine when I execute it from the command line, but when I try to run it in cron it doesn't run properly. It sends me an e-mail which says "wget: command not found".
Has anyone had this problem or know of a solution to it?
Cheers,
Paul
I have a working version of the script that runs fine when I execute it from the command line, but when I try to run it in cron it doesn't run properly. It sends me an e-mail which says "wget: command not found".
Has anyone had this problem or know of a solution to it?
Cheers,
Paul