From 7b0ed6a4118c973a6221376e08fd1c79443a3ac3 Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Tue, 26 Nov 2024 21:59:20 -0500 Subject: [PATCH] docs: default scan mode is 4, "extent" Signed-off-by: Zygo Blaxell --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index e62d861..e20def6 100644 --- a/docs/config.md +++ b/docs/config.md @@ -126,7 +126,7 @@ Subvol scan modes: * Can avoid modifying read-only subvols (for `btrfs send` workaround). * Have problems keeping up with snapshots created during a scan. -The default scan mode is 1, "independent". +The default scan mode is 4, "extent". If you are using bees for the first time on a filesystem with many existing snapshots, you should read about [snapshot gotchas](gotchas.md).