Last active
June 25, 2017 04:19
-
-
Save codemilli/0e2d9a5fb59d10feba940d76f3f53b2f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#!/bin/bash | |
AWS_ACCESS_KEY_ID=my_key \ | |
AWS_SECRET_ACCESS_KEY=my_secret \ | |
AWS_DEFAULT_REGION=us-west-2 \ | |
S3_BUCKET=my_bucket \ | |
MYSQL_HOST=host \ | |
MYSQL_PORT=port \ | |
MYSQL_USER=myuser \ | |
MYSQL_PASS=pass \ | |
MYSQL_DB=db \ | |
mysqlbackup.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment