PDA

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?

LeeJ
09-11-2006, 10:41 AM
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.

Dub
10-09-2006, 03:02 AM
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