JeremyGrosser / tablesnap

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

Make inotify events configurable #23

Closed ctavan closed 11 years ago

ctavan commented 11 years ago

I have realized that I needed to make the inotify-events configurable because my gzip-files get compressed on rotation (so they are not moved but only created).

Should be merged after #22