* N. Thomas <[EMAIL PROTECTED]> [2002-10-30 18:04:24 -0500]:
> What I'm trying to do: upload files from my local machine to an rsync
> server running on a remote host.
> 
> What I don't know: syntax on how to do this.
> 
> I thought think that the syntax for uploading to the remote machine would
> simply be:
> 
>     rsync -azv --delete srcdir rsync:[EMAIL PROTECTED]:12923:blah

After much digging with certain keywords, I found the correct syntax:

    rsync -azv --delete orig --port 12923 [EMAIL PROTECTED]::blah

thomas

-- 
N. Thomas
[EMAIL PROTECTED]
Etiamsi occiderit me, in ipso sperabo
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Reply via email to