What is the 3-2-1 Backup Rule?

The 3-2-1 rule means:

The purpose is to make sure that a single failure does not destroy both the production data and all available backups.

A simple example:


This is why simply having a backup is not enough.

The backup itself also needs protection.

For stronger protection, the backup copy can use:

3-2-1 vs 3-2-1-1-0

Modern backup strategies often extend the traditional 3-2-1 rule into 3-2-1-1-0.

The additional requirements are:

3
Three copies of data.

2
Two different types of media.

1
One copy offsite.

1
One copy offline, air-gapped, or immutable.

0
Zero backup verification errors.

Example:


The additional protection is particularly useful against modern ransomware attacks.

Common Mistakes

Keeping all backups in the same location

Having three backup copies in the same server room does not provide strong protection against a site-level disaster.

Using the same storage for everything

If production and backup depend on the same storage infrastructure, a storage failure can affect both.

Assuming RAID is a backup

RAID provides storage redundancy and availability. It does not replace a backup.

RAID ≠ Backup

Keeping only online backups

An attacker who gains access to the backup infrastructure may also attempt to delete or encrypt the backups.

This is why offline, air-gapped, or immutable copies are important.

Key Points

Conclusion

The 3-2-1 Backup Rule provides a simple foundation for designing a reliable backup strategy. It ensures that backup protection does not depend on a single server, storage system, or physical location.

Modern environments can extend this approach with immutable, air-gapped, or offline backups and regular backup verification, resulting in the 3-2-1-1-0 strategy.

A backup is only useful if it can still be recovered when the original data is gone. That's the mildly inconvenient truth behind the entire backup industry.