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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; q=dns; s= default; b=eLTkl45MZ0k2W5qu+/NPi0AOXQW8zQRRjU5CKAbDbFm50+MSgaIru CRLwmu53/lsqK0iODA+1sDOHj7r3D6TUEAMdKhTyVJZpIRlR3wAF9OT2olrmA48p E/mkR3lcCjsX0/lQ4IMwCxkaIDLBddPXdWOMa/15HxKG+2MGOMwSmo= 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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; s=default; bh=ClnEQKR96KJCcaKiUAgtXmI4nkA=; b=IpEtrtj0z8IikLFZC4NtSE2WDQvc yjzmJvtLUKsH5BSP51xsQU9FwahBbJBirgt32MqOSRofobKARtTU+Wu3tFXikslG AbIOjbwCtXUAnAdxyDdYjMVBBxoV2ZXSOk0xQMPeHUhzg1/u7EvjCF9VSd5GZmMe 8VsaMlkxcsdvhvY= 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 X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,TW_CG autolearn=ham version=3.3.1 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Report-Abuse-To: abuse AT dyndns DOT com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/yFH4RM1lc4RFQP6BpRegY Date: Thu, 27 Jun 2013 12:59:59 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: offline cygwin install question Message-ID: <20130627165959.GA7709@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <51CB4C14 DOT 4030909 AT molconn DOT com> <20130627083233 DOT GI6966 AT calimero DOT vinschen DOT de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130627083233.GI6966@calimero.vinschen.de> User-Agent: Mutt/1.5.20 (2009-06-14) On Thu, Jun 27, 2013 at 10:32:33AM +0200, Corinna Vinschen wrote: >On Jun 26 16:16, LMH wrote: >> I have a win7 64-bit machine that is not online and I want to update >> the cygwin install. What is the best method for doing this? Can I >> just copy the current cygwin install off of my XP 32-bit machine and >> drop it into the 64-bit win7 rig, or will that create a problem? > >The easiest way, especially if you have more than one machine, is >IMHO to create a local mirror of the Cygwin distro first: > > > mkdir cygwin > rsync -av --delete-after cygwin.com:cygwin/ cygwin > >This creates a local mirror of the 32 and 64 bit Cygwin versions. >The 32 bit version is more complete and runs on 32 and 64 bit, >as cgf pointed out. Yow. Please don't encourage people to perform high-bandwith-consuming operations to cygwin.com. I don't want to have to start limiting rsync access to cygwin.com because everyone thinks that doing full copies of the release area is a good idea. You could use an rsync mirror (see http://cygwin.com/mirrors.html) for this but this seems like severe overkill for what the OP wanted. Duplicating their installation from one system to another shouldn't involve downloading the whole Cygwin release, whether it is 32-bit or 64-bit. cgf -- 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