How to take backup of keyspace in cassandra by command? -
i want take backup of keyspace in cassandra, using command.
use nodetool
command. like:
nodetool -h localhost -p 7199 snapshot mykeyspace
take @ documentation here: http://docs.datastax.com/en/cassandra/2.0/cassandra/operations/ops_backup_restore_c.html
Comments
Post a Comment