harmor Posted March 10, 2009 Report Posted March 10, 2009 Can anyone tell me how I can create a backup of my database and send to to my email address via a con job? Quote
Tony Posted March 11, 2009 Report Posted March 11, 2009 I'm no expert on emailing it to yourself but I believe you'd have to make a php or perl script to do it. Dumping the database to the home folder be easy as that could be done entirely from the command line so entirely cron. The email portion is where I think you'd need php or perl. Quote
harmor Posted March 11, 2009 Author Report Posted March 11, 2009 I'm no expert on emailing it to yourself but I believe you'd have to make a php or perl script to do it. Dumping the database to the home folder be easy as that could be done entirely from the command line so entirely cron. The email portion is where I think you'd need php or perl. I guess I'll have to search the web some more. The reason why I don't want the backup to be placed on the server is because there's no point. If Hawk Host's servers ever crash I'd lose by backup so emailing it to my gmail account would be the best method. Quote
Cody R. Posted March 22, 2009 Report Posted March 22, 2009 I guess I'll have to search the web some more. The reason why I don't want the backup to be placed on the server is because there's no point. If Hawk Host's servers ever crash I'd lose by backup so emailing it to my gmail account would be the best method. You're absolutely right, but in some sense we do this for you. Every night we make a full backup of everyones files to a remote machine - which means there's not a single point of failure (if the server you were on died, your data would still remain). Beyond that since all of the servers run RAID-10 we have several layers of redundancy regarding data - allowing us to confidently say your data is pretty safe Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.