I am running the rsync server on a windows xp machine on my local network. It is taking about 10-15 secs for me to get a connection with the rsync server. Once the connection is established, i am getting transfer speeds of 5-6MBps which is great. For every connection i see:
name lookup failed for 192.168.0.76: Unknown server error [3820] connect from UNKNOWN (192.168.0.76) I wonder if there is a way to disable the name lookup? My conf file looks like: use chroot = false strict modes = false hosts allow = * log file = c:/rsyncd.log # Label your rsync share here. Must be encased in square brackets. # should be name of host (ie: staging.footjoy.com) [rsync.test] path = /cygdrive/c/rsync/ read only = no list = yes -- View this message in context: http://www.nabble.com/slow-rsync-connection-establish-tp21447607p21447607.html Sent from the Samba - rsync mailing list archive at Nabble.com. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html