TW

Results 2664 comments of TW

It would be great to at least get the docs/config/defaults into a non-confusing state, see the link directly above this comment.

So, 3 years later, is there any progress on this? Is there some example code, what a fuse fs needs to do to correctly implement ACL support? Is there any...

That would've been a nice feature. I just transferred manually everything from halfnarp to the app.

> I do not know whether the format of the IPs ($ipv6Address,$ipv4Address) provided by the router > is the problem (so the router firmware has a bug)... Well, that would...

Hmm, guess I am not really convinced this is helpful. Basically one is saying "10 fails are ok, but 11 not". How about just running the backup once, taking the...

@StefanBertels these "sometimes unaccessible files" is windows-specific (sometimes for known, sometimes for unknown reasons), that usually never happens on linux. We do not have wait/retry for such cases (yet?) but...

@tuxick borg's default behaviour when there is an error with a file is to emit a warning and continue with the next file. If there are warnings, rc changes from...

@tuxick please file a separate bug for that.

borg 1.4 will have more detailed exit codes (RCs) for misc. conditions, see PR #7976 . Specifically for this issue, there is mapping in `BackupIO` wrapper class (which is used...

There is no code for EBUSY yet, but guess it can be added in a similar way.