duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] 0.4.3.RC4 Ready for Test


From: Dennis Schulz
Subject: Re: [Duplicity-talk] 0.4.3.RC4 Ready for Test
Date: Sun, 03 Jun 2007 12:10:42 +0200
User-agent: Thunderbird 1.5.0.10 (Windows/20070221)

I've finished my test last night. Backup-process works for now but the verify-method gives an similiar behavior like the backup-process before your patches. Everytime it loads the "df.jj0hiz.1.dt.g" regardless that its already finished (Transfer OK).

Till now I didn't try to restore the backup. I think firstly the verify should work ;)
Hope this helps you.

Greets, Dennis


verifyscript.sh:
--------------------------------------------------------------------------
export PASSPHRASE=xxxxxxxxxxxx
export FTP_PASSWORD=xxxxxxxxxxxx
/usr/local/bin/duplicity -v4 --short-filenames --verify \
--exclude /proc --exclude /mnt --exclude /sys --exclude /dev --exclude /tmp \
ftp://address@hidden/backupdir /
--------------------------------------------------------------------------


golf:~/bin# ./verifyscript.sh
-------------------------------------
Caught exception socket.timeout: timed out (#1), sleeping 0s before retry..
Caught exception socket.error: (104, 'Connection reset by peer') (#2), sleeping 10s before retry.. Caught exception socket.error: (104, 'Connection reset by peer') (#3), sleeping 20s before retry.. Caught exception socket.error: (104, 'Connection reset by peer') (#4), sleeping 30s before retry.. Caught exception socket.error: (104, 'Connection reset by peer') (#5), sleeping 40s before retry.. Caught exception socket.error: (104, 'Connection reset by peer') (#6), sleeping 50s before retry.. Caught exception socket.error: (104, 'Connection reset by peer') (#7), sleeping 60s before retry.. Caught exception socket.error: (104, 'Connection reset by peer') (#8), sleeping 70s before retry.. Caught exception socket.error: (104, 'Connection reset by peer') (#9), sleeping 80s before retry.. Caught exception socket.error: (104, 'Connection reset by peer') (#10), sleeping 90s before retry.. Caught exception socket.timeout: timed out (#11), sleeping 100s before retry.. Caught exception socket.error: (104, 'Connection reset by peer') (#12), sleeping 110s before retry.. Caught exception socket.error: (104, 'Connection reset by peer') (#13), sleeping 120s before retry.. Caught exception socket.error: (104, 'Connection reset by peer') (#14), sleeping 130s before retry..
-------------------------------------

FTP-Serverlog:
(000079) 03.06.2007 11:59:25 - golf ()> 230 Logged on
(000079) 03.06.2007 11:59:25 - golf ()> CWD backup
(000079) 03.06.2007 11:59:25 - golf () > 250 CWD successful. "/backupdir" is current directory.
(000079) 03.06.2007 11:59:25 - golf ()> TYPE I
(000079) 03.06.2007 11:59:25 - golf ()> 200 Type set to I
(000079) 03.06.2007 11:59:25 - golf ()> PASV
(000079) 03.06.2007 11:59:25 - golf ()> 227 Entering Passive Mode (192,168,10,1,15,255)
(000079) 03.06.2007 11:59:25 - golf ()> RETR df.jj0hiz.1.dt.g
(000079) 03.06.2007 11:59:25 - golf ()> 150 Connection accepted
(000079) 03.06.2007 12:01:24 - golf ()> 226 Transfer OK
(000079) 03.06.2007 12:01:55 - golf ()> disconnected.







Kenneth Loafman schrieb:
More fixes on FTP. dAniel hAhler supplied a new patch for FTP that cleans up the error handling and reduces the retry time to zero on the first retry. This should be a much more robust implementation of FTP.

You can download the packages here:
http://duplicity.nongnu.org/

Please give this one a good exercise. We still need testing on the S3 and HSI backends. We've managed to test all the rest.

...Thanks,
...Ken


_______________________________________________
Duplicity-talk mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/duplicity-talk






reply via email to

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