← Back to team overview

debcrafters-packages team mailing list archive

[Bug 1434702] [NEW] incorrect response BackendException while downloading signatures file

 

You have been subscribed to a public bug:

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

** Affects: duplicity
     Importance: Medium
         Status: Fix Released

** Affects: duplicity (Ubuntu)
     Importance: Undecided
         Status: Confirmed

-- 
incorrect response BackendException while downloading signatures file
https://bugs.launchpad.net/bugs/1434702
You received this bug notification because you are a member of Debcrafters packages, which is subscribed to duplicity in Ubuntu.