From 004fe589d6fe4c7a8972524ba54dd4ca9c386ad2 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 25 Apr 2024 04:53:13 -0700 Subject: [PATCH] Updated Setting Up Storage (markdown) --- Setting-Up-Storage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Setting-Up-Storage.md b/Setting-Up-Storage.md index 7251685..95f9c74 100644 --- a/Setting-Up-Storage.md +++ b/Setting-Up-Storage.md @@ -37,8 +37,8 @@ services: ### ZFS ⭐️ > [!TIP] -> 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. +> *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/