From 67be848142e2d142e9fdcb47a9376a560ee6de69 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 3 May 2024 16:11:20 -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 2894818..5aa3274 100644 --- a/Setting-Up-Storage.md +++ b/Setting-Up-Storage.md @@ -98,7 +98,7 @@ ArchiveBox supports many common types of remote filesystems using RClone, FUSE, The `data/archive/` subfolder contains the bulk archived content, and it supports being stored on a slower 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] +> [!IMPORTANT] > `data/index.sqlite3` is your main DB, *it must be on a fast, reliable, local filesystem* which supports FSYNC (SSD/NVMe). ### NFS (Docker Driver)