On 2025-02-02 at 10:28 +0000, Will McDonald wrote: > On Sun, 2 Feb 2025 at 10:21, Łukasz Posadowski > <m...@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.
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. (-: -- Łukasz Posadowski -- _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue