Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Reply-To: Cygwin List Message-Id: <6.1.0.6.0.20040904130519.034da6e8@pop.prospeed.net> X-Sender: Date: Sat, 04 Sep 2004 13:17:45 -0400 To: Paul , cygwin AT cygwin DOT com From: Larry Hall Subject: Re: Keeping a local mirror up to date (cy: addressed to exclusive sender for this address) In-Reply-To: <4138EA63.4020009@xoxy.net> References: <4138EA63 DOT 4020009 AT xoxy DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" At 06:04 PM 9/3/2004, you wrote: >Dave Korn wrote: >> By design, setup searches through all the download directories, keeps >>track of all the versions, should know exactly what you've already got and >>never re-download something you already have; if it ever does, it's a bug. > >For me setup.exe always seems to compare what I actually have INSTALLED with what it downloads rather than what is in the download directory. So I have ended up making local 'mirrors' that are missing essential utilities, because my machine already had them installed. Similarly it seems to download over and over again components I have downloaded but not installed. Setup is not a mirroring tool. It is an install tool. In the process of performing the setup, it downloads what you ask for (including dependencies) and optionally (depending on whether you choose "Download from Internet" or "Install from Internet") installs what it downloads. It will not download these same versions again unless you switch mirrors. The local archive it creates can be brought to another machine and installed if desired. 'setup.exe' will automatically download updated versions of packages you have installed, unless otherwise instructed by you. If you're actually trying to create and maintain a mirror, you're better off using tools like 'wget', 'curl', or 'rsync'. These tools are meant to provide mirror functionality. 'setup.exe' keeps a local archive. As you've determined already, there's a difference between the two notions. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/