From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121588 invoked by alias); 25 Nov 2018 14:39:23 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 121573 invoked by uid 89); 25 Nov 2018 14:39:22 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=flash, Win, mounted, UD:tar X-HELO: mail-pg1-f173.google.com Received: from mail-pg1-f173.google.com (HELO mail-pg1-f173.google.com) (209.85.215.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 25 Nov 2018 14:39:21 +0000 Received: by mail-pg1-f173.google.com with SMTP id n2so4956444pgm.3 for ; Sun, 25 Nov 2018 06:39:21 -0800 (PST) Return-Path: Received: from ingber.com (ip-42-44-244-173.seattle.us.northamericancoax.com. [173.244.44.42]) by smtp.gmail.com with ESMTPSA id c4sm39926507pfm.151.2018.11.25.06.39.17 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 25 Nov 2018 06:39:18 -0800 (PST) Received: by ingber.com (sSMTP sendmail emulation); Sun, 25 Nov 2018 06:38:55 -0800 Date: Sun, 25 Nov 2018 14:39:00 -0000 From: Lester Ingber To: cygwin@cygwin.com Subject: tar cygwin64/ from old to new computer? Message-ID: <20181125143854.GA20164@ingber.com> Mail-Followup-To: cygwin@cygwin.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-SW-Source: 2018-11/txt/msg00172.txt.bz2 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. I'm assuming that there is not actual install required, e.g., having to run setup-x86_64.exe first on the new computer? -- 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