Skip to content

Instantly share code, notes, and snippets.

@dschneider
Created October 25, 2013 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dschneider/7155103 to your computer and use it in GitHub Desktop.
Save dschneider/7155103 to your computer and use it in GitHub Desktop.
Make a dump from redis and put it on S3
/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