NAS Backup vs NAS Redundancy
RAID can keep a NAS available after certain drive failures, but it cannot replace a backup. Learn what redundancy, snapshots, and true backups protect you from—and how to build a practical 3-2-1 workflow.
The short answer
RAID is redundancy for availability. It can help your NAS continue operating when one or more drives fail, depending on the RAID level and the failure scenario.
A backup is a separate, recoverable copy of your data. It protects against problems RAID does not solve, including accidental deletion, ransomware, file corruption, theft, fire, and total NAS failure.
Snapshots sit between the two. They can provide fast recovery from deleted or changed files, but snapshots stored on the same NAS are not a complete backup.
A practical protection design usually has three layers:
- RAID or another availability layer to reduce downtime after a drive failure.
- Snapshots or version history for fast recovery from recent changes.
- Independent backups for recovery after serious damage or loss.
Availability, snapshots, and backup are different
RAID: keeping the NAS online
RAID combines multiple drives to provide redundancy, performance, capacity, or a combination of these. Depending on the RAID level, a disk failure may not interrupt access to the NAS.
RAID is useful when:
- A drive fails and you need continued access while replacing it.
- A disk failure would otherwise interrupt Plex, file sharing, or surveillance recording.
- You want to reduce downtime during maintenance.
- You need redundancy inside one NAS enclosure.
RAID does not create a historical copy of your files. If a file is deleted or encrypted, RAID generally mirrors or calculates redundancy for the changed state. The unwanted change is still present across the array.
RAID also does not protect against:
- Accidental deletion or overwriting
- Malware or ransomware
- File-system or application errors
- A failed NAS, enclosure, power event, or controller
- Theft, fire, flood, or other site-wide damage
- A mistake made by an administrator
- Undetected corruption that is replicated to every copy
Even with RAID, a failed drive should be replaced promptly. An array operating in a degraded state has less protection against another failure, and rebuild activity can place additional load on the remaining drives.
Snapshots: fast recovery from recent versions
A snapshot records the state of a file system or dataset at a point in time. If supported by your NAS platform and file system, snapshots can let you restore an earlier version without rebuilding the entire NAS.
Snapshots are especially useful for:
- Recovering a file deleted earlier today
- Rolling back files changed by a failed application
- Recovering from some ransomware incidents
- Restoring a previous version of a project or document
- Providing short-term protection with low recovery time
Snapshots have important limits:
- A snapshot on the same NAS is usually lost if the NAS is destroyed, stolen, or suffers a catastrophic storage failure.
- Ransomware or an administrator with sufficient privileges may be able to delete snapshots.
- Snapshots consume storage as files change.
- Snapshots do not automatically provide an offsite copy.
- Snapshot support and behavior vary by NAS operating system and file system.
A second NAS receiving replicated snapshots can improve resilience, but it should not be treated as your only backup unless it is independent, protected from the same failure, and has a retention policy that allows recovery from unwanted changes.
Backup: an independent recovery copy
A backup is a copy maintained so that data can be restored after the original is lost or damaged. Good backup software usually adds scheduling, versioning, integrity checks, encryption, and restore workflows.
A backup should be independent enough that the same incident cannot destroy both the primary data and the backup. Independence can come from:
- A USB drive disconnected after the backup completes
- A second NAS in another location
- Encrypted cloud or object storage
- Removable media stored securely offsite
- A combination of local and offsite destinations
A backup is only useful if it can be restored. A job that reports “completed” but produces unusable, incomplete, or inaccessible data is not a reliable recovery plan.
What each layer protects against
| Failure or incident | RAID redundancy | Same-NAS snapshots | Independent backup |
|---|---|---|---|
| Single drive failure | Usually helps maintain availability | Usually no | Yes, if the backup is current |
| Multiple drive failures | Depends on RAID level and timing | Usually no | Yes, if the backup is independent |
| Accidental file deletion | No | Often yes | Yes, if retained |
| File overwritten by mistake | No | Often yes | Yes, if a prior version exists |
| Ransomware encryption | Usually no | Sometimes, if protected snapshots remain | Yes, if the backup is isolated or otherwise protected |
| File-system or application corruption | Usually no | Sometimes | Yes, if an earlier good version exists |
| NAS motherboard or enclosure failure | No | Usually no | Yes |
| Theft or fire at the NAS location | No | No | Yes, if stored elsewhere |
| Power surge or electrical event | No | No | Yes, if electrically and physically independent |
| Long-term historical recovery | No | Limited by snapshot retention | Yes, with suitable retention |
“Usually” and “sometimes” matter here. The exact result depends on the RAID implementation, NAS operating system, snapshot controls, backup software, retention, and the nature of the failure.
A practical 3-2-1 NAS workflow
The traditional 3-2-1 rule means:
- 3 copies of important data
- 2 different types of storage or media
- 1 copy offsite
For a home or small-office NAS, a workable design might look like this:
Copy 1: the primary NAS
Store active files on the NAS. Use an appropriate RAID level or another redundancy scheme if uptime matters.
Separate data by importance where practical:
- Documents and photos may require frequent backup and long retention.
- A Plex media library may be replaceable or recoverable from original discs, so its backup priority may differ.
- Surveillance footage often has a defined retention window and may not need indefinite backup.
- NAS configuration, application settings, and encryption keys can be critical even when the media files are replaceable.
RAID improves availability, but it is not one of the two required backup copies by itself. It is the primary storage system with an availability feature.
Copy 2: a local backup
Use a separate device or destination, such as:
- A USB hard drive connected only during scheduled backups
- A second NAS on the same local network
- A dedicated backup server
A local backup provides fast restores for large files. A second NAS can support scheduled replication and more storage, but it remains exposed to local risks if it is in the same room or always reachable with write access.
For ransomware protection, consider backup destinations with restricted credentials, immutable or locked retention where supported, or a device that is disconnected after the backup window.
Copy 3: an offsite backup
Use a physically separate destination, such as:
- Encrypted cloud backup
- Object storage with suitable retention controls
- A second NAS at another location
- Rotated removable drives stored away from the NAS
Offsite backup protects against events that affect the whole building. Encrypt data before or during transfer when the storage provider should not have access to its contents. Confirm that you can recover the encryption key; losing the key can make a valid backup unusable.
Plan capacity before buying drives
Backup capacity is not simply equal to the amount of data currently stored on the NAS. Version history, growth, temporary files, deduplication behavior, and retention all affect the requirement.
A simple planning estimate is:
Required backup capacity >= current data × growth factor × retention overhead
For example, suppose a NAS currently holds 6 TB of data, you expect 25% growth, and your versioned backup design needs an estimated 1.5x capacity for retained versions:
6 TB × 1.25 × 1.5 = 11.25 TB
This is a planning estimate, not a guarantee. The actual requirement depends on how often files change and how the backup system stores versions.
Also account for:
- Backup metadata and indexes
- Temporary space during backup jobs
- Deleted files retained for recovery
- Surveillance footage growth
- Plex artwork, downloads, and transcodes if they are included
- Space needed for a restore staging area
For a RAID array, do not treat the sum of drive labels as usable capacity. Usable capacity depends on the RAID level, filesystem overhead, reserved space, and NAS configuration. Always check the vendor's capacity calculator or calculate from the specific drive layout before finalizing a backup target.
Retention: decide how far back you must recover
A backup schedule answers “how often?” Retention answers “how far back?”
A basic retention policy might include:
- Daily versions for the last week
- Weekly versions for the last month
- Monthly versions for a longer period
- Longer retention for tax records, legal documents, family photos, or business records
The correct policy depends on how quickly you notice a problem. If ransomware encrypts files gradually and you discover it after three weeks, a policy retaining only the last seven days may not help.
Use longer retention for data that changes rarely but matters for years. For example, a photo archive may need historical versions, while temporary downloads may need none.
Retention also affects cost and capacity. More versions require more storage, especially for large files that change frequently. Monitor the backup destination rather than assuming it will never fill.
Test restores instead of trusting backup reports
A successful backup job does not prove that recovery will work. Test restores on a schedule and after major changes to the NAS or backup system.
A useful restore test includes:
- Select a few files from different folders.
- Restore them to a separate location.
- Open the files and confirm they are usable.
- Check timestamps, permissions, and versions where relevant.
- Test a larger restore periodically.
- Document the steps, credentials, encryption keys, and software required.
For a serious NAS, also test a disaster scenario:
- What happens if the NAS itself will not boot?
- Can you access the backup without the original NAS?
- Can you restore encrypted backups?
- How long would a full restore take?
- Do you have enough temporary storage for the restore?
- Can you recover the NAS configuration, users, shares, and applications?
A restore time estimate can be approximated from the actual transfer path:
Transfer time in seconds = data size in bits / effective throughput in bits per second
Real throughput is lower than the link's theoretical maximum because of protocol overhead, disk performance, encryption, small files, congestion, and other workloads. For a rough network conversion:
Bandwidth (Gbps) / 8 = theoretical GB/s
That figure is only a ceiling. Test your own environment, particularly when restoring a large Plex library, surveillance archive, or photo collection.
What about ZFS, checksums, and SSD cache?
ZFS and data integrity
ZFS can provide features such as checksums, snapshots, scrubbing, and replication, depending on the platform and configuration. These features can improve detection, recovery, and administration of storage problems.
They do not eliminate the need for an independent backup. A replicated dataset can still carry accidental deletion or corruption to another destination, and snapshots can still be lost if all copies share the same failure.
SSD cache
An SSD cache can change workload behavior and may help with certain access patterns on supported NAS platforms. It does not create a backup and does not protect against deletion, ransomware, theft, or fire.
Do not buy SSD cache as a substitute for more backup capacity. First ensure that the NAS has an appropriate backup destination and a tested restore process.
Plex and surveillance workloads
For Plex, decide whether the media is replaceable. If you can restore it from original discs or another legitimate source, you may prioritize backups for metadata, personal recordings, and configuration instead of duplicating every media file.
Surveillance data is often governed by a retention requirement. If footage must remain available after a camera, NAS, or building incident, recording it only to the same NAS is not enough. Consider whether footage needs a separate or offsite destination and how much bandwidth that requires.
Data-protection checklist
Use this checklist before considering a NAS protected:
- [ ] Important data is stored on an appropriate NAS volume.
- [ ] RAID or another redundancy method is sized for the required availability.
- [ ] You understand that RAID is not a backup.
- [ ] Snapshots are enabled for data that benefits from fast version recovery.
- [ ] Snapshot retention is long enough to detect delayed problems.
- [ ] At least one independent backup destination exists.
- [ ] At least one backup copy is offsite.
- [ ] Backup credentials cannot freely erase every backup copy.
- [ ] Backup capacity includes growth, versions, and temporary space.
- [ ] NAS configuration and application data are included where needed.
- [ ] Encryption keys and recovery credentials are documented securely.
- [ ] Restore tests have been completed recently.
- [ ] You know how long a full restore would take.
- [ ] Drive replacement, backup failure, and storage-capacity alerts are enabled.
- [ ] You have a plan for Plex media and surveillance retention.
- [ ] You periodically review the plan as data, drives, and locations change.
When selecting the NAS that will host this design, compare not only drive bays and RAID options but also backup software, snapshot support, network connectivity, expansion paths, and the storage needed for version history. You can Browse NAS or review NAS & storage servers as a starting point.