On Wed, Dec 13, 2000 at 11:52:58AM -0600, Denmark B. Weatherburn wrote:
> I then tried this:
>
> bbankbz{opbz}/home/bank/opbz>rsync -e /usr/local/bin/rsync -av temp
> bbankmain:/usr/bank/opmain
> building file list ... done
>
> and this:
>
> bbankbz{opbz}/home/bank/opbz>rsync -e /usr/local/bin/rsync -av temp
> bbankmain:/usr/bank/opmain/
> building file list ... done
>
> However, nothing gets transferred.
>
> Does it make sense to use sudo with rsync?
>
> Regards,
>
> Denmark W.
...
> > Rsync is not able to find it's corresponding binary on the remote side.
> > You can tell it with --rsync-path.
> >
> > - Dave Dykstra
No, -e is equivalent to --rsh, not --rsync-path. Use --rsync-path instead
of -e.
- Dave Dykstra