#1: Add support for "borg check --last N" to Borg backend.

This commit is contained in:
2015-07-27 21:47:52 -07:00
parent 9ecc207139
commit 2444c4b372
9 changed files with 94 additions and 57 deletions

View File

@@ -23,3 +23,5 @@ keep_yearly: 1
# 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
# For Borg only, you can restrict the number of checked archives to the last n.
#check_last: 3