Hi all
Any of you use CRON jobs to auto backup your MySQL database and email it to yourself?
Hi all
Any of you use CRON jobs to auto backup your MySQL database and email it to yourself?
Yes and there are many complete php script examples on the web (praise be to Google it knows all)
Tip# not all webhosts grant the Cron account sufficient permisions to send Email
One workaround trick is to manually trigger the backup process in responce to user interaction with site,
so each time any user logs into a forum for instance a script checks to see how long since the database was last backed-up and acts accordingly.
The code must flow.
Project 157: Latest UK Jobs direct to your mobile phone
New Domain under construction: Lovelogic.net
home for some new projects that we can't keep here ;)
haha.. what scripts do you use?