The 3-2-1 data backup rule: simple rule, serious protection

If your data disappeared today, how long would it take to restore your business? The 3-2-1 rule is the most practical and sustainable backup approach because it is both easy to understand and difficult to compromise.
What is the 3-2-1 Rule
-
3 copies of data: 1 production + 2 backups.
-
2 different media: e.g. local NAS and cloud, or internal server and external disk.
-
1 off-site copy: physically separated or in the cloud, possibly immutable and with versioning.
This breaks the chain of risk: hardware failure, human error, fire/flood, theft, ransomware.
Why it works so well
-
Medium diversification reduces total points of failure.
-
Physical separation limits damage in local incidents.
-
Versioning and immutable layers prevent malicious modification of all copies.
Basic concepts: RPO and RTO in human words
-
RPO (Recovery Point Objective): How much data is acceptable to lose, measured backwards in time. If the RPO is 4 hours, back up at least every 4 hours.
-
RTO (Recovery Time Objective): How long the business can last while systems are offline. The lower the RTO, the faster access to backups you need.
Sample architectures by scale
Solo Professional/Microbusiness
-
3 copies:Laptop, external SSD, cloud.
-
2 media: SSD and cloud service with versioning.
-
1 offsite: Cloud with version history and 30-180 day trash included.
-
Frequency: incremental backups every 2-4 hours for active folders.
Small office (5-25 people)
-
3 instances: production file server, NAS backup, cloud object storage.
-
2 media: NAS and cloud.
-
1 offsite: Cloud bucket with Object Lock or WORM.
-
Frequency: incremental every hour; daily full copies; weekly offsite sync.
Growing company (25+ people, critical systems)
-
3 copies:Prod system + secondary storage backup + isolated immutable layer.
-
2 media: Block/file storage and object storage.
-
1 offsite: Secondary region or colocation with air-gapped periods.
-
Frequency: Near-continuous replication for databases; daily fulls; monthly recovery testing.
Common errors that invalidate 3-2-1
-
Same admin username/access to all copies. Risk: one compromise = total loss.
-
No offsite or immutable layer. Ransomware also encrypts the NAS.
-
No recovery tests. A backup you can't roll back is not a backup.
-
Cloud storage only with no local copy. Poor connectivity = slow RTO.
-
Lack of monitoring and notifications. Tasks stop, no one understands.
Mini prioritization method: 3 questions for 3-2-1
-
What data is vital? Finance, CRM, projects, code.
-
How far back is acceptable loss? Determine RPO by data type.
-
How fast should we be back online? Determine RTO and select media/string.
Tools and practices (non-binding list)
-
Backup software: incremental copy, deduplication and encryption solutions.
-
NAS with snapshots and cloud replication.
-
Object storage with Object Lock/immutable and lifecycle versioning policies.
-
Password Manager and MFA for backup repositories and consoles.
-
Monitoring: notifications for failed jobs, missing versions, low free space.
7-point backup policy (template)
-
Scope: which systems and data are backed up.
-
Frequency: incremental, daily full, weekly offsite.
-
Storage: media, capacity, encryption.
-
Retention: how many versions/days are kept.
-
Access: roles, MFA, keys.
-
Tests: recovery plan and schedule.
-
Incidents: procedures for rancor/disasters.
How to test that 3-2-1 works
-
Restore Proof: Once a month, restore a sample machine/folder.
-
Measurement: record actual RTOs and compare to targets.
-
Version Check: make sure you can go back before a point of compromise.
-
Audit: check logs, notifications, integrity of backups.
Budget Guidelines
-
Start: external SSD + reliable cloud with versions.
-
Midrange: NAS with RAID + cloud bucket with immutable.
-
High-end: dual-region cloud, immutable layers, automated DR tests.
Quick Start Checklist
-
I have at least 3 copies of the critical data
-
I use 2 different media
-
I maintain 1 offsite and possibly immutable copy
-
Scheduled incremental and full backups
-
Active versioning and retention policies
-
MFA and separate accounts for backup infrastructure
-
Monthly recovery test with protocol
-
Active problem notifications
FAQ
Is the 3-2-1 rule obsolete in the age of the cloud?
No. The cloud often covers the offsite part, but a second carrier and separate rights are still needed. Immutable versions are highly recommended.
How often should I back up?
Bind the frequency to the RPO. If it is 1 hour, make the tasks 30-60 minutes per buffer.
Is cloud sync enough?
No, a sync is not a backup. If you delete a file, the deletion is synced. You need versions and restore points.
Add Comment