Linking to both Attic and Borg check docs from sample config.

This commit is contained in:
Dan Helfman 2015-07-26 22:02:43 -07:00
parent e18cfd6c80
commit 803fd3a851
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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