added note about append_only config
This commit is contained in:
parent
2e2e0dde82
commit
d4a9ba93d1
1 changed files with 6 additions and 0 deletions
|
@ -28,9 +28,15 @@ tool = "borg"
|
|||
[[repositories]]
|
||||
label = "LocalResticBackup
|
||||
path = "/path/to/another/backup"
|
||||
|
||||
# You can define restic as a backup tool
|
||||
tool = "restic"
|
||||
|
||||
# if a repository is append-only, you can tell norg not to try and prune it
|
||||
# Note: This does not set the actual repository as append-only, only informs Norg
|
||||
# so the prune step does not run which can cause failed notifications with restic
|
||||
append_only = true
|
||||
|
||||
# Defines encryption information i.e. backup encryption passphrase
|
||||
# If a passphrase is not set or is incorrect, borg/restic will prompt you for one
|
||||
# which is likely to cause your backups to not run.
|
||||
|
|
Loading…
Reference in a new issue