duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] Error when using cleanup on 0.4.6 S3?


From: Steve Wuerthele
Subject: Re: [Duplicity-talk] Error when using cleanup on 0.4.6 S3?
Date: Fri, 7 Dec 2007 13:11:46 -0600

I upgraded to 0.4.7, and now get the follow error launching:

Traceback (most recent call last):
  File "/usr/bin/duplicity", line 425, in ?
    if __name__ == "__main__": with_tempdir(main)
  File "/usr/bin/duplicity", line 421, in with_tempdir
    fn()
  File "/usr/bin/duplicity", line 369, in main
    action = "">  File "/usr/lib/python2.4/site-packages/duplicity/commandline.py", line 450, in ProcessCommandLine
    globals.backend = backends.get_backend(args[0])
  File "/usr/lib/python2.4/site-packages/duplicity/backends.py", line 84, in get_backend
    return backend_class(pu)
  File "/usr/lib/python2.4/site-packages/duplicity/backends.py", line 711, in __init__
    self.bucket = self.conn.lookup(self.bucket_name)
AttributeError: S3Connection instance has no attribute 'lookup'

When I have time later today, I'll roll back to 0.4.6 and manually apply the fix for cleanall, to see if that solves my problem.

reply via email to

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