duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] Host key authenticity could not be verified


From: Brandon Keepers
Subject: Re: [Duplicity-talk] Host key authenticity could not be verified
Date: Tue, 25 Sep 2007 13:41:38 -0400


On Sep 25, 2007, at 10:48 AM, Kenneth Loafman wrote:

Brandon Keepers wrote:
Here is the output of running duplicity with the -v9 option:

Reading globbing filelist /etc/duplicity_excludes.txt
Main action: inc
Running 'sftp  address@hidden' (attempt #1)
Timeout waiting for response
Running 'sftp  address@hidden' failed (attempt #1)

OK, that's really sparse. Attached is a patch for backends.py that will print some meaningful info, if there is any to be had. Again, try with
-v9 and post the entire log from command line down.

Now we're getting somewhere:

~ brandon$ ./bin/duplicity-backup.sh -v9
Password for 'address@hidden':
Reading globbing filelist /etc/duplicity_excludes.txt
Main action: inc
Running 'sftp  address@hidden' (attempt #1)
State = sftp, Before = 'Connecting to 192.168.0.254...'
State = sftp, Before = 'mkdir /backups/brandon/
Couldn't create directory: Failure'
State = sftp, Before = 'cd /backups/brandon/'
State = sftp, Before = 'ls -1
duplicity-full-signatures.2007-07-30T10:15:26-04:00.sigtar.gpg
duplicity-full.2007-07-30T10:15:26-04:00.manifest.gpg
duplicity-full.2007-07-30T10:15:26-04:00.vol1.difftar.gpg
duplicity-full.2007-07-30T10:15:26-04:00.vol10.difftar.gpg
duplicity-full.2007-07-30T10:15:26-04:00.vol100.difftar.gpg
duplicity-full.2007-07-30T10:15:26-04:00.vol1000.difftar.gpg
duplicity-full.2007-07-30T10:15:26-04:00.vol1001.difftar.gpg
duplicity-full.2007-07-30T10:15:26-04:00.vol1002.difftar.gpg
duplicity-full.2007-07-30T10:15:26-04:00.vol1003.difftar.gpg
duplicity-full.2007-07-30T10:15:26-04:00.vol1004.difftar.gpg
duplicity-full.2007-07-30T10:15:26-04:00.vol1005.difftar.gpg
duplicity-full.2007-07-30T10:15:26-04:00.vol1006.difftar.gpg
duplicity-full.2007-07-30T10:15:26-04:00.vol1007.difftar.gpg
duplicity-full.2007-07-30T10:15:26-04:00.vol1008.difftar.gpg
duplicity-full.2007-07-30T10:15:26-04:00.vol1009.difftar.gpg
<...omitted for brevity...>
duplicity-full.2007-07-30T10:15:26-04:00.vol74'
Timeout waiting for response
Running 'sftp  address@hidden' failed (attempt #2)
Running 'sftp  address@hidden' (attempt #3)
State = sftp, Before = 'Connecting to 192.168.0.254...'
State = sftp, Before = 'mkdir /backups/brandon/
Couldn't create directory: Failure'
State = sftp, Before = 'cd /backups/brandon/'

There are ~18,000 duplicity files in that directory, so it appears that it's just timing out trying to list them all.

Thanks for working with us on this!

Thanks for your patience in trying to get to the bottom of this.

Brandon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]