View Full Version : How to restore backup?
secretman
09-10-2006, 11:15 PM
Hello,
I have see on demo the features for make a backup,
but lacks features for restore it.
How to make restore?
Backups produced by the web interface are stored in standard tar format. You can simply use tar xzf <name of backup file> to uncompress and then move the files that you need out of the uncompressed directory to their appropriate location.
secretman
09-27-2006, 06:17 AM
Is ok for web files, but not ok for restore mysql databases.
Grab the mysql database into a tar/or zip file. Upload it and unzip/untar it. Than use mysqldump to import it into your database after setuping the proper database name/user
Thats my best bet.
- Steve
vBulletin v3.5.1, Copyright ©2000-2010, Jelsoft Enterprises Ltd.