You are not logged in.

#1 2023-12-28 18:10:09

andreas_baumann
Administrator
From: Zurich, Switzerland
Registered: 2017-08-10
Posts: 833
Website

Creating Mirrors

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

#2 2024-01-30 20:33:33

Eirikr1848
Member
Registered: 2022-04-09
Posts: 23

Re: Creating Mirrors

Hmmm... Oracle has a free single-core ARM instance. Worth experimenting with mirror creation and syncing on there?

Offline

Board footer

Powered by FluxBB