update duplicity.cnf template

This commit is contained in:
camille 2023-03-03 17:26:05 +01:00
parent 00e2f33dfb
commit cae6f5e3b8

View File

@ -1,3 +1,5 @@
{% if duplicity_backend == s3 -%}
export PASSPHRASE="{{ duplicity_s3_passphrase }}"
export AWS_ACCESS_KEY_ID={{ duplicity_s3_access_key }}
export AWS_SECRET_ACCESS_KEY={{ duplicity_s3_secret_key }}
{% endif %}