duplicity-talk
[Top][All Lists]
Advanced

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

[Duplicity-talk] Re: Re: Re: First restore failing


From: Thorsten Kampe
Subject: [Duplicity-talk] Re: Re: Re: First restore failing
Date: Thu, 6 Mar 2008 20:09:30 -0000
User-agent: MicroPlanet-Gravity/2.70.2067

* Peter Schuller (Thu, 6 Mar 2008 19:29:43 +0100)
> > Did that: still the same error
> > ("duplicity.collections.CollectionsError: No backup chains found").
> > Although the verbose output has slightly increased:
> >
> > webdav path decoding and translation:
> > https://server/backup/ -> //server/backup/
[...]
> Hmm. This indicates urlparse does not know about the "https" scheme and 
> therefore does not know that the component following "//" is a hostname. This 
> is strange given that duplicity uses its own internal urlparse_2_5 module 
> which should be consistent regardless of Python version. Observe:
> 
> >>> import duplicity.urlparse_2_5 as urlparse
> >>> urlparse.urlparse("http://host/path.ext";)
> ('http', 'host', '/path.ext', '', '', '')
> >>> urlparse.urlparse("https://host/path.ext";)
> ('https', 'host', '/path.ext', '', '', '')
> >>> urlparse.urlparse("unknownscheme://host/path.ext")
> ('unknownscheme', '', '//host/path.ext', '', '', '')

Same results here at my machine (Python 2.5.2).
 
Thorsten





reply via email to

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