Created
October 25, 2013 13:56
-
-
Save dschneider/7155103 to your computer and use it in GitHub Desktop.
Make a dump from redis and put it on S3
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
/opt/redis/bin/redis-cli save | |
sudo s3cmd put /redis/dump.rdb s3://elastic-cache-snapshots | |
echo "I AM AMAZING" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment