|
|
(не показаны 3 промежуточные версии 2 участников) |
Строка 1: |
Строка 1: |
| [[Категория:Admin]] | | #REDIRECT [[en:Mirror]] |
|
| |
|
| == ALT Linux Mirrors ==
| | [[Category:Admin]] |
| | | [[Category:APT]] |
| === what, where, how much ===
| |
| | |
| The whole repository including ISOs is at rsync://rsync.altlinux.org/ALTLinux/ [125Gb as of 2007-09-24], parts of it are updated roughly daily. There are also distinct parts specifically worth mirroring, namely latest stable release (4.0) and current/unstable branch (Sisyphus). Overall picture is currently like this:
| |
| | |
| The «wholesale» location is here:
| |
| <tt>rsync://rsync.altlinux.org/ALTLinux/</tt> is 125G as of 2007-09-24 including four releases (since 2004) and daily-updated unstable (Sisyphus/)
| |
| | |
| Latest stable release is here (uses hardlinks):
| |
| <tt>rsync://rsync.altlinux.org/ALTLinux/4.0/</tt>
| |
| : 58Gb, static+updated; consists of:
| |
| * <tt>rsync://rsync.altlinux.org/ALTLinux/4.0/Desktop/</tt>
| |
| : 14Gb (4.0.0, i586) — static between point releases
| |
| * <tt>rsync://rsync.altlinux.org/ALTLinux/4.0/Server/</tt>
| |
| : 45Gb (4.0.0+4.0.1, i586+x86_64) — ditto
| |
| * <tt>rsync://rsync.altlinux.org/ALTLinux/4.0/branch/</tt>
| |
| : 25Gb (current, i586+x86_64) — updated daily to weekly
| |
| | |
| Its ISOs are here (included in the above):
| |
| * <tt>[ftp://ftp.altlinux.org/pub/distributions/ALTLinux/4.0/Desktop/current/iso/ ftp://ftp.altlinux.org/pub/distributions/ALTLinux/4.0/Desktop/current/iso/]</tt>
| |
| : 4.4Gb, static between point releases
| |
| * <tt>[ftp://ftp.altlinux.org/pub/distributions/ALTLinux/4.0/Server/current/iso/ ftp://ftp.altlinux.org/pub/distributions/ALTLinux/4.0/Server/current/iso/]</tt>
| |
| : 18Gb, ditto
| |
| | |
| Updates are maintained here:
| |
| <tt>rsync://rsync.altlinux.org/ALTLinux/updates/</tt> — ca. 3.6Gb as of 2007-09-24
| |
| | |
| Unstable branch lives at:
| |
| <tt>rsync://rsync.altlinux.org/ALTLinux/Sisyphus/</tt> — 32Gb as of 2007-09-24 (incl. orphaned/obsolete which aren’t usually needed)
| |
| | |
| ''TODO: add year-over-year growth rates observed, see archives''
| |
| | |
| === excludes ===
| |
| You might want to specificaly exclude known ancient (e.g. there is Compact/2.3 and Master/2.4 there, current releases published like 4.0/{Desktop,Server, branch} which really is more logical) — or too specific — parts of the archive:
| |
| <pre>'*GIVC/*'
| |
| '*Castle/*'
| |
| '*Compact/*'
| |
| '*Junior/*'
| |
| '*Master/*'
| |
| '*Mozilla/*'
| |
| '*OpenOffice/*'
| |
| '*unsupported/*'
| |
| '*obsolete/*'</pre>
| |
| and probably <tt>'*orphaned/*'</tt> although that’s rather limbo than end-of-life for a package.
| |
| | |
| The corresponding rsync commandline addition is:
| |
| <tt>--exclude '*/GIVC/*' --exclude '*/Castle/*' --exclude '*/Compact/*' --exclude '*/Junior/*' --exclude '*/Master/*' --exclude '*/Mozilla/*' --exclude '*/OpenOffice/*' --exclude '*/unsupported/*' --exclude '*/obsolete/*'</tt>
| |
| | |
| === references ===
| |
| * [[Mirror|Sisyphus mirror]] — an article in Russian, including scripts for daily snapshots
| |