TW
TW
@PhrozenByte merged stuff into master. if you have time, guess it would be good to give it some practical testing. maybe the long running `borg serve --socket` shows some yet...
@coffeepenbit working on that, see that other ticket.
Update: bountysource borgbackup organisation funds currently at USD 0 total. These are the funds I usually use to create new bounties.
The code referred to by previous comment is in borg 1.2.3 release. Can you test it?
Guess this is solved?
Just wanted to ask if somebody wants to either work on this or put a bounty on it? Due to compatibility reasons I guess the best point to introduce such...
I'ld recommend doing this in this order: - updating the docs about ERROR return codes (some planning was done above, review/improve/discuss it), PR - adjusting the code to match the...
ERRORs are rather simple, WARNINGs more difficult / unclear yet how to best deal with.
@real-yfprojects yes. it's not necessarily an exception, can be also just an `if`+ `return`.
@mai-schlau that is a warning (not: error) message and considering there might be multiple and different warnings (plus potentially even some real error), this is a more difficult case than...