TW
TW
`borg extract --continue` (master branch) does some of this. #1356
The final fix was in there: https://github.com/borgbackup/borg/pull/7349
Guess this is solved?
@szaimen guess I would need a repo copy where the issue can be reproduced. I tried to track this down by logs (see above) and reading source code, but did...
Likely related to #5661.
@zougloub Ah, interesting, thanks for testing! The pure-python msgpack is somewhat expected and maybe not even that slow as it will also be accelerated by pypy. Wondering whether msgpack could...
https://github.com/borgbackup/borg/pull/7197 barchive, bcomment, bpath were all removed. - barchive and bcomment is not needed any more because borg2 will validate these more strictly, so we won't have binary stuff in...
List of affected Item attributes: - path is surrogate-escaped str (s-e-str). paths can have all sorts of weird binary stuff on unix, sometimes old files with non-unicode encodings, samba shares...
@sophie-h please check PR #7232. ^^^
considering there was no feedback, i hope everyone is happy with it. will merge the PR soon.