On Thu, Jun 20, 2013 at 2:48 PM, Marcelo Elias Del Valle <mvall...@gmail.com> wrote: > I Currently use Netflix Priam to create backups of sstables to Amazon > S3. I like how it works, as it can create continuous backups as well as > snapshots, but I personally don`t like to be tied to a vendor, in this case, > Amazon. > Does anybody know if there is some similar tool to do backups for > Cassandra and could run in any data center?
There is tablesnap/slurp/chop, which : 1) still depends on S3 as the storage location 2) but doesn't depend on other amazon stuff 3) and doesn't depend on other Priam stuff 4) but doesn't do commit-log streaming, unlike (IIRC) modern Priam https://github.com/synack/tablesnap =Rob