NAS
Photo of author

On-Premises Data Repatriation: The Local 3-2-1 Backup Strategy

The 3-2-1 backup strategy is a data protection framework where you maintain three total copies of your data, stored across two different media types, with one copy kept offsite or otherwise separated from your primary location.

Losing irreplaceable data is rarely dramatic. It is usually quiet: a failed drive, an accidental delete, a ransomware payload that encrypts everything it can reach before you notice anything is wrong. By the time you realize the damage, the window to recover cleanly has often already closed.

A well-built 3-2-1 backup strategy home NAS users can actually maintain is the most reliable defense against every one of those failure modes. It does not require enterprise hardware or a large budget. It requires a clear plan, the right tools, and the discipline to test what you build.

The ongoing “cloud exit” trend has pushed many home users to consolidate data onto local NAS hardware after years of depending on Google Drive, OneDrive, or iCloud. That shift is sensible, but it also means the safety net those services quietly provided is now your responsibility. Data repatriation only works if your on-premises setup is protected with the same rigor those cloud providers used behind the scenes.

This guide walks through everything needed to build that protection: what the 3-2-1 rule actually means in a home context, why RAID and sync are not substitutes for real backups, how to choose storage targets and backup software, and how to harden the plan against ransomware, accidental deletion, and account compromise.

Want the general, platform-agnostic version of this framework? See our core 3-2-1 backup strategy guide.

What 3-2-1 Backup Means For A Home NAS

The 3-2-1 backup rule translates cleanly to a home NAS setup when you break each number down to what it means in practice rather than in theory. The three copies, the two media types, and the offsite requirement each address a distinct failure mode.

The Three Copies In A Real Home Setup

The three copies are not three drives inside the same NAS. They are three independent instances of your data, each capable of surviving the failure of the other two.

  • Copy 1: The working data on your NAS, the version you actively read and write.
  • Copy 2: A local backup on a separate device, used for fast recovery from everyday failures like accidental deletion or drive death.
  • Copy 3: An offsite or air-gapped copy that survives physical events like fire, theft, or flood that could take out everything in your home at once.

If all three copies live in the same box or on the same network share, the plan collapses the moment that box fails.

Why Two Different Media Still Matters

The two-media requirement exists because different storage technologies fail in different ways and at different times. A NAS with spinning HDDs and a cloud object storage bucket are genuinely independent failure surfaces. A NAS and an external drive from the same manufacturer, plugged into the same UPS, bought in the same batch, are much less independent than they appear.

In practice, two different media types most commonly means a combination of local or network-attached storage and either cloud object storage or a physically rotated offline drive. The goal is ensuring that no single failure mode, including a bad firmware update or a lightning strike, can reach both copies simultaneously.

What Counts As An Offsite Copy

An offsite copy is any backup stored in a location physically separate from your primary setup. Cloud backup services like Backblaze B2 or Synology C2 qualify cleanly. A USB drive stored at a relative’s house or a workplace locker also qualifies, as long as it is not connected to your home network.

A sync folder on a cloud platform does not qualify. Sync replicates your current state, including deletions and corruption. A real offsite copy must be versioned, meaning it retains historical snapshots you can roll back to even after the working copy is damaged.

Why RAID, Sync, And Snapshots Are Not Enough

RAID, cloud sync, and NAS snapshots are all genuinely useful tools. None of them replace a real backup. The distinction matters because many people build what looks like a resilient setup and discover its gaps only after a failure has already occurred.

RAID Protects Availability, Not Recovery

RAID is a data redundancy mechanism designed to keep a volume online when a drive fails. It does this well. What it does not do is protect you from data loss events that affect the entire array simultaneously.

Ransomware encrypts files on the RAID volume just as efficiently as it would on a single drive. A controller failure, a firmware bug, or an accidental rm -rf hits every drive in the array at the same time. RAID has no concept of “before” and “after.” It only knows the current state of the disk.

A RAID array is an availability tool, not a backup and recovery tool. Treating it as a backup creates a single point of failure dressed up to look like redundancy.

How Sync Can Spread Mistakes

Cloud sync services like Google Drive or OneDrive are convenient and fast. They are also faithful mirrors of your current working state, which is exactly the problem.

When you delete a file, sync deletes it everywhere. When ransomware encrypts a folder, sync propagates the encrypted versions to the cloud and removes the originals. By the time the sync completes, both the local and cloud copies reflect the damaged state. Versioning windows on sync services are typically short (often 30 days or fewer on free tiers) and were never designed as a primary recovery mechanism.

Rclone sync has the same characteristic: it mirrors state, it does not archive history.

Where Snapshots Fit Into The Plan

Snapshots are a valuable complement to a backup plan, not a replacement for one. A NAS snapshot captures the state of a volume at a point in time and can enable fast recovery from accidental deletion or minor corruption.

The problem is that snapshots typically live on the same hardware as the data they protect. A drive failure that corrupts the volume can corrupt the snapshot metadata too. Snapshots also offer no protection against physical loss. They belong in the plan as a fast-recovery layer for Copy 1, sitting alongside a real backup, not instead of one. Version history from snapshots also disappears if an attacker gains NAS admin access.

Building A Local-First 3-2-1 Backup Strategy Home NAS Users Can Maintain

A practical 3-2-1 backup strategy does not require complex automation on day one. The goal is three independent, recoverable copies with clear ownership of each. Starting simple and layering automation in later is more sustainable than building a fragile multi-tool pipeline from scratch.

Copy 1: Primary Data On Your NAS

The working copy is everything currently stored on the NAS: photos, documents, financial records, configuration files, project archives, large datasets, public domain archives, and anything else you have repatriated from cloud services.

Before backing this up, inventory it. Separate genuinely irreplaceable data (Tier 1) from reproducible data like Linux distributions, open-source software installers, or media that can be re-acquired. Back up everything, but prioritize Tier 1 in your testing and verification. Bloating the backup scope with terabytes of re-downloadable data raises costs without meaningfully improving protection.

Copy 2: Fast Local Recovery On A Separate Device

The local backup (Copy 2) exists for speed. When a drive fails or a file is accidentally deleted, you want to restore in minutes, not hours. This copy lives on a separate physical device from the NAS, either an external HDD connected to the NAS, a second NAS, or a dedicated backup server.

Automated tools like Hyper Backup (Synology), Borg, or restic handle this job well. The first run should complete cleanly and the destination should show a recent timestamp after every scheduled job. If the backup tool’s dashboard shows a stale timestamp, the local copy is not current.

Copy 3: Offsite Protection For Disaster Recovery

Copy 3 is the one that saves everything when the other two copies are gone. Fire, flood, theft, or a catastrophic hardware failure can take out everything in a physical location simultaneously. The offsite copy must be stored somewhere physically separate.

Cloud backup services are the most automated option for most home users. Backblaze B2 paired with restic or Kopia handles regular backups efficiently at roughly $6.95 per TB per month. A rotated external drive kept at a second location is a cost-effective alternative for large datasets where cloud egress or storage costs become prohibitive. The key requirement is that this copy uses different credentials from the NAS and local backup.

Choosing Storage Targets And Backup Media

Storage decisions for each of the three copies involve trade-offs between cost, speed, and failure independence. The right combination depends on how much data you are protecting and how quickly you need to recover it after a disaster.

External Drives, Second NAS, And Offline Rotation

For Copy 2, an external HDD is the most common and cost-effective option. A 4-8 TB external drive covers most home setups and attaches directly to the NAS via USB. The drive should be dedicated to backup, not dual-use storage, and it should not stay permanently mounted after the job completes.

A second NAS provides more flexibility, including network-attached access and the ability to run its own snapshot schedule. It is a meaningful upgrade from a single external drive, especially for larger archives. Offline rotation, physically disconnecting the drive between jobs, is the simplest form of air-gapping and protects against ransomware that can reach attached storage.

Cloud Backup Services For Critical Data

Several cloud backup services are well-suited to home NAS use in 2026:

ServiceApprox. CostNotes
Backblaze B2~$6.95/TB/moObject Lock for immutability; free egress via Cloudflare
Backblaze Personal~$99/yr unlimitedDirectly-attached storage only; does not support NAS directly
Wasabi~$7.99/TB/mo90-day minimum retention applies
Synology C2VariesC2 OneStorage migration ongoing; check plan availability
iDriveVariesNAS-compatible; supports multiple device backups

For Tier 1 data (irreplaceable files), a versioned cloud backup with immutability support is worth the monthly cost. Keep bulky reproducible data like large open-source software archives or lossless media libraries off metered cloud storage.

Get Newshosting

When To Use HDD, SSD, Or Object Storage

HDDs remain the most cost-effective option per terabyte for local backups and offline rotation. SSDs are faster for recovery but offer little advantage in a backup role where write speed is not the bottleneck. Object storage (B2, S3, Wasabi) is the right choice for the offsite leg: it is geographically separate, versioned, and accessible from anywhere.

Mixing HDD locally with cloud object storage offsite satisfies the two-media requirement cleanly and covers genuinely different failure modes.

Backup Software, Automation, And Encrypted Recovery Workflows

The software layer determines whether backups run reliably, whether data is encrypted in transit and at rest, and whether restores actually succeed when you need them. A short list of well-maintained open-source tools covers nearly every use case in a home NAS setup.

Restic, Borg, Rclone, And Rsync In Plain English

Restic is a deduplicating, encrypted backup tool that works well for both local and cloud targets. Repositories are encrypted by default. The restic check and restic restore commands make integrity verification and recovery straightforward. It supports Backblaze B2 natively.

Borg (BorgBackup) is similar to restic: deduplicating, encrypted, and well-suited for Linux-based NAS environments. It performs well for large archival data sets and has strong versioning support.

Rclone is a sync and copy utility that connects to dozens of cloud storage backends. It is not a backup tool on its own (rclone sync mirrors state), but combined with restic or as a transfer layer for pre-encrypted archives, it is extremely useful for moving data to cloud targets.

Rsync copies files efficiently using delta transfers. It is fast for local copies but has no native versioning or encryption. Use it for Copy 2 (local) when paired with a separate snapshot mechanism, not as a standalone backup solution.

Scheduling Jobs With Cron Or NAS Tools

On Linux-based NAS devices and self-hosted servers, cron is the standard scheduler. A simple cron entry can trigger restic or borg nightly during low-activity hours. Synology users can use Hyper Backup’s built-in scheduler instead of cron for a GUI-driven approach.

A few practical defaults for scheduling:

  • Copy 2 (local backup): Daily, automated, overnight.
  • Copy 3 (offsite): Daily or weekly depending on how much data changes.
  • Restore test: Monthly, manual, documented.

Notifications matter. Configure backup jobs to email or push-notify on failure so a missed run does not go undetected for weeks.

Restore Testing, Integrity Checks, And Retention Policy

Scheduling backups is not the same as having working backups. Running restic check --read-data-subset=10% re-reads a sample of the repository data and catches corruption that a job-completion log cannot. This should run monthly, not just after initial setup.

Retention policy determines how many historical snapshots to keep. A practical default for Tier 1 data is 90 days of versioned history, which provides enough range to catch ransomware infections or corruptions that are not noticed immediately. Verify retention settings annually; some cloud providers enforce their own minimums (Wasabi’s 90-day minimum retention is a relevant example).

A restore drill is the only proof that a backup actually works. Pick one file, restore it to a temporary folder, and confirm it opens. Do this from both the local copy and the offsite copy every month.

Hardening Your Plan Against Real-World Failure

A baseline 3-2-1 setup protects against most everyday failures. Hardening it against ransomware, account compromise, and large-scale disaster requires a few additional layers that do not add significant ongoing effort once configured.

The extensions covered here address the most common gaps in otherwise well-built home backup plans.

Ransomware, Deletion, And Account Risks

Ransomware targets every storage location it can reach from an infected machine. If the NAS share is mounted, it gets encrypted. If the local backup drive stays permanently connected, it gets encrypted. If the cloud backup credentials are stored in a reachable config file, a sophisticated attacker can use them to delete the offsite copies before you notice.

Practical mitigations:

  • Disconnect the local backup drive between jobs (offline rotation).
  • Use separate credentials for the offsite backup account, stored in a password manager not accessible from the NAS itself.
  • Enable append-only mode on backup repositories (supported by borg and restic) so that connected clients can write new snapshots but cannot delete old ones.
  • Avoid storing plaintext credentials in cron scripts or config files readable by the NAS’s web UI.

Accidental deletion is simpler to address: NAS snapshots covering the last 30-90 days catch most accidental deletes before they propagate to backups.

Using 3-2-1-1-0 For Higher Assurance

The 3-2-1-1-0 extension adds two requirements to the base rule:

  • +1: At least one copy must be immutable or offline (air-gapped), meaning it cannot be altered or deleted even with the same credentials used to create it.
  • +0: Zero backup errors. Every backup job should complete and verify cleanly; errors are treated as outages, not warnings.

For cloud targets, enabling Object Lock on a Backblaze B2 bucket creates genuine immutability. A delete attempt during the retention window is refused at the storage level, not just by the client. For local targets, Synology’s Immutable Snapshots feature (DSM 7.3+) provides similar protection. A physically air-gapped USB drive achieves the same goal without cloud dependency.

The zero-errors requirement sounds obvious but is often the first thing to slip. An automated backup that silently fails for three weeks provides no protection during that window.

Monthly Restore Drills And Recovery Objectives

Recovery objectives define how much data loss and downtime are acceptable. For home use, two useful targets are:

  • RPO (Recovery Point Objective): How recent must the restored data be? Daily backups support a 24-hour RPO for most data.
  • RTO (Recovery Time Objective): How long is it acceptable to spend recovering? A fast local Copy 2 supports recovery in under an hour for typical home data volumes.

Monthly restore drills test both objectives in practice. The drill should include at minimum: restoring one Tier 1 file from the local backup, restoring one Tier 1 file from the offsite backup, and running restic check or the equivalent on each repository. Document the results. If a drill fails, treat it as a backup outage and resolve it before the next data change. A backup that has never been successfully restored is not a backup; it is an unverified assumption.

Frequently Asked Questions

What does the 3-2-1 backup rule mean for personal data storage?

The 3-2-1 backup rule means keeping three total copies of your data: the original plus two backups. Those copies must span at least two different types of storage media, and one copy must be stored in a physically separate location from the others. For home users, this typically means your NAS (Copy 1), a local external drive or second NAS (Copy 2), and a cloud backup service or rotated offline drive (Copy 3).

How can I set up a 3-2-1 backup plan using a NAS, an external drive, and cloud storage?

Connect an external HDD to your NAS and configure automated backup software (Hyper Backup, restic, or borg) to run nightly from the NAS to the drive. Then configure a separate job to push encrypted backups to a cloud target like Backblaze B2 using restic, with credentials stored outside the NAS config files. Verify both jobs complete and run a test restore from each within the first week.

What are some practical examples of a 3-2-1 backup workflow for photos and documents at home?

Photos stored on the NAS can be backed up nightly to an attached external drive via Hyper Backup (Copy 2) and pushed weekly to Backblaze B2 via restic (Copy 3). Documents follow the same pattern. For password manager exports and SSH keys, encrypt them separately and store encrypted copies in both the local and cloud targets. The key is that Tier 1 data (irreplaceable files) flows through all three copies automatically on a schedule you can verify.

Is the 3-2-1 backup rule still the best practice, or is it considered outdated today?

The 3-2-1 rule remains the foundational framework for personal and home lab data protection in 2026. It has been extended (notably to 3-2-1-1-0) to address ransomware risks that were not as prominent when the rule was first articulated, but the core logic is unchanged. For home NAS users, following 3-2-1 plus immutability on at least one copy covers the realistic threat landscape well.

What counts as a separate backup media type in a home setup (NAS, USB drive, cloud, etc.)?

Two media types are considered genuinely separate when they fail independently of each other. A NAS (spinning HDDs on a local network) and a cloud object storage bucket (Backblaze B2, Wasabi, etc.) are a clean example. A NAS and an external USB drive attached to it also qualify, as long as the drive uses different hardware and is disconnected between jobs. Two drives inside the same NAS enclosure do not count as two different media types for this purpose.

How often should backups run, and how do I verify that my backups can be restored?

Local backups (Copy 2) should run daily. Offsite backups (Copy 3) should run at minimum weekly, and daily if the data changes frequently. To verify restorability, run restic check --read-data-subset=10% monthly to check repository integrity, and manually restore at least one Tier 1 file from each copy every month. A backup job that completes without errors is not the same as a backup that can be successfully restored.

About the Author

Don is a tech enthusiast with a passion for datahoarding, privacy, and security. He has been involved in technology for over a decade, working in various roles such as a desktop support engineer, network administrator, and IT consultant. Don's extensive experience in the tech industry has given him a deep understanding of how technology works and how to use it to its fullest potential.

Don is particularly interested in topics such as VPNs, privacy and IRC, which are all related to data privacy and security. He believes that protecting our digital privacy is essential, especially in today's world where data breaches and cyber attacks are becoming more common. Don has dedicated himself to educating himself and others on how to protect their digital privacy and stay safe online.

In addition to his tech expertise, Don is also an avid gamer. He enjoys playing video games in his free time, and is also a family man who enjoys spending time with his wife and children. He believes that technology should enhance our lives and bring us closer together, and he strives to promote this message through his work.