from solaris to linux: /usr/local/bin/rsync: No such file or directory

Wayne Davison wayned at samba.org
Sun May 2 18:52:07 MDT 2010


On Mon, Apr 19, 2010 at 10:03 AM, Michael Renner <michael.renner at gmx.de>wrote:

> opening connection using: /bin/ssh -i
> /etc/r5backup/ssh-keys/r5backup_id_rsa -p 22
> 192.168.5.30 -l root /usr/local/bin/rsync --server --sender
> -vvvlWogDtprze.isf . /usr/src
>

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?

See if you can override it by specifying --rsync-path=rsync

That's the normal default ("rsync"), but someone may have configured rsync
using the --with-rsync-path=/usr/local/bin/rsync option to configure, in
which case you'll need to override it using the option above.

..wayne..
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.samba.org/pipermail/rsync/attachments/20100502/3c3c50b9/attachment.html>


More information about the rsync mailing list