duplicity-talk
[Top][All Lists]
Advanced

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

[Duplicity-talk] Amazon s3 crashes


From: blacksky
Subject: [Duplicity-talk] Amazon s3 crashes
Date: Fri, 23 Nov 2007 17:50:23 +0000
User-agent: Mutt/1.5.17 (2007-11-01)

Hi,

I'm using version 0.4.4.RC4 to do a full backup to s3 and after creating around 
150 volumes I get this error:

Traceback (most recent call last):
  File "/usr/bin/duplicity", line 401, in ?
    if __name__ == "__main__": main()
  File "/usr/bin/duplicity", line 394, in main
    if not sig_chain: full_backup(col_stats)
  File "/usr/bin/duplicity", line 146, in full_backup
    bytes_written = write_multivol("full", tarblock_iter, globals.backend)
  File "/usr/bin/duplicity", line 93, in write_multivol
    backend.put(tdp, dest_filename)
  File "/usr/lib/python2.4/site-packages/duplicity/backends.py", line 708, in 
put
    {'Content-Type': 'application/octet-stream'})
  File "/var/lib/python-support/python2.4/boto/s3/key.py", line 241, in 
set_contents_from_filename
    self.set_contents_from_file(fp, headers, replace, cb, num_cb)
  File "/var/lib/python-support/python2.4/boto/s3/key.py", line 230, in 
set_contents_from_file
    self.send_file(fp, headers, cb, num_cb)
  File "/var/lib/python-support/python2.4/boto/s3/key.py", line 179, in 
send_file
    raise S3ResponseError(response.status, response.reason, body)
boto.exception.S3ResponseError: S3ResponseError: 400 Bad Request





reply via email to

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