Where do mysql Backups Go? Seems Broken

2 posts / 0 new
Last post
#1 Thu, 07/31/2008 - 08:07
Johnny Stork

Where do mysql Backups Go? Seems Broken

I have been running the backups for VM for some time and only recently had to check for a database backup. I have ALL settings checked on the configuration page including "Contents of server's MySQL databases". However, I have looked through the tarballs for the sites, including the ones for the subdomains, and there do not appear to be any database backups? Is this tool broken? Have I missed something? How can I get full mysql database backups for each domain and subdomain?

Thu, 07/31/2008 - 10:58
andreychek

The MySQL backups should be within the .backup directory of your backup files.

If you run this command (which just views the file names and doesn't extract them), you should see the filenames containing your MySQL data:

tar tzvf BACKUP_FILE.tar.gz | grep .backup| grep mysql

Topic locked