6 lines
204 B
Plaintext
6 lines
204 B
Plaintext
REPOSITORY={{ borg_account }}@{{ borg_server }}:{{ borg_remote_dir }}/{{ ansible_hostname }}
|
|
export BORG_PASSPHRASE={{ borg_passphrase }}
|
|
borg=/usr/bin/borg
|
|
rotate={{ borg_rotate }}
|
|
src="{{ borg_dirs }}"
|