Community
Participate
Working Groups
I'm trying to rsync our builds to eclipse.org and am getting timeouts. rsync: failed to connect to download1.eclipse.org: Connection timed out (110) rsync error: error in socket IO (code 10) at clientserver.c(94)
How much bribing will it take to get you to use rsync over ssh?
Please send me the rsyncd.conf stanzas the eclipseDownloads and eclipseUpdates site and I'll change them to use ssh. The equinox bits are already transferred this way.
I don't understand. rsync over ssh doesn't use our rsyncd. rsync -e ssh kmoir@dev.eclipse.org:.......... In any case, your rsync to download1 should work at this time, but using ssh would be a good thing.
I know. I just want the rsyncd.conf so I can verify that I specify the directories correctly using ssh :-)
Thanks, I've switched to running it over ssh.
Verified that the builds are there.