Your message dated Tue, 10 Jan 2012 11:31:53 +1000
with message-id <[email protected]>
and subject line Re: Bug#655278: [duplicity] BackendException: ssh connection
failed
has caused the Debian Bug report #655278,
regarding [duplicity] BackendException: ssh connection failed
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
655278: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655278
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: duplicity
Version: 0.6.17-1
Severity: grave
Until duplicity 0.6.15-4 my backup worked perfectlly. I use ssh_config for
storing the right sshkey for my backup solution. Till now it looks like this:
$ duplicity full /tmp ssh://backup/backup/test
Local and Remote metadata are synchronized, no sync needed.
Last full backup date: none
GnuPG passphrase:
Retype passphrase to confirm:
--------------[ Backup Statistics ]--------------
StartTime 1326148703.38 (Mon Jan 9 23:38:23 2012)
EndTime 1326148769.44 (Mon Jan 9 23:39:29 2012)
ElapsedTime 66.06 (1 minute 6.06 seconds)
SourceFiles 82
SourceFileSize 52938958 (50.5 MB)
NewFiles 82
NewFileSize 17092649 (16.3 MB)
DeletedFiles 0
ChangedFiles 0
ChangedFileSize 0 (0 bytes)
ChangedDeltaSize 0 (0 bytes)
DeltaEntries 82
RawDeltaSize 52848846 (50.4 MB)
TotalDestinationSizeChange 53041834 (50.6 MB)
Errors 0
-------------------------------------------------
After upgrade to 0.6.17-1 I can't backup anymore:
$ duplicity full /tmp ssh://backup/backup/test
BackendException: ssh connection to backup:22 failed: [Errno -2] Name or
service not known
Here my ~/.ssh/config:
Host backup
Hostname hohoho
User backupi
IdentityFile /etc/ssh/backup
--- System information. ---
Architecture: amd64
Kernel: Linux 3.2-0.slh.2-aptosid-amd64
Debian Release: wheezy/sid
500 unstable debian.tu-bs.de
500 unstable aptosid.com
500 testing debian.tu-bs.de
500 stable debian.tu-bs.de
400 unstable linux.wuertz.org
400 unstable debian-multimedia.org
400 unstable deb.opera.com
400 sid team.frickelplatz.de
110 experimental debian.tu-bs.de
--- Package information. ---
Depends (Version) | Installed
========================================-+-===============
libc6 (>= 2.2.5) | 2.13-24
librsync1 (>= 0.9.6) | 0.9.7-8
python2.7 | 2.7.2-9
python (>= 2.7) | 2.7.2-9
python (<< 2.8) | 2.7.2-9
python-pexpect (>= 2.3-1) | 2.3-1
python-gnupginterface (>= 0.3.2-9.1) | 0.3.2-9.1
Package's Recommends field is empty.
Suggests (Version) | Installed
==========================-+-===========
python-boto |
ncftp |
rsync | 3.0.9-1
ssh |
signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
On Mon, 09 Jan 2012 23:49:28 +0100, Sandro Knauß writes:
>Until duplicity 0.6.15-4 my backup worked perfectlly. I use ssh_config for
>storing the right sshkey for my backup solution.
the new sftp/scp backend in 0.6.17 does not use ssh directly, therefore
doesn't support .ssh/config.
you'll have to use duplicity --ssh-options="-oIdentityFile=..."
ssh://backupi@hohoh
regards
az
--
+ Alexander Zangerl + GnuPG Keys 0x42BD645D or 0x5B586291
+ http://snafu.priv.at/
"The most amazing achievement of the computer software industry is its
continuing cancellation of the steady and staggering gains made by the
computer hardware industry." -- Henry Petroski
signature.asc
Description: Digital Signature
--- End Message ---