duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] Imap Support - Bug in urlparse_2_5.py


From: Darik Horn
Subject: Re: [Duplicity-talk] Imap Support - Bug in urlparse_2_5.py
Date: Wed, 21 Jan 2009 13:32:47 -0600

> However, I am having a problem with urlparse.

First, duplicity currently bundles a urlparse module that behaves in a
non-standard way for backwards compatibility with earlier duplicity
releases.

You should diff the bundled urlparse against the system version and
understand the splitting quirk before implementing a new duplicity
backend.

Also notice how the FTP_PASSWORD environment variable is used.


> duplicity full -v9 ~/blosxom imap://address@hidden:mypassword/INBOX

Second, convention puts the password before the @ symbol like this:

  duplicity full -v9 ~/blosxom imap://ian:address@hidden/INBOX

--
Darik Horn <address@hidden>





reply via email to

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