Hi, Trying to configure rsync , Here r the details: OS:Solaris 9 rsync :rsync version 2.6.3 protocol version 28 Problem :Locally copyng files using rsync works fine.r sync fails when i try to copy files over to the other machine : rsync /export/home/amg/* amg@coesun05:/export/home/amg amg@coesun05's password: rsync: connection unexpectedly closed (0 bytes received so far) [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(359) Need help to resove the issue Thanks VC __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
On Mon 25 Apr 2005, VC123 wrote:> : > > rsync /export/home/amg/* amg@coesun05:/export/home/amg > amg@coesun05's password: > rsync: connection unexpectedly closed (0 bytes received so far) > [sender] > rsync error: error in rsync protocol data stream (code 12) at io.c(359)Try running with -vvv Is the rsync binary in a "standard" place in the PATH for amg@coesun05? Does /export/home/amg/* expand to files, or also directories? If so, is it your intention to also transfer the contents of those directories? Then you will need some extra options. Paul Slootman
Thanks Paul, Tried with more options like --rsync-path= and it worked. Regards, VC --- Paul Slootman <paul@debian.org> wrote:> On Mon 25 Apr 2005, VC123 wrote: > > : > > > > rsync /export/home/amg/* amg@coesun05:/export/home/amg > > amg@coesun05's password: > > rsync: connection unexpectedly closed (0 bytes received so far) > > [sender] > > rsync error: error in rsync protocol data stream (code 12) at > io.c(359) > > Try running with -vvv > Is the rsync binary in a "standard" place in the PATH for > amg@coesun05? > > Does /export/home/amg/* expand to files, or also directories? If so, > is > it your intention to also transfer the contents of those directories? > Then you will need some extra options. > > > Paul Slootman >__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com