From d1c1265c8e54b37f45103a9b1e11091dd187b46e Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 10 Apr 2024 03:02:07 -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 9d8c753..5a1eaf6 100644 --- a/Setting-Up-Storage.md +++ b/Setting-Up-Storage.md @@ -97,7 +97,7 @@ ArchiveBox supports many common types of remote filesystems using Docker Storage The `data/archive/` subfolder contains the bulk archived content, and it supports being stored on a remote server (SMB/NFS/SFTP/etc.) or object store (S3/B2/R2/etc.). For data integrity and performance reasons, the rest of the `data/` directory (e.g. `data/ArchiveBox.conf`, `data/logs`, etc.) must be kept on a local filesystem while ArchiveBox is actively running. > [!WARNING] -> `data/index.sqlite3` is your main DB, *it must be on a fast, reliable filesystem* which supports FSYNC (ideally SSD/NVMe). +> `data/index.sqlite3` is your main DB, *it must be on a fast, reliable filesystem* which supports FSYNC (SSD/NVMe). ### NFS (Docker Driver)