We are asked this often, usually by a business that has just bought a NAS with two or four disks and been told it is now protected. The hardware is usually fine. The expectation is the problem.
What a NAS actually does well
A NAS gives you one place where business files live, with user permissions, decent speed over the office network, and disks arranged so that a single disk failure does not take the data offline. On QNAP, Synology or a ZFS-based system you also get snapshots, which can bring back a file as it looked yesterday or last week.
That is genuinely valuable. It is also completely different from a backup.
What a NAS does not protect you from
- Fire, flood, theft or a power surge that damages the unit
- Ransomware that encrypts every share the logged-in user can write to
- A deletion nobody notices until the snapshots have rotated away
- A failed controller or a filesystem problem that affects the whole pool
- Someone reconfiguring the NAS and wiping the volume by accident
RAID protects against one kind of failure: a disk dying. It is uptime insurance, not a copy of your data. Snapshots are closer to a backup but still depend on the same machine surviving.
Snapshots deserve a fair hearing, because they are genuinely useful. On a ZFS-based system or a modern QNAP or Synology unit, a snapshot records how the files looked at a point in time, and it costs very little space. If someone overwrites a quotation this morning, a snapshot brings it back in seconds — faster than any backup job. But snapshots live in the same storage pool as the data. If the pool, the controller or the building is lost, the snapshots go with it.
Ransomware is the case that turns this from theory into a bill. Anything the infected machine can write to, including mapped network drives, is a target. Immutable or replicated snapshots help, and they are worth configuring, but the copy that reliably survives is the one the production systems cannot reach or modify.
NAS on its own
One copy, one building.
- Files stay available if a disk fails
- Snapshots undo recent mistakes
- Nothing survives loss of the unit itself
NAS plus backup
Copies you can restore from.
- Daily work still happens on the NAS
- Scheduled backup to separate storage
- One copy off site or in the cloud
- Restores tested, not assumed
What a business setup usually looks like
- Files on the NASShared folders with permissions per department, so people find what they need and only that.
- Snapshots on the NASShort-term protection against the everyday mistake: a file overwritten this morning.
- Backup to separate storageA scheduled job to a different device — a second NAS, a backup server, or dedicated disks.
- One copy off siteCloud storage or a rotated disk kept away from the office, so a fire is not the end of the business.
- A restore testOnce in a while, restore something real and check it opens. This is the step everyone skips.
Common mistakes we see
- A backup job writing to a folder on the same NAS it is backing up
- The backup disk permanently connected and writable, so ransomware encrypts it too
- Backups that stopped months ago with nobody watching for failures
- An off-site copy that is one USB drive somebody keeps meaning to take home
- No idea how long a full restore would actually take
A short checklist
- Do we have at least two copies of business data, on different devices?
- Is one copy off site or in the cloud?
- Does someone see it when a backup job fails?
- When did we last restore a file and confirm it opened?
- How much work would we lose if we had to restore from last night's copy?
The bottom line
Buying a NAS is a good decision. Treating it as your backup is the risk. Storage and backup are two jobs, and a business that can afford one can usually afford both — the second copy is rarely the expensive part.
The cost objection rarely survives the arithmetic. For a typical small office, the backup target is a second NAS or a set of disks, plus cloud storage priced per gigabyte per month. Weigh that against re-entering a few weeks of accounting entries, reconstructing quotations from memory, and explaining the delay to customers.