From ab169a1e9802d1b09bf0dd1abbdb156ae94b4ee6 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 10 Apr 2024 02:55:31 -0700 Subject: [PATCH] Updated Setting Up Storage (markdown) --- Setting-Up-Storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setting-Up-Storage.md b/Setting-Up-Storage.md index f9a9b64..ada78e2 100644 --- a/Setting-Up-Storage.md +++ b/Setting-Up-Storage.md @@ -96,7 +96,7 @@ ArchiveBox supports many common types of remote filesystems using Docker Storage For data integrity and performance reasons, only the `data/archive/` subfolder supports being stored on a remote filesystem while ArchiveBox is actively running. The other files in the `data/` directory are much smaller and should kept on local filesystem (and backed up to a remote periodically). -> [!CAUTION] +> [!WARNING] > `data/index.sqlite3` *must be kept on a local filesystem* which supports FSYNC (ideally backed by SSD or NVMe).