TL;DR

What it is

A backup is a second (or third) copy of your important data, stored somewhere you can reach when the original cannot be reached. Important data is whatever you would mourn losing:

A good backup plan handles three different failure modes:

  1. Device failure. The laptop drive dies. The phone falls in water. You replace the hardware and restore. Solved by any backup.
  2. Theft. Laptop and external drive in the same bag stolen together. Solved by 3-2-1 — the off-site copy survives.
  3. Ransomware. Malware encrypts your files and asks for payment. If your backup is on a drive that was plugged in at the moment of infection, the malware encrypts the backup too. Solved by having at least one backup that is offline or write-protected.

Most backup plans handle one or two of these. The plans that handle all three look something like 3-2-1.

The 3-2-1 plan in practice

Three copies. The original plus two backups. Yes, two. Hardware fails. Backup drives fail. One backup is half a backup.

Two media types. Don't keep all copies on the same kind of storage. If you back up your laptop's internal SSD to a USB SSD made by the same manufacturer in the same year, both will fail in the same way. Mix: external hard drive plus cloud, or NAS plus cloud, or external SSD plus cloud, or an external drive plus another external drive kept somewhere else.

One off-site. A burst pipe, a fire, or a thief takes everything in the room. The off-site copy is what saves you. Off-site can mean:

For most households, "one cloud + one local drive" is the sweet spot.

What about iCloud, Google Drive, and OneDrive?

These are sync services, not backups. The distinction matters.

If a virus encrypts your files, iCloud / Drive / OneDrive will helpfully sync the encrypted versions to all your devices. If your account is compromised and the attacker deletes your photos, they're deleted everywhere.

That said, most of these services do offer some version-history or trash-recovery for a short window (typically 30 days). That helps a little. It is not a substitute for a proper backup.

Photo libraries (iCloud Photos, Google Photos) are the most commonly lost. Pull a full export periodically and keep it on your own storage.

Tools that work

The names change. The categories don't.

For privacy: backups should be encrypted before they leave your device. Most modern tools do this by default; verify in the settings.

The first hour — getting started

  1. List what matters. Five minutes. "Photos, documents, email export, password manager backup, browser bookmarks, family videos, [whatever is on the list]." You will be surprised how short it actually is.
  2. Pick a backup approach based on your devices.
    • One Mac, manageable data → Time Machine to an external drive, plus iCloud sync (for the convenience), plus a cloud backup service for off-site.
    • One Windows PC → a third-party backup tool (Macrium Reflect free, Veeam Free, AOMEI, etc.) to an external drive, plus a cloud backup service.
    • Mixed-device household → a NAS for the local copy, plus a cloud backup of the NAS.
  3. Set the schedule. Daily for active documents and photos. Weekly for everything. Monthly to verify.
  4. Run the first backup. This will be slow — first backups always are. Leave it overnight.
  5. Test a restore. Today, not in a year. Pretend a file is lost; restore it. If you cannot, fix the setup before you actually need it.

Watch out for ransomware

If a backup drive is plugged in when ransomware hits, the ransomware encrypts the backup too. Defences:

What NOT to do

Use AI to help you

Plan from scratch:

"I have the following devices and data: [list — laptop OS, phone OS, NAS if any, external drives, current cloud services]. Roughly [size in GB or TB] of data I cannot lose. Please design a 3-2-1 backup plan that fits my devices and budget [range]. Cover (a) what software to use, (b) what to back up where, (c) how often, (d) ransomware protection, and (e) how to test the restore. Avoid vendor-specific marketing — focus on categories and trade-offs."

Audit a current setup:

"Below is what I currently do for backups. Please critique it as an experienced systems administrator would: (a) what are the realistic failure modes, (b) where are the gaps, (c) what is the single highest-leverage change I can make, and (d) what tests should I run today and monthly thereafter? [paste your current setup]"

A reminder: AI doesn't know whether the cable on your shelf actually still works. After any plan change, run a real restore test.

Who to call

Find the latest contacts for your country with AI:

"I'm in [your country]. List the official and reputable sources I may need in a data-loss or ransomware scenario — the national cybersecurity centre's ransomware-incident guidance, the police cybercrime unit, the global NoMoreRansom.org project (which decryption tools currently exist for known ransomware families), and a list of reputable forensic data-recovery laboratories that operate in my country. For each, give the official website and public phone number. Tell me the order to contact them in if (a) a backup drive has failed and I have no other copy, (b) ransomware has encrypted my files, or (c) I've lost a phone with the only copy of recent photos. Cite each official source. Flag anything that might be outdated."

When to escalate beyond chat

Related topics


Sources & references (internal — not rendered to the live page):