BackupPC-users

Re: [BackupPC-users] Anyone get rsyncd to work on Windows Server 2008

2010-03-31 19:44:29
Subject: Re: [BackupPC-users] Anyone get rsyncd to work on Windows Server 2008
From: Chris Bennett <chris AT ceegeebee DOT com>
To: John BORIS <jboris AT adphila DOT org>
Date: Thu, 1 Apr 2010 10:12:26 +1030
Hi John,

> I verified that rsyncd is running on the server but I am getting
> Inet Connection refused which probably means there is a firewall
> issue.

You don't need to guess - rsyncd uses TCP port 873 by default.  You
can observe that something is listening on that port on the server
side with netstat, and you can test from any client to the server
using telnet:

# not running, or blocked by firewall
$ telnet localhost 873
Trying 1.2.3.4...
telnet: connect to address 1.2.3.4: Connection refused

# running and accessible from your test client
[a1182492@vilgax ~]$ telnet rsyncserver 873
Trying 5.6.7.8...
Connected to rsyncserver.
Escape character is '^]'.
@RSYNCD: 30.0

Hope that helps.

Regards,

Chris Bennett
cgb

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/