andrewchambers
andrewchambers
The content listing is stored in data/ , Splitting the tiers is something I have considered and may add in a future release, though s3 also supports automatic intelligent access...
Technically this already exists, all you really need to do is set you BUPSTASH_REPOSITORY_COMMAND to a command like su to drop privs. Here is what I do for my local...
I need to think a bit more about it, I am not sure currently.
I fixed a bug on the master branch that has fixed a problem with error messages - it might help you diagnose the problem if you can try the unreleased...
My guess is that it might be a problem with the file locking operations on the samba filesystem being unsupported. On linux i would use something like strace to pinpoint...
One way is to have alternative or disabled locking methods. e.g. if you can guarantee the repository is not going to be accessed by multiple machines, the locks could just...
User feedback: >To expand on the need for this: it’d be useful for people who wish to back up from (e.g.) a vps to their home server, without > exposing...
We technically only need to send ephemeral keys to the client, and we can configure the serve into put only mode for the user. ``` $ bupstash rput --host ssh://$server...
I think later we should invest in various data recovery sub commands.
I have worked around the issue but we definitely want an explanation for this behavior so we can remove the workaround.