Client Area
Backups & RestoreIntermediate

Setting Up Automatic Backups for Reseller Accounts

2 min readPublished 26 Mar 2026Updated 23 Jun 2026149 views

In this article

  • 1Server-Level Backups by Domain India
  • 2JetBackup Automatic Backups
  • 3Features
  • 4Checking Backup Status
  • 5Remote Backup Strategy

Setting Up Automatic Backups for Reseller Accounts

Automated backups ensure your clients' data is regularly protected without manual intervention.

Server-Level Backups by Domain India

Domain India maintains server-level backups for disaster recovery. However, these are managed by Domain India, intended for full server recovery, and may not have the most recent data. Do not rely solely on server-level backups.

JetBackup Automatic Backups

If your server includes JetBackup, it provides the most robust solution:

Features

  • Scheduled daily/weekly backups
  • Incremental backups (only changed files)
  • Granular restores (individual files, databases, emails)
  • Multiple retention periods
  • Remote destinations (S3, Google Drive, FTP)

Checking Backup Status

In WHM > JetBackup:

  1. Backup Jobs — see schedule and last run time
  2. Accounts — verify which accounts are backed up and when

Remote Backup Strategy

For maximum protection, implement off-server backups:

Option 1: Automated FTP/SFTP Backups

Configure cPanel full backups to send to a remote FTP destination on a schedule.

Option 2: Rclone to Cloud Storage

bash
rclone sync /backup/cpanel-accounts remote:hosting-backups

Option 3: rsync to Another Server

bash
rsync -avz /backup/cpanel-accounts/ backup-server:/backups/

Backup Retention Policy

Backup TypeRetentionPurpose
Daily7 daysRecover from recent accidents
Weekly4 weeksRecover from late-discovered issues
Monthly3 monthsLong-term recovery

Communicating to Clients

Create a clear backup policy covering: what is backed up, frequency, retention, how to request restores, any restoration fees, and client responsibility to maintain their own copies.

Verifying Backup Integrity

Periodically test restores: create a temporary cPanel account, restore a backup, verify the website and database, then delete the temporary account. Do this quarterly at minimum.


Need help? Contact our support team at https://domainindia.com/support/client/support.

Was this article helpful?

Your feedback helps us improve our documentation

Still need help? Submit a support ticket