MyBB Community Forums

Full Version: rsync issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to set up a Mozilla mirror, and I'm getting this error. I don't know what the problem is... Any ideas?
http://www.mozilla.org/community/mirroring.html

Quote:[root@<host> html]# rsync -a --delete --delete-before releases-rsync.mozilla.org::mozilla-current/ ./
rsync: connection unexpectedly closed (0 bytes received so far) [receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(600) [receiver=3.0.6]

Thanks!
Make sure that rsync is in the same directory on both servers

Maybe this can help more:
http://stackoverflow.com/questions/72610...12-at-io-c
(2012-11-09, 11:32 PM)magicstuff Wrote: [ -> ]Make sure that rsync is in the same directory on both servers

Maybe this can help more:
http://stackoverflow.com/questions/72610...12-at-io-c

How am I supposed to do that? The one server is Mozilla's. Regardless, I've decided not to do this. Thanks though.