mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2025-07-24 13:48:08 +02:00
Merge e4acbd03f2
into b12f97a11f
This commit is contained in:
commit
7612ecd99d
@ -9,7 +9,7 @@ borg_ssh_key_type: "ed25519"
|
||||
borg_ssh_key_name: "id_{{ borg_ssh_key_type }}"
|
||||
borg_ssh_key_comment: ''
|
||||
borg_ssh_key_file_path: "{{ backup_user_info.home }}/.ssh/{{ borg_ssh_key_name }}"
|
||||
borg_ssh_command: false
|
||||
borg_ssh_command: "ssh -i {{ borg_ssh_key_file_path }}"
|
||||
borg_remote_path: false
|
||||
borg_remote_rate_limit: 0
|
||||
borg_retention_policy:
|
||||
|
Loading…
Reference in New Issue
Block a user