Selaa lähdekoodia

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

Dan Helfman 10 vuotta sitten
vanhempi
sitoutus
803fd3a851
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 0 1
      atticmatic/backends/borg.py
  2. 2 1
      sample/config

+ 0 - 1
atticmatic/backends/borg.py

@@ -10,4 +10,3 @@ COMMAND = 'borg'
 create_archive = partial(shared.create_archive, command=COMMAND)
 create_archive = partial(shared.create_archive, command=COMMAND)
 prune_archives = partial(shared.prune_archives, command=COMMAND)
 prune_archives = partial(shared.prune_archives, command=COMMAND)
 check_archives = partial(shared.check_archives, command=COMMAND)
 check_archives = partial(shared.check_archives, command=COMMAND)
-

+ 2 - 1
sample/config

@@ -20,5 +20,6 @@ keep_yearly: 1
 [consistency]
 [consistency]
 # Space-separated list of consistency checks to run: "repository", "archives",
 # Space-separated list of consistency checks to run: "repository", "archives",
 # or both. Defaults to both. Set to "disabled" to disable all consistency
 # 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
 checks: repository archives