cassandra_snapshotter
cassandra_snapshotter copied to clipboard
A tool to backup cassandra nodes using snapshots and incremental backups on S3
Hey just wanted to know few things? 1)Are the backups app consistent or crash consistent ? 2) How quiesceing is done here? Thanks :)
Script to restore from s3 that should be cover: 1. restore data on the same node 2. restore data on complete cluster 3. restore data on new node 4. restore...
I've just setup the snapshotter, and when I run the command, it compresses and seemingly transfers everything to S3 (looks like it's all there), but then it errors at the...
Hi, I am making following call but receiving MalformedXML error. Any idea, what i am missing? cassandra-snapshotter --aws-access-key-id ***\* --aws-secret-access-key ***\* --s3-bucket-region ***\* --s3-bucket-name ***\* --s3-base-path ***\* backup --hosts localhost...
Currently the backup command takes `--hosts` option to run snapshot commands on each of the cassandra nodes. It would be useful if specifying "localhost" alone would run the snapshot command...
would this tool support AWS Keyspace tables backup/restoring?
File "/usr/local/lib/python2.7/site-packages/cassandra_snapshotter/agent.py", line 226, in create_upload_manifest out: with open(manifest_path, 'w') as manifest: out: IOError: [Errno 13] Permission denied: '/tmp/backupmanifest'