Created
August 7, 2018 00:05
-
-
Save erikvw/1531d5b992c2668bc407bb7ad8520741 to your computer and use it in GitHub Desktop.
Sample .duplicity/.env_variables.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export AWS_ACCESS_KEY_ID= | |
export AWS_SECRET_ACCESS_KEY= | |
export AWS_BUCKET= | |
export AWS_ENDPOINT= | |
export GPG_KEY= | |
export PASSPHRASE= | |
export DB_NAME= | |
export DB_DATE=$(date +%Y%m%d%H%M%S) | |
export BACKUP_DIR=$HOME/mysql_backup/ | |
export DB_FILE=$BACKUP_DIR$DB_NAME-$DB_DATE.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment