Fix path to keyfile
This commit is contained in:
parent
c6c4304d9e
commit
3746f9fb45
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ borg_exclude_from: []
|
|||
borg_encryption_passcommand: false
|
||||
borg_key_export_path: "{{ borg_user }}/borg_keys"
|
||||
borg_lock_wait_time: 5
|
||||
borg_ssh_key_file_path: "{{ borg_user }}/.ssh/{{ borg_ssh_key_name }}"
|
||||
borg_ssh_key_file_path: "/{{ borg_user }}/.ssh/{{ borg_ssh_key_name }}"
|
||||
borg_ssh_key_name: borgbackup
|
||||
borg_ssh_key_type: "ed25519"
|
||||
borg_ssh_command: false
|
||||
|
|
Loading…
Reference in a new issue