TW
TW
If you have pruned/deleted archives, run `borg compact` now and then. See the docs: either fast(er) or with stats, whatever you prefer.
Can you run this on the client and on the server and check if both use 2.0.0b17: ``` /usr/local/bin/borg2 -V ```
Hmm, strange. Please run this on the server: ``` ls -l REPODIR/archives # if it is a lot, add | grep del ```
There were incompatible changes, so please update all machines to same version. The compact log which showed the issue was with the b14 server, so guess this can be the...
Not sure, maybe just try running compact again. If you see further issues in future in that repo, kill it and create a new one.
Closing this for now. In case you find the same issue again with b17/b17, please reopen.
The 2 places you found are to catch programming errors and are executed rather frequently. Thus, such a programming error likely would be catched before a release is made. Guess...
Yeah, you could do the quick fix for 1.4 first, then work on master, fixing the asserts.
You need to run pytest with -vv to see the full diff.
Hmm, that does not look like it is related to the quick fix. - can you reproduce the issue? - is it only with py39? - can you reproduce the...