restic-scripts/env.sample.sh

12 lines
337 B
Bash
Raw Normal View History

2023-01-17 13:21:39 +01:00
NAME=Backup Name
BACKUP_DIR=/dir/to/back/up
BACKUP_PARAMS=""
HEALTHCHECK_UUID="healthchecks.io uuid"
PRE_RUN_SCRIPT="script to pre-run"
POST_RUN_SCRIPT="script to post-run"
2023-01-17 13:21:39 +01:00
export AWS_ACCESS_KEY_ID=
export AWS_SECRET_ACCESS_KEY=
export RESTIC_REPOSITORY="s3:https://repo.tld/bucket/sub-bucket"
export RESTIC_PASSWORD=V3RYSecuRepaSsWord