|
|
|
@@ -51,7 +51,7 @@ matrix_backup_borg_encryption: repokey-blake2 |
|
|
|
matrix_backup_borg_ssh_key_private: "" |
|
|
|
|
|
|
|
# allow unencrypted repo access |
|
|
|
matrix_backup_borg_unknown_unencrypted_repo_access_is_ok: false |
|
|
|
matrix_backup_borg_unknown_unencrypted_repo_access_is_ok: "{{ matrix_backup_borg_encryption == 'none' }}" |
|
|
|
|
|
|
|
# borg ssh command with ssh key |
|
|
|
matrix_backup_borg_storage_ssh_command: ssh -o "StrictHostKeyChecking accept-new" -i /etc/borgmatic.d/sshkey |
|
|
|
|