Backing Up in Webuzo
Webuzo provides a straightforward backup system that allows you to create and download complete backups of your hosting account. This guide covers the backup creation process, downloading, and best practices.
Accessing the Backup Feature
- Log in to your Webuzo control panel
- Navigate to the Manage section in the left sidebar
- Click on Backups
Creating a Manual Backup
Full Account Backup
- Go to Manage > Backups
- Click Create Backup or the Create button
- Select the backup scope:
- Full Backup — Includes all files, databases, emails, and configurations
- Choose backup components (all are selected by default):
- Home Directory — All website files in your document root
- MySQL Databases — All databases and their contents
- Email Accounts — Mailboxes and email configurations
- SSL Certificates — Installed SSL certificates and keys
- Click Create Backup to begin the process
- The backup process starts immediately. Large accounts may take several minutes.
- A confirmation message appears when the backup is complete
Backing Up Specific Components
If you only need to back up certain parts of your account:
- Go to Manage > Backups
- Click Create Backup
- Deselect the components you do not need
- Click Create Backup
Tip: Create a targeted backup before specific changes. For example, back up only databases before running SQL queries, or only files before deploying new code.
Downloading Backups
After creating a backup, download it for safe offline storage:
- Go to Manage > Backups
- You will see a list of available backup files with creation dates
- Click the Download button next to the backup you want
- The backup file (typically a
.tar.gzarchive) will be downloaded to your computer - Store the file securely on your local machine, external drive, or cloud storage
Tip: Regularly download backups to your local machine. Server-side backups are lost if the server experiences a hardware failure.
Backup File Structure
Webuzo backup files are .tar.gz compressed archives containing:
backup_YYYY-MM-DD/
homedir/ -- Website files
mysql/ -- Database SQL dumps
email/ -- Email account data
ssl/ -- SSL certificate files
metadata.json -- Backup metadata and account infoYou can extract and inspect the archive on your local machine using:
- Linux/Mac:
tar -xzf backup_file.tar.gz - Windows: Use 7-Zip or WinRAR
Managing Backup Storage
Backup files consume disk space on your hosting account. Manage your backups to avoid running out of space:
- Go to Manage > Backups
- Review the list of existing backups
- Delete old backups you no longer need by clicking the Delete button
- Keep only the 2-3 most recent backups on the server
- Download older backups locally before deleting from the server
Backup Best Practices
- Before updates: Create a backup before updating applications (WordPress, Joomla, etc.) installed via Webuzo
- Before code changes: Back up before deploying new code or making configuration changes
- Weekly routine: Create a manual backup at least once per week
- Download regularly: Do not rely solely on server-side backups
- Test restores: Periodically verify that your backups can be successfully restored
- Multiple copies: Keep backups in at least two locations (e.g., server + local machine)
- Before SSL changes: Back up before installing or modifying SSL certificates
Database-Only Backup via phpMyAdmin
For quick database-only backups:
- Log in to phpMyAdmin from Webuzo
- Select the database to back up
- Click Export
- Choose Quick export method with SQL format
- Click Go to download the SQL dump file
This is useful for quick database snapshots without creating a full account backup.
Troubleshooting
- Backup creation fails: Check your available disk space. Backups require temporary space equal to your account size.
- Download times out: Large backup files may time out during download. Try downloading during off-peak hours or use FTP to transfer the file.
- Backup file is corrupted: Delete the backup and create a new one. Ensure the backup process completed without interruption.
- Insufficient disk space: Delete old backups, clear temporary files, and empty trash to free up space.
- Backup not showing in list: Refresh the page. If the backup process was interrupted, it may not have completed.
Related Articles
Need help with backups? Contact {{COMPANY_NAME}} support at {{SUPPORT_EMAIL}} or open a ticket at {{SUPPORT_URL}}.