The Cybersecurity Course · Episode 9
Read time ~8 min · No prior knowledge

Backups &
encryption

Imagine your computer being locked by ransomware right now — or the phone with ten years of photos disappearing. What is actually gone? Backup is the only security measure that saves you no matter what went wrong, and encryption ensures that whoever takes your device doesn't get your content too. Here's the system that makes both automatic.

Contents
  1. The 3-2-1 rule — and the 3-2-1-1-0 upgrade
  2. Cloud sync is not backup
  3. How to do it — computer and phone
  4. Encrypt the disks: BitLocker and FileVault
  5. Three ransomware-specific tips
  6. Sources

The 3-2-1 rule — and the 3-2-1-1-0 upgrade

Backup is the only security measure that saves you regardless of what went wrong: ransomware, theft, fire, disk failure or your own mistakes. The standard advice, which the US authorities' StopRansomware initiative also builds on, is the 3-2-1 rule:

The more modern 3-2-1-1-0 variant adds: 1 copy offline or immutable (so ransomware can't reach it) and 0 errors — you've actually tested that the restore works. For a private individual that sounds ambitious, but in practice it means: cloud backup + one external drive that isn't plugged in, and a test restore once a year.

Cloud sync is not backup

"But my files are in Google Drive/OneDrive/iCloud." Sync services mirror your devices — which means they faithfully mirror the disaster too. Delete the wrong folder, and the cloud copy is deleted. If ransomware encrypts your files, the encrypted versions sync up within minutes.

What saves you in sync services is version history and the recycle bin — most services can restore previous versions for 30 days. Valuable, but limited and time-critical. Real backup is a separate, independent copy that doesn't overwrite itself when the original is destroyed.

Rule of thumb Sync = convenience (the same files everywhere). Backup = insurance (yesterday's files kept safe, no matter what happens today). You need both — and they are not the same thing.

How to do it — computer and phone

Windows

  1. The cloud (location no. 2): a backup service like Backblaze (~$99/yr, unlimited) backs up the whole computer continuously, with version history — set it up once, forget it.
  2. Local (fast restores): external drive + Windows' built-in backup/File History. Unplug the drive between runs — that's your offline copy.

Mac

  1. Local: Time Machine to an external drive — versioned, automatic, built in. Unplug the drive between runs.
  2. The cloud: Backblaze works just as well on Mac, as the off-site complement.

The phone

Enable iCloud Backup or Google backup respectively — and verify that photos are actually included (iCloud Photos/Google Photos). The phone's content then also lands in the computer's backup chain if you sync.

Encrypt the disks: BitLocker and FileVault

Backup protects against loss — encryption protects against whoever takes your device also getting your data. A stolen unencrypted laptop is an open archive: the disk can be mounted in another computer and read directly; your login password is irrelevant.

The recovery key — read this When you enable BitLocker or FileVault you receive a recovery key. Save it — in your password manager and/or on paper at home. Without the key, in case of trouble your data is as inaccessible to you as to the thief. That's the whole point of encryption, and it doesn't forgive carelessness.

Three ransomware-specific tips

  1. Keep one copy out of reach. Ransomware encrypts everything it can touch — including connected USB drives and network folders. The unplugged drive and the cloud backup's version history are your lifelines.
  2. Version history is the requirement for cloud backup. A mirror of encrypted files is worthless; the ability to retrieve files as they looked last week is everything.
  3. Test the restore. Once a year: pull three random files out of the backup. A backup that's never been tested is a hope, not a plan — that's the "zero" in 3-2-1-1-0.
Next time All of your home's devices share one common door to the internet: the router. Episode 10 covers home WiFi — WPA modes, default passwords, guest networks and the two settings to switch off right away.

Sources

Want to dig deeper? These are the sources behind this episode.

  1. Backblaze — The 3-2-1 Backup Strategy — the rule's background and practice.
  2. CISA et al. — StopRansomware — government advice with offline backup at its core.
  3. Veeam — 3-2-1-1-0 — the modern extension of the rule.
  4. Microsoft — Back up your Windows PC — built-in tools.
  5. Apple — Time Machine — Mac backup step by step.
  6. Backblaze — backblaze.com — unlimited cloud backup for computers.
  7. Microsoft — Turn on device encryption (BitLocker).
  8. Apple — FileVault — disk encryption on Mac.
  9. Apple — iCloud — iPhone backup.
  10. Google — Back up Android — phone backup step by step.
Next episode

Episode 10 — Home WiFi & the router

WPA modes, default passwords, guest networks — and the two settings to switch off right away.