Hi Daniel,
Yes, you are right it does require some additional work to rsync just the
snapshots.
What about doing something like this to make rsync syntax for the backup
easier?
# in the Cassandra data directory, iterate through the keyspaces
for ks in $(find . -type d -iname backup)
do
# itera
Hi ,
I am currently working on Book Management System in which I have a table
which contains Books details in which PRIMARY KEY is book_id uuid.
The requirement is to create DB in which we have to keep data of Updated
values as well as which user update the particular book details and what
they upd