I set up a cron job back in April to backup some files to an FTP server. I recently found out that this cron job stopped working in June...it's september now, needless to say I am so thankful my server didn't crash, because all of my files were supposed to have been backed up....
I checked the processes, and crond is running, and i checked the logs for my cron job trying to be executed, and it doesn't appear that it was executed at all...my question is why?
It's set to go off at 2:15 AM everyday and execute the following command:
(website.com is my website obviously)
I tested the wget command manually and it worked, so nothing is wrong with the php script, just for some reason the cron job stopped running...help? Thanks
I checked the processes, and crond is running, and i checked the logs for my cron job trying to be executed, and it doesn't appear that it was executed at all...my question is why?
It's set to go off at 2:15 AM everyday and execute the following command:
Code:
wget http://www.website.com/tasks/backup
I tested the wget command manually and it worked, so nothing is wrong with the php script, just for some reason the cron job stopped running...help? Thanks