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.

> On Wed, Dec 13, 2000 at 10:08:49AM -0600, Denmark B. Weatherburn wrote:
> > bbankmain{opmain}/usr/bank/opmain>sudo rsync -av
> > bbankbz:/home/bank/opbz/temp
> > sh: rsync: not found
> > unexpected EOF in read_timeout
> > bbankmain{opmain}/usr/bank/opmain>which rsync
> > /usr/local/bin/rsync
> > bbankmain{opmain}/usr/bank/opmain>rsync -av bbankbz:/home/bank/opbz/temp
> > permission denied.
> > unexpected EOF in read_timeout
> > bbankmain{opmain}/usr/bank/opmain>/bin/su
> > Password:
> > # rsync -av bbankbz:/home/bank/opbz/temp
> > rsync: not found
> > # /usr/local/bin/rsync -av bbankbz:/home/bank/opbz/temp
> > sh: rsync: not found
> > unexpected EOF in read_timeout
> > # /usr/local/bin/rsync -av bbankbz:/home/bank/opbz/temp /usr/bank/opmain
> > sh: rsync: not found
> > unexpected EOF in read_timeout
> >
> > Any feedback would be appreciated!
> >
> > Regards,
> >
> > Knowledge is power, but it is only useful if it is shared!
> >
> > 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
>
>


Reply via email to