简体   繁体   中英

Cassandra Backup and Restore using EBS snapshot and NodeTool Snaphots

I've a couple of questions regarding best approach to Backup/Restore Cassandra Cluster.

Background : I've a cluster running in EC2. It's nodes are configured like so:

Instance type : m3.medium Storage : 50 GB Root Volume/100 GB another volume

After reading lot of documents and searching in few websites I understood that EBS Snapshots with Cassandra(nodetool) snapshots looks quite promising.

Questions: EBS also take the incremental snapshots and Nodetools also takes the snapshot then how does these two tools are different or are they same and is there any other better approach to backup cassandra cluster?

Please advice.

Take a look at Netflix's Priam as a possible solution for creating backups for AWS deployments. It only seems to work with 2.0.x though, but might point you in the right direction.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM