X-Recipient: archive-cygwin@delorie.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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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@cygwin.com
References: <20181125143854.GA20164@ingber.com>
From: =?UTF-8?Q?Hans-Bernhard_Br=c3=b6ker?= <HBBroeker@t-online.de>
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

