You are not logged in.

#1 2020-01-07 02:51:02

lilo78
Member
From: Argentina
Registered: 2010-09-02
Posts: 6
Website

Sizes of the different official repos

Hello! Totality sizes repo comunity?? 42gb??

Offline

#2 2020-01-07 02:52:43

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,772

Re: Sizes of the different official repos

Were you planning to install the entire repo?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#3 2020-01-07 02:55:04

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Sizes of the different official repos

Arch Wiki wrote:

A full mirror is over 50GB in size

https://wiki.archlinux.org/index.php/De … NewMirrors


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#4 2020-01-07 03:06:14

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,522
Website

Re: Sizes of the different official repos

Quite a bit over, I'd say:

$ expac -S "%r %m" | awk '// { size[$1]+=$2;} END { for (repo in size) { printf "%s: %sGiB\n", repo, size[repo] / (1024 * 1024 * 1024); }}'
extra: 29.9921GiB
core: 2.51163GiB
community: 99.9306GiB

Though these are *installed* sizes.

Downloaded size - and storage size on the mirror - is far far less (for these three repos):

$ expac -S "%r %k" | awk '// { size[$1]+=$2;} END { for (repo in size) { printf "%s: %sGiB\n", repo, size[repo] / (1024*1024*1024); }}'
extra: 7.81633GiB
core: 0.599827GiB
community: 28.8422GiB

I gather the 50GB number is including multilib and the various testing repos.

Last edited by Trilby (2020-01-07 03:10:05)


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#5 2020-01-07 03:11:42

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Sizes of the different official repos

Trilby wrote:

I gather the 50GB number is including multilib and the various testing repos.

Yes, mirrors have to host all of the official repos.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#6 2020-01-07 03:21:16

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: Sizes of the different official repos

slithery@black:/mnt/data/repo$ du -h --max-depth=2
167M    ./community/os
167M    ./community
116K    ./community-staging/os
116K    ./community-staging
2.7M    ./community-testing/os
2.7M    ./community-testing
6.5M    ./core/os
6.5M    ./core
74M     ./extra/os
74M     ./extra
216K    ./gnome-unstable/os
216K    ./gnome-unstable
5.2G    ./iso/archboot
1.3G    ./iso/2019.09.01
1.4G    ./iso/2019.10.01
1.4G    ./iso/2019.11.01
1.4G    ./iso/2019.12.01
11G     ./iso
3.9M    ./kde-unstable/os
3.9M    ./kde-unstable
4.4M    ./multilib/os
4.4M    ./multilib
32K     ./multilib-staging/os
32K     ./multilib-staging
128K    ./multilib-testing/os
128K    ./multilib-testing
33G     ./pool/community
9.7G    ./pool/packages
43G     ./pool
88K     ./staging/os
88K     ./staging
1.5M    ./testing/os
1.5M    ./testing
8.0K    ./.~tmp~
53G     .

[community] is 33G


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#7 2020-01-07 03:26:49

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,522
Website

Re: Sizes of the different official repos

Slitery ... that's clearly not right.  Just take a single example of tensorflow-cuda which is in [community]; the package itself is 228MiB.  How can your entire [community] directory be on 167M?

EDIT: ooh, nevermind, it's under "pool"

Last edited by Trilby (2020-01-07 03:27:58)


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#8 2020-01-07 03:28:15

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: Sizes of the different official repos

Thats only the db's and symlinks - the packages are in pool/community.


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#9 2020-01-07 14:52:45

lilo78
Member
From: Argentina
Registered: 2010-09-02
Posts: 6
Website

Re: Sizes of the different official repos

Thanks!!
38G    /mnt/datos_2/arch_mirror
Core + extras + comunity

Offline

Board footer

Powered by FluxBB