1833777 Members
2126 Online
110063 Solutions
New Discussion

Re: RSYNC Issue

 
Mike_305
Super Advisor

RSYNC Issue

Hello,

I am trying to copt the files from one system to another and keep getting error. I can rlogin fine. Help is appreciate and thanks in advance.

Regards,

MJ

********************
abc123.root /etc$ /usr/local/bin/rsync -v -r -a -u -o -p -g * rsync://root@xys789:/home/data
rsync: failed to connect to xys789: Connection refused (239)
rsync error: error in socket IO (code 10) at clientserver.c(107) [sender=2.6.8]
abc123.root /etc$
********************
If there is problem then don't think as problem, think as opportunity.
4 REPLIES 4
RobertK_1
Occasional Advisor

Re: RSYNC Issue

rsync need to rsync service started.

Regards,
Robert
Bill Hassell
Honored Contributor

Re: RSYNC Issue

rsync requires that the destination machine also have rsync installed. In addition, rsync only looks in a couple of locations so if the destination has rsync in a different location, use the --rsync-path=PATH option.


Bill Hassell, sysadmin
Mike_305
Super Advisor

Re: RSYNC Issue

Hello,

Rsync is installed on both machine and I didnot had chance to check rsync out but between RSYNC and RCP I was getting the same error and I was able to fix RCP error by fixing "NSSWITCH. CONF" file. So I am thinking that rsync is working.

Enjoy the points. Thanks and appreciate your help.

Regards,

MJ
If there is problem then don't think as problem, think as opportunity.
Mike_305
Super Advisor

Re: RSYNC Issue

Enjoy the points. Thanks and appreciate your help.

Regards,

MJ
If there is problem then don't think as problem, think as opportunity.