Hi Datastax Community,
I am currently running nodetool snapshot (using cronjob) on my keyspace every 2 hours for backup purposes. The keyspace has over 50 tables, out of which 2 are used for testing and are very large. I don't want to take the snapshots of these 2 large tables as they are only for testing purpose and also would take lot of space. So instead of manually listing remaining 48 tables for which to take snapshot on, I am trying to find a way to exclude these 2 tables from the snapshot command. Is there a possibility to do this? I am looking for a command something like below:
nodetool snapshot <keyspace> --exclude <large_table1>, <large_table2>