简体   繁体   中英

cassandra restore from incremental backup

I want to use incremental backup as main cassandra backup type in my system, but I have some miss understanding:

  1. The one way to make restore from incremental backup that worked for me - just copy from backup folder to table folder, is that the right way to make it?
  2. Can I,somehow, make backup of table\keyspace parameters, like index/replica_factor etc?

Thanks.

  1. If you have not dropped the table.for restoration

    Stop the C* node

    Copy the backup folder to table directory. You are right on that.

    Start the server.

  2. If you want schema, you can check snapshot folder. There you can find schema.cql

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