By: Gene Liverman user 10 Aug 2016 at 3:40 p.m. CDT

10 Responses
Gene Liverman gravatar
Do you all offer rsync access to your repo so that I can mirror it here locally? If so, what url should I sync from? Thanks!

By Michael Schwartz Account Admin 10 Aug 2016 at 4:52 p.m. CDT

Michael Schwartz gravatar
Adrian, can you comment on this?

By Adrian Alves staff 10 Aug 2016 at 5:40 p.m. CDT

Adrian Alves gravatar
Hello Gene, Yes, you can "rsync" our repos anytime. no issues with that and you don't need any special just rsync. Let me know if you have any further question about it. Cheers, Adrian.-

By Gene Liverman user 11 Aug 2016 at 9:40 a.m. CDT

Gene Liverman gravatar
Maybe I am missing something but it doesn't appear to me that rsync is allowed. Here is what I have tried: ```bash [vagrant@gluubox01 ~]$ rsync repo.gluu.org:: rsync: failed to connect to repo.gluu.org (104.239.197.44): Connection refused (111) rsync error: error in socket IO (code 10) at clientserver.c(122) [Receiver=3.0.9] [vagrant@gluubox01 ~]$ rsync rsync://repo.gluu.org/ ./ --dry-run rsync: failed to connect to repo.gluu.org (104.239.197.44): Connection refused (111) rsync error: error in socket IO (code 10) at clientserver.c(122) [Receiver=3.0.9] [vagrant@gluubox01 ~]$ rsync rsync://repo.gluu.org/centos ./ --dry-run rsync: failed to connect to repo.gluu.org (104.239.197.44): Connection refused (111) rsync error: error in socket IO (code 10) at clientserver.c(122) [Receiver=3.0.9] ```

By Adrian Alves staff 11 Aug 2016 at 6:27 p.m. CDT

Adrian Alves gravatar
Hello Gene, try this: wget --no-check-certificate --limit-rate=20K -r -p -U Mozilla https://repo.gluu.org/debian/ folder by folder debian ubuntu centos rhel Hope that works for you. Adrian.-

By Gene Liverman user 11 Aug 2016 at 6:53 p.m. CDT

Gene Liverman gravatar
I'll give that a try but I take it that means there is no access via rsync?

By Michael Schwartz Account Admin 11 Aug 2016 at 7:14 p.m. CDT

Michael Schwartz gravatar
Can rsync use https? The folder is public.

By Gene Liverman user 11 Aug 2016 at 7:54 p.m. CDT

Gene Liverman gravatar
Unfortunately no, rsync is its own protocol.

By Adrian Alves staff 11 Aug 2016 at 10:33 p.m. CDT

Adrian Alves gravatar
I will check with our sysadmin how to enable rsync, not sure if we allow that. Cheers Adrian.-

By Adrian Alves staff 11 Aug 2016 at 10:39 p.m. CDT

Adrian Alves gravatar
Hello Gene, We are not supporting rsync protocol yet but we are working on it soon as we get many request for other publics mirrors, we're putting you on the notification list... as soon as we get enough requests, we'll do this. Cheers, Adrian.-

By Gene Liverman user 12 Aug 2016 at 6:52 a.m. CDT

Gene Liverman gravatar
Thank you!