0
votes

We've setup a Cassandra cluster with three nodes in a single Available zone(AWS). We're using nodetool snapshot tool to take the backup to S3 storage.

Initially, we're planning to take full backup and then enable incremental backup and periodically move the backup to S3.

It wouldn't be of great help if anyone could please provide a script which can take incremental backup and move the backups to S3.

1
did you check tablesnap? github.com/JeremyGrosser/tablesnap - phact
We're using nodetool snapshot because we've already verified backup & restore manually using nodetool but tablesnap script uses inotify. :( - cloudtechnician
OpsCenter does it if you have DSE - phact

1 Answers

0
votes

There are tools such as Netflix Priam which can take backups on AWS