Mention snapshots explicitly

This commit is contained in:
Joshua Boniface 2022-10-13 09:44:00 -04:00
parent 80cb58b762
commit 3c59e20d9e
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ weight = 3
type = "post"
+++
There exist a number of storage systems with advanced, RAID-like features, including ZFS, btrfs, and Ceph. On the surface, these might give you the illuson of additional protection, but don't be deceived. Even the smartest most advanced storage engine is still susceptable to at least one, and almost always several, fatal failure modes that can destroy your data.
There exist a number of storage systems with advanced, RAID-like features, including ZFS, btrfs, and Ceph. On the surface, features of these systems, like snapshots, might give you the illuson of additional protection, but don't be deceived. Even the smartest most advanced storage engine is still susceptable to at least one, and almost always several, fatal failure modes that can destroy your data.
Just like RAID, advanced storage systems still aren't backups.