Created basic playbook skeleton and setup scripts
This commit is contained in:
3
roles/client/templates/borg_env.j2
Normal file
3
roles/client/templates/borg_env.j2
Normal file
@@ -0,0 +1,3 @@
|
||||
export BORG_COMPRESSION="{{ backup.compression }}"
|
||||
export BORG_REPO="{{ backup.repo }}"
|
||||
export BORG_PASSPHRASE='{{ backup.passphrase }}'
|
||||
Reference in New Issue
Block a user