#6: Fixing example config file to use valid keep_within value.
This commit is contained in:
parent
803fd3a851
commit
9ecc207139
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ repository: user@backupserver:sourcehostname.attic
|
|||
# Retention policy for how many backups to keep in each category. See
|
||||
# https://attic-backup.org/usage.html#attic-prune or
|
||||
# https://borgbackup.github.io/borgbackup/usage.html#borg-prune for details.
|
||||
#keep_within: 3h
|
||||
#keep_within: 3H
|
||||
#keep_hourly: 24
|
||||
keep_daily: 7
|
||||
keep_weekly: 4
|
||||
|
|
Loading…
Reference in a new issue