TW
TW
Hmm, guess on macOS, typing stuff into terminal creates NFC and in the archive we have NFD, so there is no match. But if one would copy and paste the...
Considering unicode not normalized vs. 2 different forms NFC / NFD of normalization: If we: - don't know what we have in the archive (could have been made on macOS,...
I had (again) a look into this (I have a macbook air M1 now, so that motivated me). My current understanding is: - it's the HFS+ NFD normalisation that causes...
To show the issue with the original example from top post: ``` >>> import os >>> s = os.fsdecode(b'l\xc3\xa4.txt') >>> S = os.fsdecode(b'la\xcc\x88.txt') >>> s 'lä.txt' >>> S 'lä.txt' #...
BTW, this is not saying there is no practical problem, it's just saying we should not try to "solve" it in borg. Workarounds: - borg mount: use a file manager...
Reopening so the suggestion of @textshell can be worked on, thanks for the feedback!
It improved when I used -t 330 -q 10 (so -t is 10x RTT now). Now getting 72KB/s which is about as good as that DSL upstream.
I don't think that having played with it once on one machine qualifies me as advice giver / doc writer.
See the front page about "no longer developed". In case you can develop it and someone can review it, don't let that hold you back!
Maybe related: #1889