rebuild of backup command
This commit is contained in:
parent
20284fa8bb
commit
fc25b81752
2 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
env.sh
|
env.sh
|
||||||
|
exclusions.txt
|
||||||
|
|
|
@ -1,10 +1,12 @@
|
||||||
NAME=Backup Name
|
NAME=Backup Name
|
||||||
BACKUP_DIR=/dir/to/back/up
|
BACKUP_DIR=/dir/to/back/up
|
||||||
BACKUP_PARAMS=""
|
BACKUP_PARAMS=""
|
||||||
|
BACKUP_EXCLUDE_FILE="exclusions.txt"
|
||||||
HEALTHCHECK_UUID="healthchecks.io uuid"
|
HEALTHCHECK_UUID="healthchecks.io uuid"
|
||||||
PRE_RUN_SCRIPT="script to pre-run"
|
PRE_RUN_SCRIPT="script to pre-run"
|
||||||
POST_RUN_SCRIPT="script to post-run"
|
POST_RUN_SCRIPT="script to post-run"
|
||||||
|
|
||||||
|
|
||||||
export AWS_ACCESS_KEY_ID=
|
export AWS_ACCESS_KEY_ID=
|
||||||
export AWS_SECRET_ACCESS_KEY=
|
export AWS_SECRET_ACCESS_KEY=
|
||||||
export RESTIC_REPOSITORY="s3:https://repo.tld/bucket/sub-bucket"
|
export RESTIC_REPOSITORY="s3:https://repo.tld/bucket/sub-bucket"
|
||||||
|
|
Loading…
Reference in a new issue