Websites and Tech

Website Backup

Also called site backup, restore point

A saved copy of a site's files and database that can be restored after a hack, bad update or mistake.

Quick facts: Website Backup

Category
Websites and Tech
Also called
site backup, restore point
Level
Beginner
Affects
Recovery time, downtime cost, update confidence, data safety
Where to see it
Host backup panel, backup plugins, off-site cloud storage
In this article4
  1. How a website backup works
  2. Why backups matter
  3. Where backups go wrong
  4. How to act on it

How a website backup works

A complete backup has two halves. The files are the theme, the plugins, the uploaded images and the platform code. The database holds the pages, posts, settings, users and — on a shop — the orders. A copy with one half and not the other cannot rebuild a working site, which is the single most common discovery people make at the worst possible moment.

Copies can be taken at server level by the host, from inside the site by a plugin, or by a script a developer schedules. They can be full every time or incremental, saving only what changed. Frequency should follow how often the content changes: a brochure site is fine with a wide gap, while a shop taking orders needs the database captured far more often, because everything between the last copy and the failure is simply gone. Retention matters just as much as frequency. A problem noticed a week late cannot be undone if only yesterday’s copy survives, because yesterday’s copy already contains the problem.

Why backups matter

The obvious use is recovery from a hack, a failed update or a deletion nobody meant to make. The more valuable use is the confidence to change anything at all. Plugin updates, theme swaps and migrations all become reversible decisions rather than gambles, which is why sites with tested backups stay current and sites without them quietly fall years behind.

There is one scenario people underestimate: losing access to the hosting account itself, through a billing dispute, a suspension or a compromise. A copy held inside that account is unreachable exactly when it is needed. A copy held somewhere else is the only thing that helps.

Where backups go wrong

Storing every copy on the server being backed up is the classic. So is the backup that has never been restored — a plugin can report success for months while silently failing on a memory limit or timing out on a large uploads folder, and nobody discovers it until the day it matters.

Beyond that: files and database captured hours apart, so the restored site is internally inconsistent; nobody documenting the credentials, licence keys and DNS settings a rebuild needs; and archives sitting unencrypted on a shared drive, which turns a security measure into a privacy exposure, since a database export contains every enquiry and customer record you hold. Working on a staging site reduces how often you have to lean on a restore in the first place.

How to act on it

Answer two questions before choosing any tool. How much recent data could you afford to re-enter by hand, and how long could the site reasonably be down? Those answers set your backup interval and the kind of restore you need, and they turn the decision into a business one rather than a technical preference.

Then automate the schedule, keep at least one copy away from the hosting account, and hold a ladder of copies — several recent, a few older ones going further back. Restore one onto a staging environment so you have rehearsed the procedure before you have to follow it under pressure, and take a manual copy immediately before any risky change. Building that into a regular website maintenance routine is what makes the difference between an inconvenience and a rebuild.

Do and do not

Do

  • Store at least one copy outside the hosting account
  • Test a restore before you ever need one
  • Capture files and database from the same moment

Do not

  • Keep every copy on the server being backed up
  • Assume your host retains copies for long
  • Update plugins or themes without a fresh backup

Questions people ask about this

How often should I back up my website?

Match the interval to how much work you would be willing to redo by hand. A site that publishes occasionally can be captured daily without much thought. A shop taking orders, or a form collecting enquiries, needs the database saved far more frequently, because everything created between the last copy and the failure is lost. Keep older copies too, not only the newest.

Isn't my host already backing everything up?

Many hosts do, but check three things before relying on it. How far back do the copies go? Can you restore yourself, or only by raising a support ticket? And do the backups live inside the same account as the site? If the account itself is suspended or compromised, copies stored within it may be unreachable precisely when you need them.

Why bother testing a restore?

Because a backup that has never been restored is an assumption rather than a safeguard. Restores fail for ordinary reasons: a missing database, an archive that exceeds an upload limit, a mismatch in server software versions. Restoring onto a staging copy costs part of a quiet afternoon and turns an unknown into a procedure you can follow calmly under pressure.

Related terms

Found this useful?

Share it, or ask an AI to summarise it

Back to the glossary

Knowing the term is the easy part

Applying it to your own site and budget is the work. Book a call and I will tell you what actually applies to you.