1 |
__ __ _ |
2 |
| \/ | __ _ __ _ ___(_) __ _ |
3 |
| |\/| |/ _` |/ _` |/ _ \ |/ _` | |
4 |
| | | | (_| | (_| | __/ | (_| | |
5 |
|_| |_|\__,_|\__, |\___|_|\__,_| |
6 |
|___/ |
7 |
|
8 |
This document describes the way to implement a Mageia Mirror. |
9 |
|
10 |
1) Prerequisite |
11 |
--------------- |
12 |
|
13 |
The expected size of the mirror is around 700GB. |
14 |
|
15 |
You need rsync software to synchronise the tree. |
16 |
|
17 |
2) Official source |
18 |
------------------ |
19 |
|
20 |
For public mirror, we encourage you to use one of our Tier1 mirror. |
21 |
|
22 |
Theses servers synchronises the tree directly from the Mageia rsync server. |
23 |
|
24 |
o rsync://distrib-coffee.ipsl.jussieu.fr/mageia/ |
25 |
located in Paris (France) |
26 |
o rsync://ftp.LinuxCabal.org/Mageia/ |
27 |
located in Lucern (Switzerland) |
28 |
o rsync://distro.ibiblio.org/mageia/ |
29 |
located in USA |
30 |
|
31 |
3) Rsync options |
32 |
---------------- |
33 |
|
34 |
Ensure you're using at least these options: |
35 |
|
36 |
-a -H |
37 |
|
38 |
We appreciate if, in addition, you also add the options: |
39 |
|
40 |
--delete-after -S |
41 |
|
42 |
Don't use the compression and checksum options, they create excessive |
43 |
load on the remote server |
44 |
|
45 |
4) Automated update procedure |
46 |
----------------------------- |
47 |
|
48 |
The tree must be synchronized at least every 2 hours. |
49 |
|
50 |
Please ensure that another rsync process is not started while a first |
51 |
one is still running. Use a lock file. |
52 |
|
53 |
5) Registering your mirror |
54 |
-------------------------- |
55 |
|
56 |
Goto at http://mirrors.mageia.org/new and enter all possible protocol. |
57 |
|