docs: update doc/mirroring
This commit is contained in:
parent
db5bdd90e4
commit
56e5f4677d
|
@ -2,7 +2,7 @@
|
||||||
title: Mirroring
|
title: Mirroring
|
||||||
description:
|
description:
|
||||||
published: true
|
published: true
|
||||||
date: 2020-12-16T22:17:17.857Z
|
date: 2020-12-16T22:19:28.716Z
|
||||||
tags: documentation
|
tags: documentation
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2020-03-14T19:10:14.516Z
|
dateCreated: 2020-03-14T19:10:14.516Z
|
||||||
|
@ -13,16 +13,16 @@ dateCreated: 2020-03-14T19:10:14.516Z
|
||||||
|
|
||||||
### Mirmon (Mirrors manager)
|
### Mirmon (Mirrors manager)
|
||||||
From here you can see if a mirror is regularly up to date
|
From here you can see if a mirror is regularly up to date
|
||||||
https://mirmon.openmandriva.org/
|
- https://mirmon.openmandriva.org/
|
||||||
|
|
||||||
### Mirrorbits
|
### Mirrorbits
|
||||||
You can see where the mirrors are distributed around the world.
|
You can see where the mirrors are distributed around the world.
|
||||||
http://mirror.openmandriva.org:8080?mirrorstats
|
- http://mirror.openmandriva.org:8080?mirrorstats
|
||||||
|
|
||||||
## Get the closest mirror
|
## Get the closest mirror
|
||||||
Mirrorbits can redirect automatically to the closest mirror, for instance
|
Mirrorbits can redirect automatically to the closest mirror, here is an example with a simple txt file available on repositories:
|
||||||
- Immediate redirection: http://mirror.openmandriva.org:8080/release_current/README.txt
|
- Immediate redirection: http://mirror.openmandriva.org/release_current/README.txt
|
||||||
- Visual representation http://mirror.openmandriva.org:8080/release_current/README.txt?mirrorlist
|
- Visual representation http://mirror.openmandriva.org/release_current/README.txt?mirrorlist
|
||||||
|
|
||||||
## T1 mirrors
|
## T1 mirrors
|
||||||
|
|
||||||
|
@ -47,9 +47,9 @@ We have three T1 mirrors
|
||||||
|
|
||||||
## Setting up a mirror
|
## Setting up a mirror
|
||||||
If you want to support us by setting up a mirror for OpenMandriva Lx, please choose one of the three T1 servers as origin with, for instance, one of the following command samples:
|
If you want to support us by setting up a mirror for OpenMandriva Lx, please choose one of the three T1 servers as origin with, for instance, one of the following command samples:
|
||||||
`rsync -av rsync://openmandriva.c3sl.ufpr.br/openmandriva/ /local/path`
|
- `rsync -av rsync://openmandriva.c3sl.ufpr.br/openmandriva/ /local/path`
|
||||||
`rsync -av rsync://mirror.yandex.ru/openmandriva/ /local/path`
|
- `rsync -av rsync://mirror.yandex.ru/openmandriva/ /local/path`
|
||||||
`rsync -av distro.ibiblio.org::openmandriva/ /local/path/`
|
- `rsync -av distro.ibiblio.org::openmandriva/ /local/path/`
|
||||||
> Don't forget the ''TIME.txt'' file. It is needed by Mirmon and Mirrobits to work correctly.
|
> Don't forget the ''TIME.txt'' file. It is needed by Mirmon and Mirrobits to work correctly.
|
||||||
>
|
>
|
||||||
> At least '''600GB''' of free disk space is needed
|
> At least '''600GB''' of free disk space is needed
|
||||||
|
@ -62,7 +62,7 @@ Our T0 mirror, ABF, is where packages are compiled and distributed. There are mu
|
||||||
|
|
||||||
Its content can be explored with this address:
|
Its content can be explored with this address:
|
||||||
|
|
||||||
http://abf.openmandriva.org
|
- http://abf.openmandriva.org
|
||||||
|
|
||||||
Mirrorbits will always redirect to ABF if a file doesn't exist in any mirror. For instance:
|
Mirrorbits will always redirect to ABF if a file doesn't exist in any mirror. For instance:
|
||||||
- http://mirror.openmandriva.org:8080/release_current/README.txt
|
- http://mirror.openmandriva.org:8080/release_current/README.txt
|
||||||
|
|
Loading…
Reference in New Issue