Hi.
Did anyone reposync entire Fedora x86 packages lately, with both release and updates? How much space do I need?
For anyone curious, CentOS9+epel+epelnext+modules+crb is 205 gigabytes and growing slowly.
thanks
On Sun, 2 Feb 2025 at 10:21, Łukasz Posadowski mail@lukaszposadowski.pl wrote:
Did anyone reposync entire Fedora x86 packages lately, with both release and updates? How much space do I need?
https://fedoraproject.org/wiki/Infrastructure/Mirroring points to https://dl.fedoraproject.org/pub/DIRECTORY_SIZES.txt which indicates 3.6TB for absolutely everything.
On 2025-02-02 at 10:28 +0000, Will McDonald wrote:
On Sun, 2 Feb 2025 at 10:21, Łukasz Posadowski mail@lukaszposadowski.pl wrote:
Did anyone reposync entire Fedora x86 packages lately, with both release and updates? How much space do I need?
https://fedoraproject.org/wiki/Infrastructure/Mirroring%C2%A0points to https://dl.fedoraproject.org/pub/DIRECTORY_SIZES.txt%C2%A0which indicates 3.6TB for absolutely everything.
That is about... cat DIRECTORY_SIZES.txt | grep '/41/' | grep 'x86_64' | grep -Ev '[0- 9]K' | cut -d$'\t' -f1 | grep -Ev 'M$' | cut -d'G' -f1 | awk '{gigabytes+=$1} END {print gigabytes}' ... below 2,5T for sure. (-: