X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:reply-to:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=hDijc7s1dN0ujEzR DQCRfWbV4tTF4dDfbJYncpglRm9IW1sLL4hamO+/3uPl+xKO22xk2mkKNP61+JRR Al2WS3/gYWaqb5iRfnF4NdhC5VmNi33cs7QhI1UE5FF+LYX7buVhL3Oon5y0Rua7 fwEYzDGCA6xjkF0cbBkUvp35Tg4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:reply-to:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; s=default; bh=3lwhTPbPrTLWei/H1XBww+ VyQjc=; b=Sqf1fDXcGurQh3Uk+PRBsbcm9dg9xljk6ajVBtrqdQ9mCzSOsDi4x6 1kadL9/iQQxU/gBDlfXoRL3VEu3Ra5FWNYbf64Rcmlf8aroOStLd37KzU+IOPqr3 Y5hpaO9o+gAIIKnUzaK8lctNb9Ib7KWFVrSNTEnhOmOQPJNYjZy24= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: smtpout06.bt.lon5.cpcloud.co.uk X-CTCH-RefID: str=0001.0A090208.531F0CE7.000D,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 X-Junkmail-Premium-Raw: score=8/97,refid=2.7.2:2014.3.11.94814:17:8.317,ip=,rules=__MOZILLA_MSGID, __HAS_MSGID, __SANE_MSGID, __HAS_FROM, __HAS_REPLYTO, __USER_AGENT, __MOZILLA_USER_AGENT, __MIME_VERSION, __TO_MALFORMED_2, __TO_NO_NAME, __BOUNCE_CHALLENGE_SUBJ, __BOUNCE_NDR_SUBJ_EXEMPT, __SUBJ_ALPHA_END, __IN_REP_TO, __CT, __CT_TEXT_PLAIN, CT_TEXT_PLAIN_UTF8_CAPS, __CTE, __ANY_URI, __URI_NO_MAILTO, __URI_NO_WWW, __URI_NO_PATH, __STOCK_PHRASE_7, __SUBJ_ALPHA_NEGATE, __FORWARDED_MSG, BODY_SIZE_1100_1199, BODYTEXTP_SIZE_3000_LESS, __MIME_TEXT_ONLY, __URI_NS, HTML_00_01, HTML_00_10, BODY_SIZE_5000_LESS, BODY_SIZE_2000_LESS, REPLYTO_FROM_DIFF_ADDY, BODY_SIZE_7000_LESS X-CTCH-Spam: Unknown Message-ID: <531F0CF8.5020906@dronecode.org.uk> Date: Tue, 11 Mar 2014 13:17:44 +0000 From: Jon TURNEY Reply-To: cygwin AT cygwin DOT com User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com CC: "Buchbinder, Barry (NIH/NIAID) [E]" Subject: Re: Current mirror size References: <531DE579 DOT 3060405 AT dronecode DOT org DOT uk> <6CF2FC1279D0844C9357664DC5A08BA2263884 AT MLBXV06 DOT nih DOT gov> In-Reply-To: <6CF2FC1279D0844C9357664DC5A08BA2263884@MLBXV06.nih.gov> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 10/03/2014 20:09, Buchbinder, Barry (NIH/NIAID) [E] wrote: > 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. Good idea! But these size numbers are not right, as this method counts the size of a source package for every binary package which is built from it. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple