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: Darik Horn
Subject: Re: [Duplicity-talk] Error when using cleanup on 0.4.6 S3?
Date: Fri, 07 Dec 2007 11:10:08 -0600
User-agent: Thunderbird 2.0.0.6 (X11/20071022)

> I'm trying to use cleanup for the first time,
> and ran into the following problem.

The cleanup may finish if you remove the -v9 option from the duplicity command line.


> log.Log("Deleted %s/%s" % ( self.straight_url, filename, filename), 9)
> TypeError: not all arguments converted during string formatting

The backtrace says that there is a typo in the backend.py file that is provided by your RPM. A local fix may be to remove this line in the backend.py file

        log.Log("Deleted %s/%s" % (self.straight_url, filename, filename), 9)

and replace it with this line

        log.Log("Deleted %s/%s" % (self.straight_url, filename), 9)

Alternatively, upgrade duplicity to the latest release.




reply via email to

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