Set up a local repository for NethServer

do a rsync of an official repository and set up a local repository for nethserver; for an example something like that.

[root@smemirror ~]# cat /etc/cron.d/cron-nethserver
15 */3 * * * root rsync --progress -aHS --partial --delete-after rsync://mirror.nethserver.org/nethserver /path /to/your/web/folder/>/dev/null 2>&1

set up a web server where you do the rsync with Indexes FollowSymLinks enabled

once it is good you can browse the whole local repository, then you must play with dns and redirect all url you can find in the status of nethserver.org mirrors to your local web server (except the main url mirror.nethserver.org) . Of course your web server must resolve locally all these URL

the repository is closed, I don’t know if the dzoote repository gets a rsync access.

alternatively, ask to an university to create a repository in venezuela for your needs, see How to create your own NethServer mirror

6 Likes