Eric L.
Eric L.
I need to think about this one, because I'd probably like a better algorithm, rather than asking users to enter a fixed value (which might fit only certain files). In...
I got curious and looked a bit more into this, the man page of rsync states: > This forces the block size used in rsync's delta-transfer algorithm to a fixed...
Just to be sure, I modified the playbook to use fully qualified image target names: ```yaml [...] target_names: - localhost/miniconda3:latest - localhost/miniconda:latest ``` But that didn't make any difference.
way way ⇒ same way? :smile: Anyway, quote from the errno man page: > All the error names specified by POSIX.1 must have distinct values, with the exception of EAGAIN...
Yeah, EDEADLK on Linux is 35, where EAGAIN is indeed 11. A bit more context would be required to understand what's going on. Could you repeat the error in debug...
Probably, the only correct way would be to capture all exceptions on the side where they're generated and encapsulate them there into an rdiff-backup OS agnostic exception. That could be...
The timeout after 360m/6h starts to get on my nerves, I've reported it at https://github.com/orgs/community/discussions/141132. You might want to vote it up. Anyway see discussion in #1024 (this issue should...
The change looks good, I have approved but this timeout issue on our pipeline is killing me (and this is a bad joke, because I suspect the issue in the...
Merged, thanks for the effort and patience!
Yes, that's not a bug, there is only the new command line mode, so no need anymore for `--new`. The only thing is that I might have forgotten to remove...