From 09add7a8325c8875c8bd440b563783b44cc221ca Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 25 Apr 2024 04:52:48 -0700 Subject: [PATCH] Updated Setting Up Storage (markdown) --- Setting-Up-Storage.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Setting-Up-Storage.md b/Setting-Up-Storage.md index 0c004d7..7251685 100644 --- a/Setting-Up-Storage.md +++ b/Setting-Up-Storage.md @@ -37,7 +37,8 @@ services: ### ZFS ⭐️ > [!TIP] -> This is the recommended filesystem for ArchiveBox on Linux, macOS, and BSD. ZFS provides many additional features including RAID, compression, encryption, deduplication, point-in-time snapshotting, and more. +> This is the recommended filesystem for ArchiveBox on Linux, macOS, and BSD. +> ZFS provides many useful features beyond typical filesystems, including RAID, compression, encryption, deduping, 0-cost point-in-time snapshots, and more. > [`apt install zfsutils-linux`](https://openzfs.github.io/openzfs-docs/Getting%20Started/Ubuntu/index.html) - https://openzfs.github.io/openzfs-docs/