<div class="gmail_quote">On Mon, Apr 19, 2010 at 10:03 AM, Michael Renner <span dir="ltr">&lt;<a href="mailto:michael.renner@gmx.de">michael.renner@gmx.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
opening connection using: /bin/ssh -i /etc/r5backup/ssh-keys/r5backup_id_rsa -p 22<br>
192.168.5.30 -l root /usr/local/bin/rsync --server --sender -vvvlWogDtprze.isf . /usr/src<br></blockquote><div><br></div><div>Did something force the --rsync-path=/usr/local/bin/rsync option in rsync?  Maybe someone compiled that in as the default RSYNC_PATH setting?  Or maybe rsync is a shell script that adds that option?</div>
<div><br></div><div>See if you can override it by specifying --rsync-path=rsync</div><div><br></div><div>That&#39;s the normal default (&quot;rsync&quot;), but someone may have configured rsync using the --with-rsync-path=/usr/local/bin/rsync option to configure, in which case you&#39;ll need to override it using the option above.</div>
</div><br>..wayne..<br>