From fb7a6dccaa7d21e4c8b5c374b713176adbe381ce Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 21 May 2019 12:32:19 -0700 Subject: [PATCH] Link to docs on skipping pruning entirely. --- borgmatic/config/schema.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index 198da492..14ef7e8f 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -216,7 +216,9 @@ map: desc: | Retention policy for how many backups to keep in each category. See https://borgbackup.readthedocs.org/en/stable/usage.html#borg-prune for details. - At least one of the "keep" options is required for pruning to work. + At least one of the "keep" options is required for pruning to work. See + https://torsion.org/borgmatic/docs/how-to/deal-with-very-large-backups/ + if you'd like to skip pruning entirely. map: keep_within: type: scalar