Created
June 9, 2014 07:12
-
-
Save techgaun/fcb7465c27dd440cfcc3 to your computer and use it in GitHub Desktop.
OpenShift Origin Cron for WAL-E
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 | |
| # more at http://www.techgaun.com/2014/06/postgresql-backup-to-amazon-s3-on.html | |
| if [ $OPENSHIFT_POSTGRESQL_DIR ]; then | |
| /usr/bin/envdir /etc/wal-e.d/env /bin/wal-e backup-push ${OPENSHIFT_POSTGRESQL_DIR}data | |
| fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment