First things first. How did you install rsyncd on the server? Did you use
the cygwin-rsyncd package from the sourceforge site?

http://sourceforge.net/project/showfiles.php?group_id=34854&package_id=88133

Odds are very good that you have a windows or other software firewall in
place. You need to punch a hole at port 873 for rsync to get through.

If you are using the cygwin-rsyncd package, I've found that windows server
2000 is usually friendly with the hosts allow = a.b.c.d/n notation, but
server 2003 usually insists that it is just the IP of the backuppc server.

Also, as listed above, try signing in to your backuppc box as the backuppc
user, and just try "rsync host::" The module part will be printed for you.
If "rsync host::" doesn't return anything, you aren't making a connection to
the windows box.

Peace,
Jim



On Tue, Jun 17, 2008 at 8:38 PM, David Kuntadi <[EMAIL PROTECTED]> wrote:

> On Tue, Jun 17, 2008 at 7:30 PM, Les Mikesell <[EMAIL PROTECTED]>
> wrote:
>
> > rsync host::module
> >
> > The double colons indicate a standalone remote and if you don't give a
> 2nd
> > argument you'll get a directory listing instead of a copy.  If you don't
> get
> > a connection, check for firewalling between or on the client.
>
> When I try:
>
> rsync xxx.xxx.xxx.xxx(client IP address)::module
>
> I got:
> rsync: failed to connect to XXX.XXX.XXX.XXX: Connection refused (111)
> rsync error: error in socket IO (code 10) at clientserver.c(98)
>
> Regards,
> David
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> BackupPC-users mailing list
> BackupPC-users@lists.sourceforge.net
> List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki:    http://backuppc.wiki.sourceforge.net
> Project: http://backuppc.sourceforge.net/
>
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to