From d4a9ba93d161524a11985fe65aec28976e1cabb5 Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Tue, 27 Aug 2024 21:54:01 +0100 Subject: [PATCH] added note about append_only config --- docs/content/reference/example_configuration.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/content/reference/example_configuration.md b/docs/content/reference/example_configuration.md index 9780a7e..fa4b1f6 100644 --- a/docs/content/reference/example_configuration.md +++ b/docs/content/reference/example_configuration.md @@ -28,9 +28,15 @@ tool = "borg" [[repositories]] label = "LocalResticBackup path = "/path/to/another/backup" + # You can define restic as a backup tool tool = "restic" +# if a repository is append-only, you can tell norg not to try and prune it +# Note: This does not set the actual repository as append-only, only informs Norg +# so the prune step does not run which can cause failed notifications with restic +append_only = true + # Defines encryption information i.e. backup encryption passphrase # If a passphrase is not set or is incorrect, borg/restic will prompt you for one # which is likely to cause your backups to not run.