Allow backup to be run as non-root user

This commit is contained in:
Frederik Ring
2024-02-21 17:44:24 +01:00
parent 060a6daa7a
commit e8307a2b5b
11 changed files with 131 additions and 6 deletions

7
test/nonroot/01conf.env Normal file
View File

@@ -0,0 +1,7 @@
AWS_ACCESS_KEY_ID="test"
AWS_SECRET_ACCESS_KEY="GMusLtUmILge2by+z890kQ"
AWS_ENDPOINT="minio:9000"
AWS_ENDPOINT_PROTO="http"
AWS_S3_BUCKET_NAME="backup"
BACKUP_CRON_EXPRESSION="0 0 5 31 2 ?"
BACKUP_FILENAME="test.tar.gz"