Doug
Doug

Reputation: 81

How many TB for Linux-only PyPI mirror?

How many TB are needed to hold a PyPI mirror for Linux only, using bandersnatch 3.6.0 installed with anaconda, and the default bandersnatch.conf plus:

[plugins]
enabled =
    exclude_platform

[blacklist]
platforms =
    windows
    macos
    freebsd

P.S. This comes down to: How much of PyPI is specific to Windows, macOS, and FreeBSD, as opposed to being general, or Linux-specific? https://pypi.org/stats/ says: "Sum of release files -- ALL of PyPI: 6.6 TB"

Upvotes: 3

Views: 2319

Answers (1)

Doug
Doug

Reputation: 81

bandersnatch mirror download finally finished: 4,148 GB used.

(Took 230 hours, over a residential internet connection that Ookla https://www.speedtest.net/ reports as anywhere between 25 and 75 Mbps depending on time of day and how many Zoom sessions / youtube videos the residents are running.)

Upvotes: 4

Related Questions