Linking to both Attic and Borg check docs from sample config.
This commit is contained in:
parent
e18cfd6c80
commit
803fd3a851
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue