Scheduling cPanel Backups in WHM

With our VPS and Dedicated Hosting plans you can automatically perform cPanel backups. This allows you to schedule and save regular backups of your accounts to your server or an external destination such as Amazon, Google Drive, or FTP. In this tutorial, we will show you how to Configure cPanel Backups in WHM.

Keep in mind it uses disk space if you save backups to the server. Due to this, we recommend downloading and storing them in another location such as an external drive or local computer. This also protects the backups in case of server issues, since you have them saved to another location. Depending on how often you do backups and the cPanel users you host, it may be beneficial to also disable individual cPanel backups.

You can always purchase our auto Backup Manager for easier backup management.

Don’t have time to read our full guide? Watch our walk-through video.

Configuring cPanel Backups

  1. Log into WHM as the “root” user.
  2. Type ‘backup’ in the search field, then click on the Backup Configuration option the Backup.  Schedule cPanel Backups in WHM - Backup Configuration
  3. In the Backup Status section click the Enable option. You will then have additional options available for configuring your backups.
    Schedule cPanel Backups in WHM - Enable Backups
  4. Set your Global Settings.
    Schedule cPanel Backups in WHM - Global Settings
    Backup TypeChoose one of the options to define how the server will store the backup. 

     

    CompressesSaves all information in compressed file. This takes more time but uses less disk space.
    UncompressedSaves all information in an uncompressed format. This uses more disk space but is faster.
    IncrementalStores only one uncompressed file. It saves only updated information and replaces that. This limits the restoration settings but is faster and uses the least disk space.
    Minimum Free Disk Space CheckYou can set a disk space check here in Percentages (%) or Megabytes (MB). If you have less than the alloted space the backup will not run.
    Maximum destination timeoutThe amount of time a backup process allows to upload a single backup file.
    Maximum restore timeoutThe amount of time a backup process allows to upload a restore a backup file.
  5. Set your Scheduling and Retention preferences.
    Schedule cPanel Backups in WHM - Scheduling and Retention
    Backup DailyCreates a new backup on each selected day. You must configure the days and the number of retained backups (1-9999).
    Backup WeeklyCreates a new weekly backup on the day selected. You must configure the days and the number of retained backups (1-9999).
    Backup MonthlyCreates a new weekly backup on the day selected. You must configure the days and the number of retained backups (1-9999).
     
  6. Set your Files preferences.
    Schedule cPanel Backups in WHM - Select Files to Backup
    Backup AccountsSelect this box to enable user accounts to be backed up. From there you can need to configure the following settings. 

     

    Select UsersAllows you to select specific users to back up.
    Backup Suspended AccountsChoose if you want to backup Suspended Accounts by enabling or disabling this option.
    Backup Access LogsChoose if you want to enable or disable backups for Access Logs.
    Backup Bandwidth DataEnabling this will backup the bandwidth data from your server.
    Use Local DNSAccording to cPanel “When enabled this option confines the domain lookup to this server only, and does not query the DNS cluster.
    Backup System FilesSelect this box if you wish to backup system files. This is for server restoration and not for account restoration. It is highly recommended to enable this setting.
  7. Set your Database backup settings.
    Schedule cPanel Backups in WHM - Backup SQL Databases
    Per Account OnlyBack up the databases for each account using the mysqldump utility.
    Entire MySQL DirectoryBack up all of the databases on the server by backing up the /var/lib/mysql/ directory.
    Per Account and Entire MySQL DirectoryPerforms backups of all databases in each account and all databases on your server.
  8. Configure your Backup Directory.
    Schedule cPanel Backups in WHM - Configure Backup Directory
    Default Backup Directory.Set to /backup/ by default, you can change it by entering the absolute path to your preferred directory location.
    Retain backups in the default backup directory.If selected, keeps a copy of the backup in the backup directory even after transferring the backup to another destination. If not selected, the copy will be deleted after the transfer.
    Mount Backup Drive as Needed.Select the Enable button to mount a backup drive. The server will check /etc/fstab/em> for another mount point. If disabled (default) the server will not check.
  9. Set up your Additional Destinations if desired, each destination has its own setup configuration. Options are Amazon S3, FTP, Google Drive, Additional Local Directory, Rsync, SFTP, WebDAV, and Custom.
    Schedule cPanel Backups in WHM - Select Destination
  10. Click the Save Configuration button.

How to Run Backup Via Command Line (SSH)

Experienced users will know that WHM allows you to schedule cPanel backups and set storage specifications. But if you wanted to run manual backup scripts from the command line? That’s what this section is about.

In order to run the cPanel backup script you will need to log in as the root user, and run this script:

/usr/local/cpanel/bin/backup

To see the background processes as they occur, run the command with the appended option:

/usr/local/cpanel/bin/backup --debug

Be sure to check out related resources from the support center:

Learn more about cPanel management from our Managed VPS Hosting Product Guide.

Upgrade to VPS Hosting for Peak Performance

Upgrade to InMotion VPS Hosting today for top-notch performance, security, and flexibility, and save up to $2,493 – a faster, stronger hosting solution is just a click away!

check markDedicated Resources check markNVMe SSD Storage check markHigh-Availability check markIronclad Security check markPremium Support

VPS Hosting Plans

JB
John-Paul Briones Content Writer II

John-Paul is an Electronics Engineer that spent most of his career in IT. He has been a Technical Writer for InMotion since 2013.

More Articles by John-Paul

13 thoughts on “Scheduling cPanel Backups in WHM

  1. Is there a way to modify a config file or something to delay the time between the build of each backup file? I am using Google Drive for offsite storage, and sometimes if there is a delay in uploads, the backup files stack up on the server and run into the disk storage limit buffer, interrupting the backup process.

    1. Hello Rfraserwebdev – If you have Root access to the WHM for your VPS/dedicated server, then you should be able to make changes to the configuration of the backup. You can also go to cPanel’s documentation for more details on the WHM backup: https://docs.cpanel.net/whm/backup/backup-configuration/

  2. How can I check the backup has been completed?
    I have an external hard drive connected to my computer. How do I setup having the backup saved to this external hard drive? Is it a good idea to save it to the external in addition to the WHM? Why save it to both?

    1. To check if a scheduled backup is complete, check the /backup location as user Root.
      To save backups on a local system, you can use FTP, SSH, or any other method that allows you to download a file from your server. The easiest may be FTP with FileZilla. Then you can copy it to your external drive. It’s a great idea to save it on multiple locations in case your web server is infected or your lose access to the server.

  3. Where can I find the backups to delete them if necessary to save disk space.   Running backups through WHM seems to use alot of space.  

    1. If you are not using a remote location, then you can find the location of your backup in Step 8 per the instructions above. This is the backup directory. If you are still not familiar with the location, then I recommend contacting our live tech support team for assistance. You can see their contact information at the bottom of the page.

    1. Thanks for your question about changing the backup hour with the scheduled backups. You can actually go to the “Configure cPanel Cron Jobs” in WHM and then set the specific hours.

Was this article helpful? Join the conversation!

Server Madness Sale
Score Big with Savings up to 99% Off

X