I have created a php file; so every time I run that, it will run copy all the database to a folder inside my host.
So I was wondering is there a way to call a cron job to load that page every day ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, create a shell script say,
myscript.sh, that calls this php, for example:and then schedule it in cron to run (for example) every 6 hours: