From 803fd3a851c00560f05206aa37990919c976bbc5 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 26 Jul 2015 22:02:43 -0700 Subject: [PATCH] Linking to both Attic and Borg check docs from sample config. --- atticmatic/backends/borg.py | 1 - sample/config | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/atticmatic/backends/borg.py b/atticmatic/backends/borg.py index 96b5bffb3..5214ca1f5 100644 --- a/atticmatic/backends/borg.py +++ b/atticmatic/backends/borg.py @@ -10,4 +10,3 @@ COMMAND = 'borg' create_archive = partial(shared.create_archive, command=COMMAND) prune_archives = partial(shared.prune_archives, command=COMMAND) check_archives = partial(shared.check_archives, command=COMMAND) - diff --git a/sample/config b/sample/config index 4e09b04e7..7ee525625 100644 --- a/sample/config +++ b/sample/config @@ -20,5 +20,6 @@ keep_yearly: 1 [consistency] # Space-separated list of consistency checks to run: "repository", "archives", # or both. Defaults to both. Set to "disabled" to disable all consistency -# checks. See https://attic-backup.org/usage.html#attic-check for details. +# checks. See https://attic-backup.org/usage.html#attic-check or +# https://borgbackup.github.io/borgbackup/usage.html#borg-check for details. checks: repository archives