Skip to main content
data-recovery-headINFO

3-2-1 Backup Strategy 2026: Complete Guide (Rule, Tools, Step-by-Step Setup)

The 3-2-1 backup rule explained for 2026: history, principle, modern variants 3-2-1-1-0 and 4-3-2, recommended tools (EaseUS, Backblaze, BorgBackup), personal/SMB/photographer setups, restore testing. A practical, no-fluff field guide.

By Eric Gerard · Editor · Save My Disk14 min readPhoto via Unsplash

Data loss is far more common and costly than most people assume. A single mechanical drive failure, a ransomware strain like LockBit encrypting a family computer, or one accidental deletion is enough to wipe out years of irreplaceable files - photos, videos, tax archives, a thesis whose latest chapters were never printed. The common thread in nearly every loss story is the same: a single copy of the data, with no second line of defense. One copy is a single point of failure. The 3-2-1 rule exists to remove that single point of failure, and that is what this guide sets out to help you do.

What Is the 3-2-1 Backup Rule?

The 3-2-1 rule was formalized in 2009 by Peter Krogh, an American professional photographer and author of The DAM Book: Digital Asset Management for Photographers. Krogh was looking for a simple mnemonic for photographers losing thousands of shots due to broken backup workflows. He distilled decades of IT best practices into three numbers.

3 copies of your data. The original counts, plus two independent backup copies. The statistical reasoning: while any single drive has a small but real chance of failing in a given year (Backblaze publishes its real-world Drive Stats openly), the chance of two independent drives failing at the same time is far smaller, and three independent copies failing together is vanishingly unlikely. That is enough for practical protection.

2 different media types. Two drives of the same brand, model, and manufacturing batch have correlated failure probability - a manufacturing defect or power surge hits them all simultaneously. Two different media types - an external HDD and a cloud service, or a local disk and a NAS - eliminate this correlation. Technological diversity is the principle.

1 offsite copy. This is the most neglected and most critical number. A flood, a fire, a hardware theft: if all your copies are in the same room, they disappear together. The offsite copy can be physical (a drive at a parent's house, a secondary office) or logical (cloud). Cloud storage has democratized access to this offsite copy, once reserved for enterprises with large budgets.

The 3-2-1 rule wasn't invented by Peter Krogh: the underlying principles have existed in enterprise IT since the 1970s with magnetic tape. What Krogh contributed was a pedagogical formulation that makes it memorable for anyone in thirty seconds.

Why the 3-2-1 Rule Works Against Every Risk

An external hard drive on a desk
An external hard drive on a desk

The power of the 3-2-1 rule is that each number protects against a distinct risk. Understanding this logic means understanding why you can't remove any one of them without creating a blind spot.

Hardware failure: the 3 is enough. Every drive - HDD or SSD - fails eventually, and a non-trivial share fail within a few years of use; SSDs fail less often than HDDs but with different failure modes (silent corruption, firmware issues, wear leveling). With a single copy, every drive failure is a catastrophe. With two copies on different media, the probability of losing everything drops dramatically. With three independent copies, protection against simple hardware failure is essentially total.

Ransomware: the 1 offline copy is critical. Modern ransomware (LockBit, BlackCat, Cl0p) deliberately targets backups. It scans the local network, encrypts NAS shares, connected USB drives, and Windows Volume Shadow Copies. A permanently connected backup is no longer a ransomware backup - it's just an encrypted copy waiting to happen. An offsite cloud copy with versioning (Backblaze, Wasabi, B2) or a physically disconnected drive are the only effective defenses. An encrypted backup drive that is disconnected after every run cannot be reached by ransomware running on the machine.

Fire and flood: the 1 physical offsite copy is irreplaceable. A residential fire can destroy the contents of a room within minutes. A flooded apartment shorts out electronics within hours. Neither the NAS in the living room, nor the drives in the desk drawer, nor the laptop on the table survive. Only a copy in a separate location - cloud, a relative's home, a bank safe deposit box for highly critical data - guarantees continuity.

Accidental deletion: versioning saves you. The 3-2-1 rule doesn't explicitly mandate versioning, but modern implementations include it. If you accidentally overwrite a file and your cloud backup syncs the overwritten version, all your copies are corrupted simultaneously - exactly the failure mode of sync services like Dropbox or Google Drive without versioning enabled. Backblaze Computer Backup retains versions for 30 days (1 year with Extended Version History). BorgBackup retains as many snapshots as your storage allows. This versioning turns backup into a time machine.

Modern Evolutions: 3-2-1-1-0, 4-3-2, and Hybrid Cloud

The 2009 3-2-1 rule has evolved to address modern threats. Three variants are now established.

The 3-2-1-1-0 rule (Veeam, 2012). Veeam Software, an enterprise backup solutions vendor, formalized two critical additions. The extra 1: keep at least one offline or air-gapped copy - a physically disconnected drive or an offline LTO tape. This number neutralizes network ransomware that cannot encrypt what it cannot see. The 0: zero errors verified on the last restore test. This is the most practically important addition, because an untested backup is one whose functionality is unknown. Untested restores fail far more often than teams expect during a real incident - which is exactly why the 0 (verified restore) matters.

The 4-3-2 rule (professional photographers and creative studios). For professionals whose data represents their business capital - photographers with 50 MB RAW files per shot, video studios with 4K rushes, architects with 10 GB BIM files - the 4-3-2 adds an extra layer: 4 copies, 3 media, 2 offsite. The second offsite is typically a secondary cloud (Backblaze B2 + Amazon S3 Glacier) or a drive in a bank safe for the most precious captures. A wedding photographer with 500 GB of irreplaceable RAW files has an economic obligation toward 4-3-2.

The hybrid local + cloud approach (2026 standard). For the vast majority of home users and SMBs, the practical 2026 approach combines: a local NAS (Synology, QNAP) with RAID for hardware redundancy + backup software with scheduling (EaseUS Todo Backup, Acronis) for local snapshots + Backblaze or Wasabi for cloud offsite backup. This combination covers all risks at a reasonable cost (under $30/month for a 5-workstation SMB with 2 TB of data).

ToolPlatformPrice 2026EncryptionDeduplicationAutomationBest for
EaseUS Todo BackupWindows$29.95/year (Home)AES-256NoYes (scheduler)Home/SMB Windows
Acronis True ImageWin + Mac$49.99/yearAES-256NoYesFull system image
BorgBackupLinux/MacFree (GPL)AES-256 + HMACYes (block)Via cronHomelab, Linux server
ResticWin/Lin/MacFree (BSD)AES-256Yes (content)Via cron/taskMulti-cloud, cross-platform
rsyncLinux/MacFree (GPL)Not native (via SSH)NoVia cronSimple network copy
Backblaze ComputerWin + Mac$9/monthAES-256Yes (cloud-side)Continuous automaticHome user, unlimited offsite
Backblaze B2API/S3$6/TB/monthAES-256Via clientVia clientSMB, object storage
WasabiAPI/S3$6.99/TB/monthAES-256Via clientVia clientB2 alternative, no egress fees

EaseUS Todo Backup is the best choice for non-technical Windows users. It creates full system images (restorable on different hardware via Universal Restore), supports incremental and differential backup, and automatically schedules daily jobs. The Home edition at $29.95/year covers one PC. The Workstation edition ($59.95/year) adds dissimilar hardware restore. Prices verified on easeus.com in June 2026.

BorgBackup excels for Linux environments and photographers with large volumes. Borg's block-level deduplication is particularly effective on similar files (RAW exports from the same session, databases with few changes), so a repository of mostly-similar data can end up noticeably smaller than the raw source size. Native ChaCha20-Poly1305 or AES-CTR encryption available from initialization.

Restic is superior to Borg for multi-cloud and Windows needs. It natively supports Backblaze B2, Amazon S3, Google Cloud Storage, Azure Blob, SFTP, and local repos - no third-party plugins. The restic backup command is identical regardless of backend.

Backblaze Computer Backup remains the simplest and cheapest offsite choice for home users: install the client, forget it, know that $9/month covers unlimited volume. Key limitations: 1 computer per license, slow network restoration for very large volumes, no backup of network directories (local drives only).

Editorial pick
4.5 / 5

Set Up EaseUS Todo Backup

Free version available · Home $29.95/year · Automatic scheduler + system image + Universal Restore

Founded in 200430-day guaranteeFree 2 GB version
See the offer

3-2-1 Setup Step by Step: 3 Concrete Scenarios

Scenario 1 - Home User (budget ~$220/year)

Goal: protect photos, documents, emails, Windows profile against failure, ransomware, fire.

Hardware: 4 TB USB 3.0 external HDD (~$90, WD Elements or Seagate Expansion) + Backblaze Computer Backup ($9/month) + EaseUS Todo Backup Home ($29.95/year).

Configuration:

  1. Connect the external drive. In EaseUS Todo Backup, create a "System Image" job - target: external drive. Schedule: weekly (Sunday 3 AM). Incremental mode with 4-week retention.
  2. Install Backblaze Computer Backup. On first launch, select folders: Documents, Photos, Desktop, project folders. Let the upload run in the background (allow 2 to 5 days for 100 GB depending on upload speed).
  3. Configure automatic drive ejection after each EaseUS job (enable "Eject after backup" in job settings). A disconnected drive cannot be encrypted by ransomware.
  4. Monthly check: open Backblaze, verify last snapshot date. In EaseUS, check the last job report (status "Success"). Restore a test file from each medium.

Result: 3 copies (Windows original + EaseUS image + Backblaze cloud), 2 media (local HDD + cloud), 1 offsite (Backblaze). 3-2-1 rule achieved for approximately $220 the first year.

Scenario 2 - 5-Workstation SMB (budget $150-250/month)

Goal: GDPR compliance, business continuity, protection against SMB-targeted ransomware.

Infrastructure: Synology DS423+ NAS with 4 × Seagate IronWolf 4 TB in RAID 6 (tolerates 2 simultaneous drive failures) + EaseUS Todo Backup Business (network license) + encrypted Backblaze B2 bucket.

Configuration:

  1. On each workstation, configure EaseUS Todo Backup Business with a daily differential job to the NAS (project folders and user profiles). Schedule at 11 PM, outside working hours.
  2. On the Synology NAS, enable Cloud Sync to Backblaze B2 (native Synology app). Configure sync of the backup destination only - not the entire NAS mirror, too expensive. Client-side encryption with the company's own key before upload.
  3. Configure a Synology Hyper Backup task to a rotating external drive (3 physical drives labeled A/B/C, weekly rotation, one drive always kept offsite). This is the air-gapped copy of the 3-2-1-1-0 rule.
  4. Test a full workstation restore (from the NAS image) once per quarter. Document actual restore time (real RTO vs target RTO).

Result: 3-2-1-1-0 implemented. Daily incremental local copies + RAID NAS + encrypted B2 cloud + air-gapped offsite drive. GDPR Article 32 compliance (appropriate technical measures).

Scenario 3 - Professional Photographer (budget $80-120/month)

Goal: protect irreplaceable RAW files (typically 50 to 200 GB per wedding or shoot), 4-3-2 rule recommended.

Field workflow: after each shoot, immediately copy SD cards to the laptop AND to a portable SSD (Samsung T7 Shield or SanDisk Extreme Pro). Never erase SD cards until both copies are verified.

Studio infrastructure: Synology DS923+ NAS with 4 × WD Red Plus 8 TB in RAID 5 + BorgBackup on the NAS for deduplicated snapshots to a second remote NAS (office or trusted family with decent connection) + Backblaze B2 for cold archiving of delivered shoots.

Frequency:

  • Immediate (field): SD card → laptop + portable SSD
  • Daily (studio): laptop → NAS RAID via BorgBackup (block dedup shrinks the repository when sessions share similar data)
  • Monthly: NAS → Backblaze B2 Glacier (cold archive, $2/TB/month for rare retrieval)
  • Annual: export most precious projects to LTO-8 tape if volume > 10 TB

Result: 4-3-2 achieved. SD card (1) + laptop (2) + studio NAS RAID (3) + remote NAS (4). Media: flash/SD, portable SSD, NAS HDD, cloud. Two offsite copies: remote NAS + B2.

Testing and Verification: The Step Most People Skip

An untested backup is not a backup. It's a copy you hope will work when needed. That distinction isn't rhetorical: untested restores fail far more often than teams expect during a real incident. The most frequent causes: silently corrupted backup file, undetected physical media degradation, software or version change incompatible with the old format.

Minimum monthly test. Restore a random file from each backup medium and verify it opens correctly. With EaseUS Todo Backup, use the "Browse backup" function to access files without a full restore. With Backblaze, download a file via the web interface. With BorgBackup: borg extract --dry-run ::archive-name path/to/file to verify without physical restoration.

Annual full restore test. Once a year, restore a complete image to a test machine or VM. For an SMB, this validates the real RTO - how many hours are actually needed to return a workstation to operational state. On Windows with EaseUS Todo Backup, a 256 GB workstation restores in 45 to 90 minutes from a local NAS over gigabit Ethernet.

Automated monitoring. Professional tools send email alerts on job failure. Configure these alerts in EaseUS Todo Backup (Notification Center → Email SMTP) or in Backblaze (Dashboard → Notifications). For BorgBackup, the borgmatic wrapper script adds monitoring and alerts via services like Healthchecks.io - an HTTP ping is sent after each successful run, and an alert fires if no ping arrives within the expected window.

Archive integrity verification. Magnetic tapes degrade, HDDs accumulate bad sectors, .zip or .tar files can silently corrupt. BorgBackup has borg check --verify-data which reads and verifies every repository chunk. Restic has restic check --read-data for the same purpose. EaseUS Todo Backup includes a "Verify backup" option in each job's properties - enable it systematically.

Critical Mistakes to Avoid

Mistake 1: the untested backup. Detailed above, this is one of the most costly errors. Even a 5-minute monthly check catches most problems before they become catastrophic.

Mistake 2: permanently connected backup. A USB external drive plugged in 24/7 is encrypted in 3 to 8 minutes by modern ransomware like LockBit 3.0 or BlackCat. If that's your only backup copy, you've lost. The solution: disconnect after each job (manual or automatic via EaseUS "Eject after backup"), or use a cloud service with immutable versioning. Backblaze B2 or AWS S3 Object Lock prevents any deletion or modification of a version, even by the bucket owner, for the configured duration.

Mistake 3: RAID is not a backup. RAID 1 (mirror) duplicates data in real time. If you accidentally delete a folder, the deletion propagates instantly to both mirror drives. If ransomware encrypts your RAID volume, both drives are encrypted simultaneously. RAID protects against the hardware failure of one drive - useful, even recommended for a NAS. But it is not a backup. It's an availability layer.

Mistake 4: snapshot is not a backup. LVM, ZFS, or Synology Snapshot Manager snapshots are point-in-time filesystem states stored on the same volume - often on the same drive. A snapshot protects against recent accidental deletion if the drive still works. If the drive fails or the NAS is stolen, snapshots disappear with the drive. Snapshots complement a 3-2-1 strategy; they don't replace it.

Mistake 5: neglecting backup encryption. An unencrypted cloud backup or a lost/stolen external drive exposes all your personal and professional data. BorgBackup and Restic encrypt by default on initialization. EaseUS Todo Backup offers AES-256 encryption in each job's options. Backblaze encrypts server-side by default, with a personal private key option for those who don't want to trust the service.

Mistake 6: backup without a documented restore plan. In a crisis situation (ransomware at 2 AM, NAS failure the day before a client delivery), nobody searches for documentation. The restore procedure must be written, printed or stored in an offline location (local password manager, bank safe deposit box), and tested. Two pages are enough: how to boot in rescue mode, where the restore drive is, which software, in what order.


For more on recovery when backup fails, see our complete hard drive data recovery guide 2026 and our data recovery cost comparison. For open-source recovery tools, our TestDisk vs PhotoRec guide covers both tools in depth. If you need to configure automated backup on Windows or Mac, read our Windows and Mac automatic backup guide 2026. To choose the best recovery software, our 2026 comparison compares 8 tools across a range of real-world scenarios.

Editorial pick
4.5 / 5

Set Up EaseUS Todo Backup Now

Automatic scheduler · Full system image · Universal Restore · Free version available

Founded in 200430-day guaranteeFree 2 GB version
See the offer
Editorial pick
4.5 / 5

Recover your deleted files → EaseUS

Free scan · deleted, formatted & lost files · Windows & Mac

Founded in 200430-day guaranteeFree 2 GB version
See the offer

Frequently asked questions

What is the 3-2-1 backup rule?

The 3-2-1 backup rule means keeping 3 copies of your data (the original plus 2 backup copies), on 2 different storage media (for example an external HDD and a cloud service), with 1 copy stored offsite (cloud or a physical drive at a separate location). Each number protects against a different risk: 3 guards against single-point hardware failure, 2 eliminates correlated failure between identical devices, and 1 protects against local disasters like fire, flood, or theft.

What is the difference between 3-2-1 and 3-2-1-1-0?

The 3-2-1-1-0 is an extension formalized by Veeam Software. It adds two requirements: 1 offline or air-gapped copy (a physically disconnected drive or LTO tape), which neutralizes ransomware that targets connected backups, and 0 errors verified after a restore test. The classic 3-2-1 rule doesn't specify testing - that's its practical weakness. The 3-2-1-1-0 is recommended for any SMB storing customer data.

Is Backblaze reliable for offsite backup in 2026?

Yes. Backblaze Computer Backup has run its consumer backup service for over a decade and publishes quarterly drive failure stats (Backblaze Hard Drive Stats). The service backs up unlimited storage for $9/month per computer. Files are retained 30 days after deletion by default, or 1 year with Extended Version History at an additional $2/month. Limitation: network restoration is slow for large volumes - expect 4 to 8 days per terabyte at 100 Mbps downstream. A USB drive restoration is available for $189 (refunded if you return the drive within 30 days).

BorgBackup or Restic: which should I choose in 2026?

Both are open-source, deduplicating, and encrypting. Borg is more mature (2010), with highly efficient block-level deduplication on large volumes (RAW photos, databases). Restic (2015) is cross-platform (including Windows), supports more backends (S3, B2, SFTP, Azure, GCS), and has a simpler CLI. For a Linux homelab, Borg is the default choice. For Windows users or multi-cloud setups, Restic is superior. Both support AES-256 encryption and integrity verification.

Does RAID replace the 3-2-1 backup strategy?

No. RAID (0, 1, 5, 6, 10) protects against hardware failure of one or more physical drives in the same enclosure, but does not protect against: accidental file deletion (propagated instantly to all mirrors), ransomware (encrypts all RAID drives simultaneously), fire or theft (the entire NAS disappears), or silent data corruption. RAID is an availability layer, not a backup layer. Both are necessary.

How often should I back up with the 3-2-1 rule?

It depends on your acceptable RPO (Recovery Point Objective): how much data can you afford to lose? For a home user with photos and documents: daily cloud backup (Backblaze) and weekly external drive backup is sufficient. For an SMB with customer data: hourly on-site backups minimum (with snapshots), daily offsite. For a professional photographer on a shoot: immediate copy of SD cards to two media as soon as you're back from the field.

How do I test that a backup actually works?

Minimum test: restore a random file from each backup medium and verify its integrity (MD5 or SHA-256 hash matches the original). Full test: restore an entire 1 GB folder to a temporary volume and verify the files open correctly. Recommended frequency: monthly for the file test, annual for a full restore test. With BorgBackup: run borg check --verify-data for integrity verification without a full restore. With EaseUS Todo Backup, enable the 'Verify backup' option after each automatic job.

What's the budget for a complete 3-2-1 strategy in 2026?

For a home user: 4 TB USB 3.0 external HDD ($80 to $100, WD Elements or Seagate Expansion) + Backblaze Computer Backup ($9/month = $108/year) + EaseUS Todo Backup Home ($29.95/year). Annual total: approximately $240 the first year, then $140 in subsequent years (the drive lasts 5 to 7 years). For a 5-workstation SMB: Synology DS423+ NAS (~$400) + 4 IronWolf 4 TB drives (~$380) + Backblaze B2 cloud (~$6/TB/month) + EaseUS Todo Backup Business. Initial budget $900 to $1,200 depending on data volume.