rebuild of backup command

This commit is contained in:
Paul Wilde 2023-01-17 12:31:07 +00:00
parent 20284fa8bb
commit fc25b81752
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
env.sh
exclusions.txt

View file

@ -1,10 +1,12 @@
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"