Bash command line handling showdown

This commit is contained in:
3wc
2021-11-09 15:25:43 +02:00
parent 489ef570dd
commit c9de239e93
2 changed files with 22 additions and 8 deletions

View File

@ -1,8 +1,15 @@
export RESTIC_SFTP_HOST="user@domain.tld"
export RESTIC_HOST="user@domain.tld"
export RESTIC_PASSWORD_FILE=/run/secrets/restic-password
export BACKUP_DEST=/backups
export SERVER_NAME=domain.tld
export DOCKER_CONTEXT=$SERVER_NAME
# uncomment either this:
#export SSH_KEY_FILE=~/.ssh/id_rsa
# or this:
#export AWS_SECRET_ACCESS_KEY_FILE=s3
#export AWS_ACCESS_KEY_ID=easter-october-emphatic-tug-urgent-customer
# optionally limit subset of services for testing
#export SERVICES_OVERRIDE="ghost_domain_tld_app ghost_domain_tld_db"