Encrypted transfers
- SSH/SCP — backups move over encrypted channels, not FTP
- Server-to-server restores are pulled by you; nothing is pushed to your server unsolicited
- No inbound access required — restores are initiated from your end
Everything you need to get set up, stay secure, and restore when something goes wrong.
CPBackup stores independent offsite copies of your cPanel account — completely separate from your hosting provider — in native cPanel (cpmove) format. That means you can start a restore straight away. There's no conversion step, no rebuild, nothing to sort out before cPanel can use the file.
Every backup includes a secure wget restore URL so you can pull it directly onto your destination server over root SSH — proper server-to-server recovery without messing about with local downloads first.
Not sure which approach suits your setup? Tell us what you're restoring and we'll point you to the fastest path.
At a glance: encrypted transfers · token-based access · no passwords stored · offsite storage isolation
Worth noting: If you ever need to share a restore URL with support, send it in a private ticket — don't paste it in a public forum or chat.
root and download with wget.Tip: server-to-server via wget is usually faster than downloading to your PC first, especially for larger reseller backups.
cd /root wget -L --content-disposition --trust-server-names \ 'https://cpbackup.net/backup?action=downloadtoken&token=TOKEN_EXAMPLE_ONLY'
Your real restore URL is shown next to each backup in Backup Manager. Run the command on the destination server, not your PC.
wget -c to pick up where it left offThere's a Download button next to each backup in Backup Manager. Click it to save the file to your PC — handy if you're restoring a single site and don't have root SSH to hand.
£10 per month and you get 10GB of storage included.
Anything above 10GB is £1 per GB, charged at the end of your billing period. You're not billed mid-cycle for going over.
It's simply the total size of all your stored backups at billing time — nothing more complicated than that.
Yes — reduce what's stored before your billing date and the next invoice will reflect that.
No. You pay for what you actually use. There are no tiers to upgrade through.
Because it means restores can start immediately. There's no conversion or rebuild step before cPanel can use the file — it's already in the format cPanel expects.
It lets you pull your backup straight onto the destination server over SSH — much faster than downloading to your PC first, especially for large accounts or reseller backups.
Not at all. There's a Download button in Backup Manager if you'd rather save the file locally and restore from there.
Each restore URL is tied to a specific backup. If you need a fresh one, open the backup again in Backup Manager.
That's up to you — set a schedule that matches how often your sites change.
Yes, any time. Bump it up or trim it down — no need to contact support to do it.
The oldest restore points are removed first, so your most recent backups are always the ones kept.
No passwords are stored. You connect using a cPanel API token instead — it can be revoked at any time from within cPanel.
Yes — delete or rotate the token in cPanel and access stops immediately.
Yes — backups travel over SSH/SCP, not FTP.
Because if something goes wrong with your hosting provider — outage, data loss, account suspension — you want your backups on completely separate infrastructure that isn't affected.
Check the Status page for live updates and active incidents.
The domain or hostname, the backup job ID if it's shown, the approximate time it happened, and the full error or output text. Screenshots help too.
Check the backup status and details first. If the cause still isn't clear, submit a ticket with the failure message and timestamp and we'll take a look.
A full archived backup of the cPanel account: all your files and folders, MySQL databases, email accounts and forwarders, and any websites or apps hosted in the account.
Native cPanel (cpmove) format — the same format cPanel uses for its own full account backups.
Use the Download button in Backup Manager to save it to your PC, or use the secure wget restore URL for a faster server-to-server transfer.
Not sure whether to pull via wget or download to your PC first? Tell us what you're trying to restore and we'll give you the straight answer.
When something breaks, the more detail you give us — the exact command you ran, the full error message, the timestamp — the faster we can sort it out.