On Fri, 2008-02-08 at 09:38 +1100, Jay Sargeant wrote:
> Sorry, I used the daemon version of the rsync-debug code to get the
> strace. My apologies
>  
> The local strace is now the following:
>  
> execve("/usr/bin/rsync", ["rsync"], [/* 33 vars */]) = 0
> [...]
> write(2, "rsync error: syntax or usage err"..., 78rsync error: syntax or 
> usage error (code 1) at main.c(1436) [client=3.0.0pre8]) = 78

The first line of the strace shows that you are invoking rsync without
any arguments, which explains the "syntax or usage error".  Use the
proper command line.

Matt

-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to