restic-scripts/env.sample.sh

14 lines
375 B
Bash
Executable file

NAME=Backup Name
BACKUP_DIR=/dir/to/back/up
BACKUP_PARAMS=""
BACKUP_EXCLUDE_FILE="exclusions.txt"
HEALTHCHECK_UUID="healthchecks.io uuid"
PRE_RUN_SCRIPT="script to pre-run"
POST_RUN_SCRIPT="script to post-run"
export AWS_ACCESS_KEY_ID=
export AWS_SECRET_ACCESS_KEY=
export RESTIC_REPOSITORY="s3:https://repo.tld/bucket/sub-bucket"
export RESTIC_PASSWORD=V3RYSecuRepaSsWord