I've added a --exclude option to allow specifying the excluded files. It defaults to '-tmp' so it's backwards-compatible. A regex can be provided.
I'm doing this because I want to use the tool for other, non-cassandra, use-cases where that stuff that's being backed up are not SSTables but arbitrary files that get moved to a directory.
I've added a
--exclude
option to allow specifying the excluded files. It defaults to'-tmp'
so it's backwards-compatible. A regex can be provided.I'm doing this because I want to use the tool for other, non-cassandra, use-cases where that stuff that's being backed up are not SSTables but arbitrary files that get moved to a directory.
Also contains the patch from #17