initial version: hadoly's

This commit is contained in:
2025-10-19 18:36:48 +02:00
commit 1ce512d844
14 changed files with 303 additions and 0 deletions

5
templates/borg.conf.jj Normal file
View File

@@ -0,0 +1,5 @@
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 }}"