Question #141176 on Duplicity changed: https://answers.launchpad.net/duplicity/+question/141176
Fabio Ferrero proposed the following answer: I've installed 0.6.11 on debian lenny and, when I try to backup to S3, I got this: Upload 's3+http://icosaedrointerimit/var_www/duplicity-full.20110204T161611Z.vol1.difftar.gpg' failed (attempt #1, reason: error: (32, 'Broken pipe')) Backtrace of previous error: Traceback (innermost last): File "/usr/local/lib/python2.5/site-packages/duplicity/backends/botobackend.py", line 199, in put 'x-amz-storage-class': storage_class}) File "/usr/lib/pymodules/python2.5/boto/s3/key.py", line 498, in set_contents_from_filename self.set_contents_from_file(fp, headers, replace, cb, num_cb, policy) File "/usr/lib/pymodules/python2.5/boto/s3/key.py", line 455, in set_contents_from_file self.send_file(fp, headers, cb, num_cb) File "/usr/lib/pymodules/python2.5/boto/s3/key.py", line 367, in send_file self.name, headers, sender=sender) File "/usr/lib/pymodules/python2.5/boto/s3/connection.py", line 342, in make_request data, host, auth_path, sender) File "/usr/lib/pymodules/python2.5/boto/connection.py", line 459, in make_request return self._mexe(method, path, data, headers, host, sender) File "/usr/lib/pymodules/python2.5/boto/connection.py", line 437, in _mexe raise e error: (32, 'Broken pipe') I've installed python-boto_1.9b-4_all.deb e python- support_1.0.10_all.deb from backports, backup on local file system seems to work well. I use this command: duplicity -v9 --encrypt-key=xxx --sign-key=xxx --s3-use-new-style --s3-european-buckets --full-if-older-than 1M --volsize 250 --name test_www /var/www s3+http://testit/test_www Can you help me? -- You received this question notification because you are a member of duplicity-team, which is an answer contact for Duplicity. _______________________________________________ Mailing list: https://launchpad.net/~duplicity-team Post to : [email protected] Unsubscribe : https://launchpad.net/~duplicity-team More help : https://help.launchpad.net/ListHelp

