[borgbackup_client] configure encryption passphrase and storage

pull/39/head
otthorn 3 years ago
parent d7a4995496
commit 965bbe62a4

@ -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…
Cancel
Save