From 3c59e20d9e80ff481830daee9cbd8bf57fd876ab Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 13 Oct 2022 09:44:00 -0400 Subject: [PATCH] Mention snapshots explicitly --- content/3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/3.md b/content/3.md index 7824bcf..f25325e 100644 --- a/content/3.md +++ b/content/3.md @@ -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.