JeremyGrosser / tablesnap

Uses inotify to monitor Cassandra SSTables and upload them to S3
BSD 2-Clause "Simplified" License
181 stars 86 forks source link

add one-shot mode to exit after backing up snapshot #47

Closed WrathOfChris closed 9 years ago

WrathOfChris commented 9 years ago

Not sure if this is useful to others, however it is minimally invasive and simply exits before notifier.loop() is called.

I'm using this to backup snapshots under LevelledCompaction where sending each rewritten SSTable to s3 isn't prudent.

WrathOfChris commented 9 years ago

Apologies, this was poorly considered.