aboutsummaryrefslogtreecommitdiffstats
path: root/english/mirror/size.wml
blob: 606762e31d7bc90eb1f108a7d4086b461cadf139 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#use wml::debian::template title="Mirror Size"

<h2>How big is the Debian archive?</h2>

# (note for the English editors on how to update some of the numbers below)
# dak psql database on ftp-master is 'projectb'
# and there's a copy on merkel
# projectb=> select architecture.arch_string as Architecture,
#            sum(files.size)/1024/1024/1024 as Size
#            from files,binaries,architecture
#            where architecture.id=binaries.architecture
#            and files.id=binaries.file
#            group by architecture.arch_string
#            order by Size;
# projectb=> select sum(size)/1024/1024/1024 from files where
#            filename ~ '.diff.gz$' or filename ~ '.dsc$'
#            or filename ~ '.orig.tar.gz$';
# projectb=> select sum(files.size)/1024/1024/1024
#            from files, binaries, architecture
#            where architecture.id=binaries.architecture
#            and files.id=binaries.file
#            and architecture.arch_string='i386';

# wc -c'ing files inside the debian/ directory might occasionally give
# slightly different results than the SQL queries, but the difference
# is usually negligible -joy

<p>Numbers on this page are updated daily.</p>

<table>
<tr><th>Architecture</th>  <th>Size in GB</th></tr>
#include "$(ENGLISHDIR)/mirror/size.data"
</table>

<p>Note that the archive is constantly growing; testing will grow especially
as a release approaches. Also, we do not recommend reducing size of a mirror
by excluding specific distributions; exclude specific architectures instead,
according to their <a href="https://popcon.debian.org/">popularity</a>.</p>

<h3>How big is the Debian CD archive?</h3>

<p>The CD archive varies greatly across mirrors &mdash; the Jigdo files are
around 100-150 MB per architecture, while the full DVD/CD images are
around 15 GB each, plus extra space for the <q>update</q> CD images,
Bittorrent files, etc.</p>

<p>For more information about the CD archive mirroring, please see
the <a href="../CD/mirroring/">Debian CD mirror pages</a>.</p>

© 2014-2024 Faster IT GmbH | imprint | privacy policy