TW

Results 2664 comments of TW

> What I'm thinking is that Borg's normal method for detecting unchanged files isn't being used. True, because the "normal method" (with `borg create`) is working by comparing filesystem file...

@aljungberg That sounds good! Do you want to make a PR against master for that? For the first approach, one could even just map tuple(old_chunks) -> tuple(new_chunks). Needs a bit...

Note: in master branch, I added "flags" to the repo index, so we could flag all chunks in the repo "needs to get recompressed". Then it could go over the...

Local or remote or both kinds of repos?

Also it would be good to have a traceback from Ctrl-C when it leaves behind the lock.

I'ld suspect hetzner runs `borg serve` as a forced command from `.ssh/authorized_keys` - this might influence what commands / options you are able to invoke from your side.

And you should never use `--bypass-lock` except if you are very very sure about what you are doing (see docs also).

was there some useful feedback from hetzner?

OK, so we are not talking about a permanently left-behind lock, but just that the process takes some time until it terminates. I'ld say this is expected and not a...