Add borgmatic_unknown_unencrypted_repo_access_is_ok option

This commit is contained in:
Nikita Kozlovsky 2023-04-19 12:31:12 +02:00
parent 7efeb1be5e
commit 48e12acb0e
2 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,7 @@ borgmatic_check_last: 3
borgmatic_store_atime: true
borgmatic_store_ctime: true
borgmatic_relocated_repo_access_is_ok: false
borgmatic_unknown_unencrypted_repo_access_is_ok: false
borgmatic_version: false
borg_venv_path: "/opt/borgmatic"

View File

@ -110,6 +110,9 @@ storage:
# Bypass Borg error about a repository that has been moved.
relocated_repo_access_is_ok: {{ borgmatic_relocated_repo_access_is_ok }}
# Bypass Borg error about a previously unknown unencrypted repository.
unknown_unencrypted_repo_access_is_ok: {{ borgmatic_unknown_unencrypted_repo_access_is_ok }}
# Retention policy for how many backups to keep in each category. See
# https://borgbackup.readthedocs.org/en/stable/usage.html#borg-prune for details.
# At least one of the "keep" options is required for pruning to work.