duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] I can't figure out how to specify an rsync URL that


From: Kenneth Loafman
Subject: Re: [Duplicity-talk] I can't figure out how to specify an rsync URL that references an absolute path
Date: Thu, 03 Jan 2008 10:31:12 -0600
User-agent: Thunderbird 1.5.0.14pre (X11/20071023)

Eric Hanchrow wrote:
> This is v0-4-8 on Linux.
> 
> The --help message suggests the syntax for rsync URLs:
> 
>     ~/backup-app/duplicity/duplicity-bin --help 2>&1 | egrep rsync
>             rsync://address@hidden:/module/some_dir
>             rsync://address@hidden/some_non_module_path
> 
> So I try that very syntax:
> 
>     /home/erich/backup-app/duplicity/duplicity-bin --allow-source-mismatch 
> --verbosity 1 --volsize 50 --num-retries 1 --include /home/erich/.mcop 
> --exclude '**' /home/erich rsync://address@hidden/usr/local/dups
> 
> And here's what I see:
><snip> 
> It looks like it's somehow lost the first /  in /usr/local/dups

It needs to be ...localhost//usr/local/dups.  A single slash specifies a
 relative path.

...Ken



Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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