From 72c7509426a037ec400e300237cff2b86f7f9553 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 25 Apr 2024 04:56:25 -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 117d0d9..a79d9e3 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 (w/wo Docker).* [`apt install zfsutils-linux`](https://openzfs.github.io/openzfs-docs/Getting%20Started/Ubuntu/index.html) +> *This is the recommended filesystem for ArchiveBox on Linux, macOS, and BSD (w/wo Docker).* +> [`apt install zfsutils-linux`](https://openzfs.github.io/openzfs-docs/Getting%20Started/Ubuntu/index.html) > ZFS provides many useful features beyond typical filesystems, including: RAID, compression, encryption, deduping, 0-cost point-in-time snapshots, and more... - https://openzfs.github.io/openzfs-docs/