TW
TW
Reproducing: ## with remote (ssh://...) repo - while doing the repository-part of check: **interrupting with Ctrl-C is not possible (1, 2, any amount)** - while doing the archives-part of check:...
Guess that the repository part of the check running on the remote side might cause this problem.
Hmm, this might be difficult to fix in borg 1.x: - we ignore sigint for the ssh subprocess (because it must not be killed for clean borg shutdown) - it...
Guess this likely has changed due to the sigint ctrl-c related fix a while ago: - the fix was not to let Ctrl-C (SIGINT) kill the ssh subprocess, because the...
Workaround: shoot the ssh subprocess of borg in some other way, like e.g.: `kill `
Please rebase onto current master to fix the mypy issue.
A small test with an existing fs dir and then extracting "over" that would be good.
@intelfx can you add tests?
I had a (rather short) look: - they work with a ton of text files (linux kernel src) and very small chunk sizes (like some hundred bytes or few kBs)...
@infectormp I don't think so. openssl and related security is usually managed by the OS / distribution, not by borg. So any compatible version is fine for us. The dists...