aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/mirror/size.wml
blob: db577cd3b985b76c501ba1803ee69c1512f0f35f (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
49
50
51
52
53
54
55
56
57
58
59
60
61
#use wml::debian::template title="ミラーサイズ"
#use wml::debian::translation-check translation="4344d5db1682307b8f340a27301da96a72137cf1"

<h2>Debian アーカイブの大きさは?</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>このページにあげられている数値は、毎日更新されています。</p>

<table>
<tr><th>アーキテクチャ</th>  <th>サイズ (GB)</th></tr>
#include "$(ENGLISHDIR)/mirror/size.data"
</table>

<p>アーカイブは常に増加し続けていることに注意してください。
テスト版はリリース時期になると特に増加するでしょう。
また、特定のディストリビューションを除外してミラーのサイズを減少させることは推奨されていません。
代わりに <a href="https://popcon.debian.org/">人気投票</a> に基づいて
特定のアーキテクチャを除外するようにしてください。</p>

<h3>Debian CD アーカイブの大きさは?</h3>

<p>CD アーカイブはミラーによって全く違ってきます &mdash; Jigdo
ファイルはアーキテクチャごとに約 100-150 MB ですが完全な
DVD/CD はそれぞれ約 15 GB、さらに<q>更新</q>の CD イメージ、Bittorrent
ファイル等の容量が追加されます。</p>

<p>CD アーカイブのミラー作業についての詳細は、<a
href="../CD/mirroring/">Debian CD ミラー</a>のページを参照してください。</p>

<h3>Debian セキュリティアーカイブの大きさは?</h3>

<p>debian-security アーカイブは約 54 GB です。</p>

<h2>ミラーの定期更新の大きさは?</h2>

<p>main Debian アーカイブについては、
<a href="https://ftp-master.debian.org/size-quarter.png">日々の実行サイズのグラフ</a>
を参照してください。</p>

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