Update restic wrapper to have keys
This commit is contained in:
parent
ddac9fe542
commit
8e6cbb69ff
@ -1,4 +1,6 @@
|
||||
#! /bin/sh
|
||||
export AWS_ACCESS_KEY_ID="{{ backup_s3_aws_access_key_id }}"
|
||||
export AWS_SECRET_ACCESS_KEY="{{ backup_s3_aws_secret_access_key }}"
|
||||
exec nice -n 10 restic \
|
||||
-r "s3:{{ backup_s3_aws_endpoint_url }}/{{ backup_s3_bucket }}/restic" \
|
||||
-p /opt/restic-password \
|
||||
|
Loading…
x
Reference in New Issue
Block a user