GoZen Host runs Backuply on all shared hosting and managed cPanel VPS plans. It handles daily automated backups to an offsite server in a different datacenter, so your data survives even if the primary server has a catastrophic failure.

On top of GoZen’s automatic backups, you can also set up your own backups to external destinations like Google Drive, Amazon S3, Dropbox, or an SFTP server.

What GoZen Backs Up Automatically

ComponentBacked UpFrequency
Website filesDaily
MySQL databasesDaily
Email accountsDaily
cPanel settingsDaily
Cron jobsDaily

Automated backups are stored on a separate server in a different datacenter. This means your backup survives disk failures, server outages, and other infrastructure-level problems on your primary server.

Setting Up Your Own Backups

Backuply is available in your cPanel. You can use it to create additional backups and send them to your own storage.

Accessing Backuply

  1. Log into cPanel
  2. Look for Backuply in the main dashboard (usually under Files or its own section)
  3. Click Backuply to open the backup interface

Supported Destinations

You can back up to any of these:

DestinationUse Case
Google DriveEasy setup, generous free storage (15 GB)
Amazon S3Best for large sites, very reliable, pay-per-use
DropboxSimple, works well for smaller sites
OneDriveIf you’re already in the Microsoft ecosystem
SFTPYour own remote server (most control)
FTP / FTPSLegacy option, use SFTP instead when possible
WebDAVCompatible with many self-hosted storage solutions
LocalStored on the same server (not recommended as your only backup)

Connecting Google Drive

  1. In Backuply, go to Backup Location or Settings
  2. Select Google Drive as the destination
  3. Click Authorize - you’ll be redirected to Google’s consent screen
  4. Log in with your Google account and grant Backuply access
  5. Choose a folder name for your backups (e.g., gozen-backups)
  6. Save the configuration

Connecting Amazon S3

  1. In your AWS console, create an S3 bucket (e.g., mysite-backups)
  2. Create an IAM user with S3 access and note the Access Key ID and Secret Access Key
  3. In Backuply, select Amazon S3 as the destination
  4. Enter:
    • Access Key ID - from IAM
    • Secret Access Key - from IAM
    • Bucket Name - the bucket you created
    • Region - the AWS region of your bucket (e.g., us-east-1)
  5. Save and test the connection

Connecting SFTP

  1. In Backuply, select SFTP as the destination
  2. Enter:
    • Hostname - your remote server IP or domain
    • Port - usually 22
    • Username - SSH user on the remote server
    • Password or SSH Key - authentication method
    • Remote Path - where to store backups (e.g., /home/backups/mysite/)
  3. Test the connection and save

Creating a Manual Backup

To take an immediate backup:

  1. Open Backuply in cPanel
  2. Click Backup Now or Create Backup
  3. Choose what to back up:
    • Full Backup - files + databases + email + settings
    • Files Only - just your public_html and other files
    • Database Only - just MySQL dumps
  4. Select the destination (local, Google Drive, S3, etc.)
  5. Click Start Backup

Progress is shown in real time. Backup size and duration depend on your site.

Scheduling Automated Backups

Set up recurring backups to run automatically:

  1. In Backuply, go to Scheduled Backups or Cron
  2. Select the backup type (full, files only, database only)
  3. Choose the frequency:
    • Daily - recommended for active sites
    • Weekly - fine for sites that don’t change often
    • Monthly - minimum recommended frequency
  4. Select the destination
  5. Set a retention policy (how many backups to keep before old ones are deleted)
  6. Save the schedule
Site TypeFrequencyDestinationRetention
Active WordPress / WooCommerceDailyGoogle Drive or S314 days
Portfolio / brochure siteWeeklyGoogle Drive4 weeks
Development / stagingBefore each deploymentLocal + offsite3-5 copies

Restoring from a Backup

From GoZen’s Automated Backups

If you need to restore from GoZen’s daily backups:

  1. Open a support ticket
  2. Tell us what you need restored (files, database, or both)
  3. Include the approximate date/time you want to restore to
  4. Our team handles the restore, usually within a few hours

From Your Own Backuply Backups

  1. Open Backuply in cPanel
  2. Go to Restore or Backup History
  3. Find the backup you want (by date and destination)
  4. Select what to restore:
    • Full restore - replaces everything
    • Files only - restores just the file system
    • Database only - restores just the database
  5. Click Restore and confirm

Troubleshooting

ProblemFix
Backup fails with timeoutLarge sites may exceed PHP execution time. Try backing up files and database separately
Google Drive auth expiredRe-authorize the connection in Backuply settings
S3 “Access Denied”Check IAM permissions. The user needs s3:PutObject, s3:GetObject, and s3:ListBucket
SFTP connection refusedVerify the host, port, and credentials. Check if the remote server’s firewall allows connections from your GoZen server IP
Backup too largeExclude large directories (like /wp-content/cache/ or /wp-content/updraft/) from file backups
Restore failsCheck disk space in cPanel. You need enough free space to extract the backup

What to Do Next

Last updated 07 Apr 2026, 00:00 +0200. history

Was this page helpful?