Fix key export path
This commit is contained in:
parent
3746f9fb45
commit
d1320c3c98
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ borg_exclude_patterns: []
|
|||
borg_one_file_system: true
|
||||
borg_exclude_from: []
|
||||
borg_encryption_passcommand: false
|
||||
borg_key_export_path: "{{ borg_user }}/borg_keys"
|
||||
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_name: borgbackup
|
||||
|
|
Loading…
Reference in a new issue