Hosting Backups
Hosting backups are copies of files, databases, and (ideally) mail you can restore after breakage, hacks, or bad updates. A brochure checkbox is not enough — what matters is what is copied, how often, where it lives, and whether restore was tested.
Many site owners only think about backups when it is too late: a plugin update breaks checkout, or injected files overwrite the theme. A tested backup turns panic into a procedure.
A Simple Analogy
A backup is a spare house key plus a floor plan stored off-site. Keeping the only copy in the same kitchen drawer (backup only on the same server) still fails if the house burns or the account is suspended.
Common Types
| Type | Typical contents | Note |
|---|---|---|
| Files | Document root, uploads | Without DB a CMS is empty |
| Database | MySQL/MariaDB | Required for WordPress |
| Full account | cPanel home + DBs | Convenient, heavier |
| Offsite | S3, Drive, your PC | Best against server loss |
Sensible Practice
- Think 3-2-1: multiple copies, different media, one offsite
- Do not rely on a single backup inside the same account (inodes can fill too)
- Test a restore to a subdomain at least once
- Before big theme/plugin upgrades: manual backup first
cPanel often includes Backup / JetBackup — check daily/weekly retention and whether mail is included.
What to Watch For
- Host “automatic backups” are not eternal guarantees — read retention
- Untested backups are assumptions
- Whoever holds the archive can read sensitive data
- Huge on-account backups burn disk and inodes
- Match frequency to how often content changes
FAQ
My host says backups exist — am I safe?
Safer than nothing, but check frequency, retention, and whether databases are included. Keep your own offsite copy for critical data.
How often should I back up?
Busy sites: daily. Brochure sites: weekly may do. Always back up before major changes.
Backup vs staging?
Staging is for testing. Backup is for recovery. You want both mindsets; neither replaces the other.
Can someone download my backup files?
If they sit in the document root without protection, yes. Keep archives outside the web root or in private storage.
Disclaimer: Hosting Wiki articles are prepared for educational and reference purposes. Hosting technology keeps evolving, so some technical details may change over time.