Activity log for bug #1434702

Date Who What changed Old value New value Message
2015-03-20 20:27:54 Robin Nehls bug added bug
2015-03-21 08:34:03 Campbell Brown bug added subscriber Campbell Brown
2015-03-21 10:58:46 Robin Nehls description I get a BackendException like this while downloading the signature file when trying to do an incremental backup over ssh. BackendException: scp get duplicity-full-signatures.20150320T170744Z.sigtar.gpg failed: incorrect response 'C0600 534440306 duplicity-full-signatures.20150320T170744Z.sigtar.gpg' The problem seems to be in duplicity/backends/ssh_paramiko_backend.py in line 302 and was introduced in rev 1070. Looks like a slip while fixing pep8. The second condition should be a check for equality not a check for identity. So if (m is None or m.group(3) i!= remote_filename): instead of if (m is None or m.group(3) is not remote_filename): I'm using duplicity 0.7.02 and Python 2.7.9 on Arch Linux x64. I hope this helps So long I get a BackendException like this while downloading the signature file when trying to do an incremental backup over ssh. BackendException: scp get duplicity-full-signatures.20150320T170744Z.sigtar.gpg failed: incorrect response 'C0600 534440306 duplicity-full-signatures.20150320T170744Z.sigtar.gpg' The problem seems to be in duplicity/backends/ssh_paramiko_backend.py in line 302 and was introduced in rev 1070. Looks like a slip while fixing pep8. The second condition should be a check for equality not a check for identity. So if (m is None or m.group(3) != remote_filename): instead of if (m is None or m.group(3) is not remote_filename): I'm using duplicity 0.7.02 and Python 2.7.9 on Arch Linux x64. I hope this helps So long
2015-03-22 12:32:35 Kenneth Loafman duplicity: importance Undecided Medium
2015-03-22 12:32:35 Kenneth Loafman duplicity: status New Fix Committed
2015-03-22 12:32:35 Kenneth Loafman duplicity: milestone 0.7.03
2015-03-22 21:47:42 Anders Hovgaard bug added subscriber Anders Hovgaard
2015-03-29 07:26:06 pdf bug added subscriber pdf
2015-05-11 12:58:54 Kenneth Loafman duplicity: status Fix Committed Fix Released
2015-11-12 15:36:12 Kenneth Loafman bug task added ubuntu
2016-01-17 16:20:29 Launchpad Janitor ubuntu: status New Confirmed
2016-02-27 14:23:02 SomeOne bug added subscriber SomeOne