It’s 3pm on a Tuesday and your hard drive makes a sound it has never made before — a soft click, then a stall — and the spreadsheet you were editing freezes mid-keystroke. You have a deliverable due Wednesday morning. You tell yourself it’s fine, it all syncs to the cloud. Then you remember: the cloud is a mirror, and a mirror copies whatever it sees, including a drive that just died, including the file an incidenter just encrypted ten seconds ago. The thing you trusted to save you was built to faithfully replicate your disaster.
The short version: Encrypted backup protects your data from ransomware and hardware failure by storing isolated, timestamped snapshots you control — not the synced copies that spread an infection across every device in seconds. The standard is the 3-2-1 protocol: three copies of your data, on two different media types, with one stored off-site. Pair it with deduplication so a year of daily snapshots costs barely more space than one copy, and a 30-day immutability lock so even a stolen admin account can’t delete the backup. When ransomware hits, you restore from a clean snapshot taken before the incident and the incidenter has no hold over you at all.
Why cloud sync fails at the exact moment you need it
Standard cloud storage runs on one dangerous assumption: your devices should always match. Delete a file on your laptop and it vanishes from the cloud and every device in about ten seconds. That’s convenient — right up until ransomware or a fat-fingered mistake deletes your data and then propagates the loss everywhere at once.
The 12-point setup for a private, secure, high-output digital life — in one afternoon. No spam, unsubscribe anytime.
The tools you’re already using carry blind spots:
- Instant deletion propagation: one accidental delete or ransomware hit spreads to every synced location.
- Provider access to metadata: cloud services read file names, timestamps, and access patterns even when content is encrypted.
- Centralised vulnerability: your backup depends entirely on the provider’s security, terms, and ability to survive an incident.
- No version history: once the file is gone, you can’t get it back — intentionally or otherwise.
True backup means decoupling. Your data lives in isolated snapshots, disconnected from real-time sync. If your primary drive gets hit, you restore from a verified snapshot taken hours or days earlier — from before the incident.
What ransomware actually sells you: the reframe that ends the risk signal
Here’s the turn most people never make. You think a backup is a copy of your files. It isn’t. A real backup is a copy of a specific moment in time that nothing happening now can reach back and touch. Ransomware’s entire business model rests on one bet: that the only good copy of your data is the one it just encrypted. The moment you hold a clean snapshot from yesterday, that bet collapses. You’re not buying storage. You’re buying back the ability to ignore the ransom note.
That single shift — from “copy” to “untouchable moment” — is what separates a backup that saves you from a sync that betrays you.
The 3-2-1 protocol: architecture that survives incidents
The gold standard for ransomware-resistant backup is the 3-2-1 rule: three copies of your data, on two different media types, with one stored off-site.
- Copy 1 — local encrypted SSD: an external drive connected to your computer, encrypted with AES-256. Fast recovery if the primary drive fails, and you hold the encryption key.
- Copy 2 — home server (NAS): network-attached storage on your local network, isolated from internet sync. A second independent copy, accessible offline, with no provider dependency.
- Copy 3 — zero-knowledge cloud: an off-site bucket (Wasabi, Backblaze B2) where files are encrypted before they leave your device. Protection against local disasters like fire or theft, and the provider cannot read your data.
This structure means an incidenter or accident would have to compromise all three copies at once to erase your data — an exponentially harder target than a single synced folder.
How deduplication lets you keep years of history
Storing 365 daily snapshots sounds expensive. Most backup tools use deduplication to avoid that: they store only the blocks of data that actually changed since the last snapshot.
Back up a 50GB project folder on Monday, make a 2MB edit on Tuesday, and the software stores only the 2MB change — not another full 50GB copy — linking both snapshots to the same underlying data. You gain a year of daily backups while using barely 20% more space than a single copy. This approach, called content-addressable storage, is what separates efficient backup from the “backup hoarding” that makes people skip backups altogether. You can afford to keep daily, weekly, and monthly snapshots indefinitely.
Immutability: WORM storage and the ransomware kill switch
The defence layer that takes the incidenter’s power away is WORM (Write-Once-Read-Many) storage. Store a backup with a 30-day immutability lock and even a stolen admin account cannot delete or modify it for 30 days.
Most cloud providers offer this:
- Wasabi: immutability via object legal holds
- Backblaze B2: configurable retention locks, from one day to years
- AWS S3: S3 Object Lock in governance or compliance mode
When ransomware hits and demands money, there is no decision to make. You restore from your four-day-old immutable snapshot, wipe the infected drive, and move on. The incidenter is holding a key to a door you already walked away from.
Choosing your backup engine
- For power users (comfortable with the command line): Restic is the standard — open source, with incremental backups, deduplication, and direct writes to local, SSH, or cloud storage. A typical setup runs `restic backup` from a cron job at 2am while you sleep.
- For simplicity (drag-and-drop): Cryptomator encrypts a folder, and any backup tool or cloud sync can then handle the encrypted result. No learning curve; slower for large jobs, but ideal for documents and small projects.
- For Mac/iOS integration: Arq or Duplicacy offer native clients with scheduled backups, versioning, and zero-knowledge cloud backends.
- For NAS (local network): most NAS systems — Synology, QNAP, Unraid — include built-in backup tools, often sufficient as long as you also keep an off-site copy.
Your encrypted backup setup, step by step
Step 1: Prepare storage. Buy a 2–4TB external SSD (the Samsung T7 or Crucial X9 are standard choices). Format it encrypted with BitLocker (Windows), FileVault (Mac), or LUKS (Linux). This is Copy 1.
Step 2: Set up a local network backup. Optional but recommended: a NAS or home server becomes Copy 2 — a self-hosted server such as Umbrel keeps that copy local and off the public internet. Alternatively, a second external drive stored in a different location (your office, a trusted friend’s house) does the job.
Step 3: Choose off-site cloud storage. Open a Wasabi or Backblaze B2 account, create a bucket, and enable immutability locks (30 days minimum). This is Copy 3.
Step 4: Install and configure backup software. Install Restic (or Cryptomator if you prefer simplicity). Point it at your critical folders — documents, projects, keys, configurations — set it to run automatically (2am is a common choice), and configure it to write to all three destinations.
Step 5: Test restoration quarterly. Every 90 days, restore five random files to a temporary folder and verify they open and contain the correct data. This is the only way to know your backups actually work.
Step 6: Review backup logs weekly. Check for errors, timeouts, or failed uploads. If something failed, fix it immediately — don’t let problems stack.
The recovery moment: when it actually matters
Your hard drive dies at 3pm on a Tuesday and you have a $30k deliverable due Wednesday morning. In a standard backup scenario, you panic. In an encrypted backup scenario, you:
- Plug in your external backup SSD.
- Boot from a USB recovery drive or another machine.
- Run the restore: `restic restore latest –target /recovery`
- Copy your files back to a new drive.
- Resume work within 30 minutes.
The difference between catastrophe and a minor inconvenience is having verified, isolated snapshots you own. That’s the whole job encrypted backup does.
Building backup into your sovereign stack
Encrypted backup is foundational, but it isn’t standalone. It pairs naturally with keeping critical data on devices you control rather than someone else’s server, with encrypted notes that sync without exposing their contents, and with a personal home server that keeps your backups local instead of renting space in someone else’s data centre. Together these create a system where you own your history, control your access, and can recover from any single point of failure.
Frequently asked questions
How often should I run backups?
Daily is the standard, and running at 2–4am means backups finish without interfering with your work. If you handle highly critical files, consider twice-daily backups, morning and night. For most people, daily is plenty.
What happens if I forget my backup encryption password?
You cannot recover your backups — that’s the trade-off encryption demands. Write your backup passphrase somewhere secure: a password manager, a stamped metal plate in a safe, or both. Test recovery at least once before you rely on backups; it’s your only chance to catch this mistake before it costs you everything.
How much storage do I actually need?
Start with about three times your current data size. With deduplication, a year of daily backups typically uses 1.5–2x your data size. External SSDs are cheap now (2TB for roughly $150), and cloud storage runs about $5–10 a month from Backblaze B2.
Can I use cloud sync like Google Drive or Dropbox as my third copy?
No. These services sync in real time, so ransomware spreads to them instantly. Use zero-knowledge cloud backup instead — Wasabi, Backblaze, or Proton Drive — where encryption happens before upload and the provider cannot read your files.
What if my backup drive or NAS gets stolen?
It doesn’t matter, because the data is encrypted. Without your passphrase it’s unusable noise. This is exactly why full-disk encryption is mandatory for any backup storage you don’t keep locked in a safe.
Ransomware has become routine, hardware failure is inevitable, and accidental deletion happens to everyone. A single point of failure — a cloud service you depend on, an unencrypted backup — means you will eventually lose something that matters or be forced to pay an incidenter. Encrypted backup removes that trap entirely, and the shift it gives you is mostly in your chest: you move from I hope nothing goes wrong to I know exactly how I recover from anything. Buy an external SSD tonight, install Restic or Cryptomator, set up one off-site location, and run your first backup before you sleep. In 30 minutes, your most critical files sit behind a structure that survives the incidents that take down everyone else. You stop being a potential victim and become the one person in the room the ransom note has no power over.
Related reading: Encrypted Backups: Logic of the Digital Time Capsule and the Digital Sovereignty Unhack, Proton Drive Review: The Logic of Encrypted Persistence and the Data Sovereignty Unhack, Standard Notes Review: The Logic of Encrypted Persistence and the Data-Decay Unhack, Private Internet Access (PIA) Review: The Logic of Infrastructure Hardening and the Log-Leaking Unhack, Cold Storage Recovery: The Immutable Sovereignty Protocol and the Wealth Unhack.
More in Digital Sovereignty.
Join the Inner Circle
Weekly dispatches. No algorithms. No surveillance. Just sovereign intelligence.