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
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
andstart tablesnap bucket bar/
then initial files will be uploaded ashostname:bar/file
whereas the inotify-triggered files will be uploaded ashostname:/home/foo/bar/file
See #18.