TW

Results 2664 comments of TW

No update needed for b4, updating milestone...

https://github.com/borgbackup/borgbackup.github.io/pull/81/files preparing for b5. more updates for b5: 22a72131bb74791e85faec1f22f7148d44b21cdd note: all updates for b5 done.

https://github.com/borgbackup/borgbackup.github.io/pull/98 b6 and b7 changes added.

For stdin/stdout/stderr and JSON emitted on stdout (see frontends.rst), guess we could extend #3019 and just point there from the docs, so users invoking borg can adjust their environment variables...

Hmm, did I miss something or can this "fix" just be recommending to use `PYTHONIOENCODING=utf-8` if one expects (JSON) streams to be in utf-8 **on a legacy OS installation that...

@RF-Tar-Railt can you review / check this?

Note: we have kind of "micro backshift deletion" in `hashindex_lookup`: - in `didx` it remembers the index of the first deleted (tombstone) bucket (if any) while searching for a used...

I just noticed we have this micro-opt code (see previous comment) in all borg versions. Thus the hashindex will converge against a optimised state (considering performance of lookups) and I...

This still happens, I just had it on current watchOS and current macOS 12. Ways to get out of the loop: - disable sleep mode on the watch (then it...

Collecting some facts / questions (correct me in case I am wrong): - on macOS HFS+, file names are NFD-normalized - on Linux filesystems, it could be anything, but NFC...