Jon TURNEY sent the following at Monday, March 10, 2014 12:17 PM >On 10/03/2014 09:36, Alexander Kurilo wrote: >> could anyone say how much space does Cygwin mirror currently take? >> I'll be really grateful if someone can run du -hs * (or something similar) in >> the root of existing Cygwin mirror and post the output (or hint how can I see >> it myself given an existing mirror). > >$ du -hs * 4.0K md5.sum 48K unsupported 22G x86 15G x86_64
curl -s ftp://mirror.cs.vt.edu/pub/cygwin/cygwin/x86/setup.ini | \ gawk '/^install: / || /^source: / { T = T + $3 ; N++ }; END { print N, T }' 9601 54669681355 32 bit is 55G in 9.6k files. curl -s ftp://mirror.cs.vt.edu/pub/cygwin/cygwin/x86_64/setup.ini | \ gawk '/^install: / || /^source: / { T = T + $3 ; N++ }; END { print N, T }' 7179 44743121652 64 bit is 45G in 7.2k files. - Barry Disclaimer: Statements made herein are not made on behalf of NIAID.