Comment 3 for bug 1859304

Revision history for this message
Tamás Kálmán (taskalman) wrote :

I have also stumbled on this issue and applying the patch has solved by problem, thank you Arduous!

The symptoms are slightly different when starting a new backup, the SCP transfer times out after the SSH channel is established. An exception is thrown from here:

https://github.com/paramiko/paramiko/blob/master/paramiko/channel.py#L701

When attempting an incremental backup or restore, I get the same exception as reported by Arduous.

Applying the patch share on top of 0.8.9 solves all the scenarios, that I have tried.