[borgbackup_client] configure encryption passphrase and storage
This commit is contained in:
parent
d7a4995496
commit
965bbe62a4
1 changed files with 9 additions and 1 deletions
|
@ -6,6 +6,15 @@ location:
|
|||
repositories:
|
||||
- {{ borg_server_user }}@{{ borg_server_host }}:{{ borg_host_dir }}
|
||||
|
||||
storage:
|
||||
encryption_passphrase: "{{ borg_encryption_passphrase }}"
|
||||
ssh_command: ssh -i /etc/borgbackup/id_remote
|
||||
# compression: 'lz4'
|
||||
# umask: 0077
|
||||
# lock_wait: 5
|
||||
# archive_name_format: '{hostname}-{now}'
|
||||
|
||||
|
||||
retention:
|
||||
keep_daily: "{{ borg_keep_daily }}"
|
||||
keep_weekly: "{{ borg_keep_weekly }}"
|
||||
|
@ -22,4 +31,3 @@ hooks:
|
|||
- name: all
|
||||
{% endif %}
|
||||
...
|
||||
|
||||
|
|
Loading…
Reference in a new issue