LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Dragora GNU/Linux-Libre (https://www.linuxquestions.org/questions/dragora-gnu-linux-libre-110/)
-   -   Mirror request (https://www.linuxquestions.org/questions/dragora-gnu-linux-libre-110/mirror-request-4175508666/)

selkfoster 06-20-2014 03:33 PM

Mirror request
 
Hello,

I write this to see if anyone can make a mirror of rsync://antifaz.usla.org.ar/dragora/ (directories: dragora-2.2 and dragora-current). This is the address of our (donated) rsync server, this is where all the source code and packages are uploaded (tarballs), the mirror of this is at mirror.fsf.org/dragora/ (available in HTTP and RSYNC). It would be nice if we can have another option, so the users can get the security updates "quickly" without consuming the bandwidth of the main rsync.

Any help is appreciated.

unSpawn 06-21-2014 08:24 PM

FWIW there's actually quite a few public mirror services like for example the "UK" (as in Kent) mirror service (help@mirrorservice.org) or GARR (iwantamirror@cilea.it) you could ask...

frusen 06-23-2014 01:15 PM

I've put up a mirror on my server. You can browse it at this address:
http://gungre.ch/dragora/mirror/

To clone the entire repository or one of the branches in the current directory:
Code:

rsync -aviz gungre.ch::dragora .
rsync -aviz gungre.ch::dragora/dragora-2.2 .

or:
Code:

rsync -aviz rsync://gungre.ch/dragora .
rsync -aviz rsync://gungre.ch/dragora/dragora-2.2 .



All times are GMT -5. The time now is 06:26 AM.