The "3-2-1" backup rule is a widely referenced, simple principle for making a backup strategy meaningfully more resilient. It's not a specific product or service — it's a general framework worth understanding regardless of what tools you actually use.

What the numbers mean

The general idea: keep 3 total copies of your data, on 2 different types of storage media, with 1 of those copies stored offsite (somewhere physically separate from the others).

Why three copies

Your original, working copy of a file counts as one. A single backup is better than none, but if that one backup and the original are both affected by the same problem, you're still exposed — a third copy adds meaningful redundancy.

Why two different media types

Using two different types of storage (for example, a local external drive plus cloud storage) reduces the chance that a single type of failure wipes out multiple copies at once — a hardware failure affecting one drive doesn't affect a completely different storage medium.

Why one copy offsite

An offsite copy protects against physical, local disasters — fire, flood, theft — that could affect every device in one location simultaneously. Cloud backup is a common, convenient way to satisfy the "offsite" part of the rule without manually managing physical media elsewhere.

How this looks in practice

A simple example: your working files on your computer (copy 1), a local external drive backup (copy 2, different media), and a cloud backup (copy 3, offsite). That's a reasonable, practical application of the rule for most home or small-office setups, without needing anything exotic.

3-2-1 isn't about buying more storage for its own sake — it's about making sure no single point of failure can take out everything at once.

For more general background, see our guides on backup maintenance and restore planning basics.