Automatic backups are the system of regularly and safely storing your site and database without manual involvement. This is critically important for a business site β if you need to recover from an attack, error, or accidentally deleted data, with no backup the site is lost.
Backup types
Full backup β site, files, database, emails β everything. Takes a lot of space (5-50 GB) and is stored for a long time.
Incremental backup β fully the first time, then only changed files. Saves space and time.
Differential backup β fully the first time, then files changed since the last full backup.
The 3-2-1 rule
The security standard: keep 3 copies of data, on 2 different media (disk + cloud), with 1 off-site (in another location). This strategy protects against both attacks and physical disasters (fire, earthquake).
Backups in cPanel
cPanel Backup β create a one-off full backup. Backup Wizard β simple interface. JetBackup β premium tool with automatic daily backups, cloud uploads, granular restore. Sayt.uz Pro+ tariffs include JetBackup at no charge.
Backup plugins for WordPress
UpdraftPlus β most popular (3M+ installs). Free (limited) and Premium ($95/year). Automatic daily/weekly backups, connections to cloud storage (Google Drive, Dropbox, Amazon S3).
BackupBuddy β premium ($80/year), very powerful. Also supports restore and migration.
WP Time Capsule β incremental backups, every change is saved.
BackWPup β free and feature-rich, but tricky to configure.
The restore process
To trust a backup: periodically test restores. Don't write down "I have a backup" β verify it. Restore the backup to a new subdomain and check the site works. A backup that exists but can't be restored is the worst scenario.
Sayt.uz practice
Sayt.uz hosting plans include daily backups by default: Basic Hosting 7-day retention, Pro Hosting 30 days, Premium 90 days. Managed via JetBackup. 67% of clients also run UpdraftPlus (an extra layer). In 2024 we had 287 restore requests (3.5% of 8000+ sites). Top causes: WordPress plugin update bug (43%), user accidental deletion (28%), hack (12%), other. Tip: a backup is only trustworthy when proven β run a real restore test once a month.