Need help with rsync

2005-04-25 Thread VC123
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/* [EMAIL PROTECTED]:/export/home/amg

Re: Need help with rsync

2005-04-25 Thread Paul Slootman
On Mon 25 Apr 2005, VC123 wrote: : rsync /export/home/amg/* [EMAIL PROTECTED]:/export/home/amg [EMAIL PROTECTED]'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

Re: Need help with rsync

2005-04-25 Thread VC123
Thanks Paul, Tried with more options like --rsync-path= and it worked. Regards, VC --- Paul Slootman [EMAIL PROTECTED] wrote: On Mon 25 Apr 2005, VC123 wrote: : rsync /export/home/amg/* [EMAIL PROTECTED]:/export/home/amg [EMAIL PROTECTED]'s password: rsync: connection unexpectedly

Need help getting rsync working...

2002-03-12 Thread Rsync mail Account
I have so far been unable to get rsync to work properly in a test setup. Does anyone have any ideas? Both PCs are running RedHat 7.2. The Server: IP Address 192.168.0.202 Server Name: RH72TB hosts.allow ALL: 192.168.0.201 rsyncd.conf: [testmodule] path = /tmp The Client: IP Address

Re: Need help getting rsync working...

2002-03-12 Thread Dave Dykstra
To use the rsync --daemon, you need to use two colons after the server name. The next problem you'll probably run into is that you'll need read only = no in rsyncd.conf. - Dave Dykstra On Tue, Mar 12, 2002 at 06:26:12PM +1000, Rsync mail Account wrote: I have so far been unable to get rsync

Re: Need help getting rsync working...

2002-03-12 Thread Brad
PROTECTED] Sent: Wednesday, March 13, 2002 3:53 PM Subject: Re: Need help getting rsync working... On 13 Mar 2002, Brad [EMAIL PROTECTED] wrote: Thanks for the reply Dave. I have added your recommended, read only = no to rsyncd.conf and put 2 colons as you suggested, and now I get: rsync

Re: Need help getting rsync working...

2002-03-12 Thread Brad
PROTECTED] To: Brad [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; Dave Dykstra [EMAIL PROTECTED] Sent: Wednesday, March 13, 2002 3:51 PM Subject: Re: Need help getting rsync working... hi Brad, Since dave is probably sleeping right now and I am in avoidance mode Brad [EMAIL PROTECTED] writes

Re: Need help getting rsync working...

2002-03-12 Thread Martin Pool
On 13 Mar 2002, Brad [EMAIL PROTECTED] wrote: Thanks for your reply Greg. As you suggested, I have typed in: rsync /tmp/sheepb.jpg RH72TB::testmodule/ and it just does a CR-LF with no errors, but the file is not on the server hard drive. I wonder where it has gone? :-)) Now try rsync