On Mon, Apr 19, 2010 at 10:03 AM, Michael Renner <michael.ren...@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..
-- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html