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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=ND8HIH2F1rJkRjbk 9u3klpthVISrbVfKch30Wz/H6nXQTlGSMtCkxG7Ml9dXrVoDFwnfgF/jDvwpdINA 4OrVdJieyeuuObgYJdngIgzlageOIhlfNQkQSaNXPqsLwvpD0hdVPw+HvX9UbrCF bpLufB/82SU/nzIfvTnKLqMf+tI= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=cQAwLiK5z34G8ZO1bPO0T7 1es2E=; b=MFjRuCHf3szFs9iRTub2ogLg/+T8FYH99wCE9eZCkV81U8C8om0uOG QGEgwxInx4OLLAkQX4yfQNtfzKmjFPTb19qz4OQc5j+fX+vPmtdmrJiEIXNP6wu9 EKoS4WzShkB1WPZPP5PNnXF5quG9LLb4ck1FexadHkE96WktKc0gQ= 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-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=H*Ad:D*t-online.de, schrieb, H*M:online, H*r:sk:mailout X-HELO: mailout07.t-online.de Subject: Re: tar cygwin64/ from old to new computer? To: cygwin AT cygwin DOT com References: <20181125143854 DOT GA20164 AT ingber DOT com> From: =?UTF-8?Q?Hans-Bernhard_Br=c3=b6ker?= Openpgp: preference=signencrypt Message-ID: <8d846c46-bfc4-7841-2ba7-1b354a9763bf@t-online.de> Date: Sun, 25 Nov 2018 18:08:35 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.1 MIME-Version: 1.0 In-Reply-To: <20181125143854.GA20164@ingber.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Am 25.11.2018 um 15:38 schrieb Lester Ingber: > I'd like to simply transfer my cygwin64/ directory from my old Thinkpad > to my new Thinkpad, both running Win 10 x64 Pro. E.g., I would put my > old c:/cygwin64/ onto a flash SSD USB drive e:/ . > cd c:/ > tar cfp - cygwin64 > e:/cygwin64.tar & > Then e:/cygwin64.tar would be mounted on my new computer. You're overlooking a chicken-and-egg problem there: your new computer has no 'tar' to unpack that file. > I'm assuming that there is not actual install required, e.g., having to > run setup-x86_64.exe first on the new computer? That assumption is incorrect. If your in-house network really is so significantly faster than outside internet that this makes a difference, what you can usefully copy over from one machine to the other would be setup.exe's package cache directory tree. Other than that, there's really no workable short cut compared to simply running setup. -- 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