Storage & backups
A realistic 3-2-1 backup for a home server
What's a realistic 3-2-1 backup setup for a home server (not a data center)?
The 3-2-1 rule sounds like something written for a corporate server room, and people often assume it’s overkill for a home setup. It isn’t — it just needs translating into things a normal person owns. The rule is simply: three copies of your data, on two different kinds of media, with one copy kept somewhere other than your house. Every part of that is achievable with gear you’d buy at a consumer shop, and the whole point is that no single event — a dead drive, a house fire, a mistaken delete, ransomware — can take all three copies at once.
Here’s the home translation that actually works. Copy one is your live data, usually on your NAS or server — the thing you use day to day. Copy two is a backup onto a different device: the cheapest, most reliable version is an external USB drive that a scheduled job writes to, which you then physically rotate — unplug it, and every so often take it somewhere else. That “somewhere else” is what makes it your offsite copy, and it’s the part people skip. Copy three is cloud storage, and it doesn’t need to be expensive: you don’t back up your entire media library to the cloud, you back up the handful of things that are genuinely irreplaceable — photos, documents, the databases other services depend on — to a cheap object-storage bucket. Encrypt it first, and the provider never sees your data in the clear.
The subtle thing that experience taught me is why the “different media / offsite” parts matter so much more than having three copies on the same box. Three copies that a single ransomware infection or a single flood can all reach are really one copy wearing a disguise. The value is in the separation: a copy that’s unplugged can’t be encrypted over the network, and a copy in another building can’t burn with the first. So if you do nothing else, get one backup that lives off your always-on machine and out of your house, even if it’s just a drive at a relative’s place you swap on visits.
You don’t need to build all three at once. Start with copy two — an external drive and a scheduled backup — because it’s cheap and covers the most common failure, a dying disk. Then add the offsite cloud copy for the small set of things you’d truly grieve. That’s a genuine 3-2-1 setup, assembled from ordinary parts, and it’s the difference between a bad day and a catastrophe.