duplicity-talk
[Top][All Lists]
Advanced

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

[Duplicity-talk] Could you document the various URL syntaxes?


From: Eric Hanchrow
Subject: [Duplicity-talk] Could you document the various URL syntaxes?
Date: Sun, 16 Dec 2007 07:42:01 -0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

As soon as I upgraded to 0.4.8, things stopped working, because I'd
gotten the syntax for an rsync backup wrong.  (It had worked for
0.4.7).  Up until now, I've pretty much made up my URLs at random,
stopping when I stumble onto something that worked; I've gotten some
help by adding extra calls to "log.Log" in various places in the code,
to observe how they're parsed.

Anyway, for 0.4.7, I used these URLs for my rsync backups:

    rsync://address@hidden/home/erich/dups/
    rsync://address@hidden/Users/erich/dups/

Through trial and error, I see that for 0.4.8 the proper syntax is

    rsync://address@hidden:dups/
    rsync://address@hidden:dups/

Could you please document the rsync syntax -- and for that matter, the
others -- so that we no longer have to guess?

Thanks.




reply via email to

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