JeremyGrosser / tablesnap

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

Enforce uploading with full path in initial uploads. #19

Closed ctavan closed 12 years ago

ctavan commented 12 years ago

When passing a relative path to tablesnap, then the initial backup_files upload will not create the absolute paths of the files in the S3 bucket whereas the inotify-triggered uploads will.

Say you are in /home/foo and start tablesnap bucket bar/ then initial files will be uploaded as hostname:bar/file whereas the inotify-triggered files will be uploaded as hostname:/home/foo/bar/file

See #18.