An NT problem?

Dave Dykstra dwd at bell-labs.com
Sat Mar 9 08:22:40 EST 2002


On Mon, Mar 04, 2002 at 08:30:04PM -0500, Mike Westkamper wrote:
> 
> Gentlemen;
> 
> I installed the Cygwin/Rsync on NT per
> http://optics.ph.unimelb.edu.au/help/rsync/
> 
> When trying to access it from a linux machine I always get:
> 
> [root at auxfs backups]# rsync rsync://192.168.1.205/ .
> read error: Connection reset by peer
> [root at auxfs backups]#

rsync:// requires the rsync daemon to be running on 192.168.1.205 on port 873.

> OR
> 
> [root at auxfs backups]# rsync 192.168.1.205:/ .
> 192.168.1.205: Connection refused
> unexpected EOF in read_timeout
> [root at auxfs backups]#

That method requires rsh to 192.168.1.205 to work.


> Any suggestions will be greatly appreciated.
> 
> Mike

- Dave Dykstra




More information about the rsync mailing list