skeezix
03-04-2008, 06:54 PM
To backup my site, I:
1. use cPanel File manager to zip up the site folder;
2. download the zip file and store it locally
3. use phpMyadmin to export the sql tables to my local computer.
Should my site need to be restored, I'm expecting to:
4. blow away whatever's left of the site folder
5. upload and unzip the zip file
6. delete the tables from mysql
7. import the previously exported tables back into mysql.
Will this scheme work? I don't like using the backup wizards because I don't know exactly what they do.
1. use cPanel File manager to zip up the site folder;
2. download the zip file and store it locally
3. use phpMyadmin to export the sql tables to my local computer.
Should my site need to be restored, I'm expecting to:
4. blow away whatever's left of the site folder
5. upload and unzip the zip file
6. delete the tables from mysql
7. import the previously exported tables back into mysql.
Will this scheme work? I don't like using the backup wizards because I don't know exactly what they do.