7 lines
277 B
Plaintext
7 lines
277 B
Plaintext
REPOSITORY={{ borg_account }}@{{ borg_server }}:{{ borg_remote_dir }}/{{ inventory_hostname }}
|
|
export BORG_PASSPHRASE={{ borg_passphrase }}
|
|
borg=/usr/bin/borg
|
|
rotate={{ borg_rotate }}
|
|
src="{{ borg_dirs_serialized }}"
|
|
status_file=/run/zabbix/{{ inventory_hostname}}_borg.status
|