![]() |
What's the Easiest Way To Backup Multiple DB's regularly?
Hello,
Simple question, I have several sites that need the SQL databases backing up on a regular basis and either emailing to me or saving to desktop. What is the simplest/ best way to do this without manually having to do a backup. Ideally it wouldn't backup to FTP either (unless it's a different server) They would need backing up daily or perhaps weekly. |
Anyone?
I guess some here bother to backup - no? |
|
Does your server have a control panel installed? If so, which one?
|
what db engine? I will assume mysql
i suppose you could write a script to run mysqldump and then mail it or whatever schedule with cron |
SQL or MySQL?
|
Quote:
|
Here's what I do via cron with mysql for one of my servers:
Code:
20 21 * * * mysqldump -u backup client_hightech | gzip -v9 - > /var/www/clients/nightlies/hightech_nightly.sql.gz |
I could do with a cron job or something. It's just Cpanel and it's Mysql
|
IF its MySQL, here is a few tools
http://dev.mysql.com/downloads/tools/utilities/ http://sourceforge.net/projects/phpbackup/ http://www.digitalcoding.com/free-so...t-Windows.html |
Write\Google a script to mysqldump and move the file to your dropbox folder.
Set cronjob to w\e... |
Quote:
|
Jwerd method is easiest one.
|
Quote:
Thanks for all your answers. Hopefully I will get something sorted soon, these days you can't afford to fuck up. |
i use simple shell script for that., it creates dump of db, and then uploads it to remote ftp...
|
I don't think I have used a host in the past 5 years who didn't do daily db backups automatically, have you asked them?
|
All times are GMT -7. The time now is 02:44 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc