You are not logged in.
Pages: 1
Use rsync for creating mirrors:
rsync -av rsync://buildmaster.archlinux32.org/archlinux32 /srv/http/mirror/
Allow Indexes in options (Apache) and make sure to show full file names:
Options +Indexes
<IfModule mod_autoindex.c>
IndexOptions NameWidth=*
</ifModule>
Offline
Hmmm... Oracle has a free single-core ARM instance. Worth experimenting with mirror creation and syncing on there?
Offline
Pages: 1