Re: rsync+ssh problem

2001-05-07 Thread Lars Jensen
You need rsync on BOTH machines. Lars. On Mon, 7 May 2001, Peter O. Fedichev wrote: > > Hello > > I am trying to use rsync over ssh on one of my linux boxes. > > remotelogin]# rsync -avz -e ssh / [EMAIL PROTECTED]:backup > bash: rsync: command not found > unexpected EOF in read_timeout >

Re: rsync+ssh problem -- more info

2001-05-07 Thread Brian May
> "Peter" == Peter O Fedichev <[EMAIL PROTECTED]> writes: Peter> yes, I have Peter> rsync -avz -e ssh / /tmp/backup Peter> works perfect, also when start from bash It sounds like rsync is not on the path on the *remote* computer. -- Brian May <[EMAIL PROTECTED]>

Re: rsync+ssh problem -- more info

2001-05-07 Thread David L. Sifry
On Mon, May 07, 2001 at 12:42:05PM +0200, Peter O. Fedichev wrote: > > On Mon, May 07, 2001 at 12:32:28PM +0200, Peter O. Fedichev wrote: > > > > > I am trying to use rsync over ssh on one of my linux boxes. > > > > > > remotelogin]# rsync -avz -e ssh / [EMAIL PROTECTED]:backup > > > bash: rsyn

Re: rsync+ssh problem

2001-05-07 Thread Bud Rogers
On Monday 07 May 2001 05:32, Peter O. Fedichev wrote: > remotelogin]# rsync -avz -e ssh / [EMAIL PROTECTED]:backup > bash: rsync: command not found > unexpected EOF in read_timeout I had to add a PATH line to ~/.ssh/environment on the remote host because rsync was not in the standard path.

Re: rsync+ssh problem -- more info

2001-05-07 Thread Peter O. Fedichev
"David L. Sifry" wrote: > On Mon, May 07, 2001 at 12:32:28PM +0200, Peter O. Fedichev wrote: > > > I am trying to use rsync over ssh on one of my linux boxes. > > > > remotelogin]# rsync -avz -e ssh / [EMAIL PROTECTED]:backup > > bash: rsync: command not found > > unexpected EOF in read_timeo

Re: rsync+ssh problem

2001-05-07 Thread David L. Sifry
On Mon, May 07, 2001 at 12:32:28PM +0200, Peter O. Fedichev wrote: > I am trying to use rsync over ssh on one of my linux boxes. > > remotelogin]# rsync -avz -e ssh / [EMAIL PROTECTED]:backup > bash: rsync: command not found > unexpected EOF in read_timeout > Sounds like you don't have rsyn