Skip to content

Instantly share code, notes, and snippets.

@chrowe
Created April 4, 2017 22:17
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 chrowe/36e4271bc4c5a563db9e7bdace69aa46 to your computer and use it in GitHub Desktop.
Save chrowe/36e4271bc4c5a563db9e7bdace69aa46 to your computer and use it in GitHub Desktop.
## AWS
cd /var/lib/cassandra/
tar -czvf /home/ubuntu/aws-data.tgz data
scp /home/ubuntu/aws-data.tgz sw:~/
## SW
cd /var/lib/cassandra/
rm -rf ./data
tar -zxvf /root/aws-data.tgz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment