From a23083f737f325ccfec80a063deadf3c41787511 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 22 Jul 2020 10:35:16 -0700 Subject: [PATCH] Clarify schema documentation about skipping pruning. --- borgmatic/config/schema.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index f1b8228f1..a30c60b44 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -329,8 +329,8 @@ map: Retention policy for how many backups to keep in each category. See https://borgbackup.readthedocs.io/en/stable/usage/prune.html for details. At least one of the "keep" options is required for pruning - to work. See borgmatic documentation if you'd like to skip pruning - entirely. + to work. To skip pruning entirely, run "borgmatic create" or "check" + without the "prune" action. See borgmatic documentation for details. map: keep_within: type: str