On this page
A full cPanel backup is one archive of your whole account that you download to your own computer. You build it in cPanel, wait until the file finishes, then copy it off the server so you can restore later. A copy that only sits on the same disk will not help if the account itself has a problem.
Create the full backup in cPanel
Log into cPanel and open the Backup tool. Type backup in the search box if your theme hides the icon. Choose Full Backup and save the file to your home directory. That full account archive is a tar you can take with you and restore when you need it.
Partial backups of home, MySQL, or email run faster when you already know which piece you might break. A full backup is still the safer default before a migration or a large cleanup. JetBackup is our server-side copy; the full backup you generate is yours to keep off-box. Resellers may see a related cpmove file in WHM, which is the same idea with a larger scope. A backup from Tuesday will not include Wednesday’s orders, so time the copy when your data is current.
Download the archive and verify it
When cPanel finishes, the tar.gz file sits in your home directory. Download it with File Manager, FTP, or scp, then delete it from the server. Do not leave the archive inside public_html. Outside scanners can fetch it and pick up passwords and other secrets from files like wp-config.
ls -lh ~/backup-*.tar.gz 2>/dev/null; tar -tzf ~/backup-*.tar.gz | headThe ls command shows the archive exists and is not zero bytes. The tar -tzf command lists contents without extracting the whole file. If that list fails, the archive is truncated or not a valid tar. Test that you can open the file on your computer before the day you need a restore.
Full backups versus partial backups
Use a full backup when you want a restore-ready copy of the entire account. Home-directory-only backups often miss mail settings and other pieces people forget. Partial options are fine when you are about to change one database or folder and want a quicker file. In every case, store the finished archive somewhere other than the same server so you can actually restore from it.
Tagged
Was this article helpful?
Be the first to rate this article.



