I've been looking for a reliable way to backup my databases (MySQL). So far i haven't found a suitable solution that works on really big databases (>1GB).
Most solutions dump the entire database (mysqldump, mysqlhotcopy, etc) into a file, which is not ideal for really big databases. In some cases you may end up taking up your entire hosting space (eg, you have 10gb of hosting space with a 6gb sql database, its rather obvious that you can't dump it on the remaining 4gb unless you compress it on the fly, which still isn't a good approach).
So i'm asking if anyone knows of a good way to backup big databases in an efficient way. Maybe someone from Jag can offer some advice?
Thank you.


LinkBack URL
About LinkBacks



Reply With Quote



Bookmarks