Create/Restore Backup with cPanel Backups
The easiest way to manage Fantastico backups is via the Backups icon in cPanel. Using the Backups tool, you can generate a full backup and then use Techsys's online restore form to request a free restore.
Generate a Backup
To create a backup:
- Log into cPanel.
- In the Files section, click the Backups icon.
- Click Download or Generate a Full Web Site Backup.
- Generate a full backup in the Home Directory and select an email preference.
- Click Generate Backup.
Restore Backup
When you need the backup restored, simply submit our online form for a free restore.
- Visit techsysug.com/restore.
- Fill out the form, and be sure to include the name and location of your backup file under What do you need restored? Specify if you ONLY want Fantastico restored.
- Click Restore Account.
Techsys will restore whatever you requested using your backup file.
Restore Automated Fantastico Backup
Fantastico backups are only created when an application is upgraded via Fantastico; otherwise, there is no automated backup. The following method allows you to restore a program to its previous settings before it was upgraded using the automated backup created by Fantastico.
- Locate the Fantastico backup file (.tgz) for the program located in yourfantastico_backups/ directory. This folder only appears after you upgrade a program in Fantastico.
- Extract the backup file to the public_html folder.
- Locate the document root folder of the program and delete that folder, including all of the folder's contents.
- Go to the public_html and locate the new folder called home. Inside you will find more folders which lead to a copy of your program's document root folder.
- Move this new root folder to where it should be (where you deleted it in step 3).
- Go into the new root folder and find the file called backup.sql and download it to your desktop.
- In cPanel, go to the Databases section and click the phpMyAdmin icon.
- Select the database which is used by the program and empty it. (If you don't know which database name to empty, you should look for this information in the program's configuration file.)
- Click the Import tab and browse for the backup.sql file you downloaded to your desktop.
- Import the database and your program should be restored.