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=vmuykhLU4BAnTUZV Cs0cbjekDb3sFoQeaOKZibuy2O3YYhNLK4kFJbW4pKw3SfDOcZTVddLxVDi3GpkU 4kxvbzg9X5YwoxbyY1m4/e9/+7EBqAvAhz75ko68ImzeK1NG9TBc9qN2PHj32cFR PLpVbQREsqlXFMdIMohyld51cOQ= 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=WYFRGk7PuxFoM9dRBYEFLX Ya9ME=; b=a+NylPT2eJoKNJ5sPmFWMVAPKaH/r9oVgR4Ao4Ff8deRxG3p/JwUls AxAPLoxqgWGUkprf8fCBNvEgYafFZ9K1xyQm+uUj2rneIaCamUAxNyxZ+tR6OiO/ 7Ufr3n50W6AviQe2DgOTtwSZHFeuR3vvdC8aTsSnLS+TnSGfPL/6o= 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=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=HContent-Transfer-Encoding:8bit X-HELO: mout.kundenserver.de Subject: Re: Is there a way to clone-install Cygwin? To: cygwin AT cygwin DOT com References: <16fc5b76c50 DOT 2780 DOT a1382e26d1292f71ec6ef0cd03d49346 AT pdc DOT ca> <20200131102434 DOT GB5074 AT tik DOT uni-stuttgart DOT de> <20200131112904 DOT GC5074 AT tik DOT uni-stuttgart DOT de> From: Thomas Wolff X-Tagtoolbar-Keys: D20200131135439244 Message-ID: <5cc67e71-0edf-90a2-3601-50affd5c14da@towo.net> Date: Fri, 31 Jan 2020 13:54:39 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.4.2 MIME-Version: 1.0 In-Reply-To: <20200131112904.GC5074@tik.uni-stuttgart.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes On 31.01.2020 12:29, Ulli Horlacher wrote: > On Fri 2020-01-31 (11:24), Ulli Horlacher wrote: > >> On Mon 2020-01-20 (19:28), Brent Epp wrote: >> >>> Cygwin is totally portable! You can simply copy the installation folder to >>> another PC, copy the shortcut (edit target if needed) and it will work. >> How do you copy it? >> Which archive container do you use? On the source system, within cygwin, zip up everything you want, with option -y: cd /; zip -ry cygwin . -x home or cd /cygdrive/c; zip -ry cygwin cygwin64 -x ... On the target system, install a minimal cygwin unzipping environment: copy files unzip.exe, cygwin1.dll, cygbz2-1.dll into a subdirectory called bin Use that unzip to unpack your zip file. VoilĂ ! -- 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