Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Mon, 3 Jun 2002 08:24:00 -0500
From: David T-G <davidtg-cygwin@justpickone.org>
To: "CygWin Users' List" <cygwin@cygwin.com>
Subject: slow tar; used to be fast
Message-ID: <20020603132400.GF1231@justpickone.org>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="dWYAkE0V1FpFQHQ3"
Content-Disposition: inline
User-Agent: Mutt/1.3.99i

--dWYAkE0V1FpFQHQ3
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Hi, all --

I run a bash script after I burn an MP3 CD which gathers meta-information
(file size, names, timestamps, ...) on the source and CD versions to then
store on the CD in a second pass.  The script basically just does

  cd srcdir
  du -k mp3 > meta/mp3-long.du
  find mp3 > meta/mp3-long.find
  tar cpf - mp3 | tar tfv - > meta/mp3-long.tar

  cd cddrive
  du -k mp3 > meta/mp3-short.du
  find mp3 > meta/mp3-short.find
  tar cpf - mp3 | tar tfv - > meta/mp3-short.tar

All of that is straightforward enough, but under B20 it used to take
about two minutes to tar the entire 600M tree, either from the hard disk
source dir or the cd dest dir.  Now it takes eleven minutes.

I don't even know what sort of debugging info to provide, but is this
behavior expected and, in either case, can it be sped up?


TIA & HAND

:-D
--=20
David T-G                      * It's easier to fight for one's principles
(play) davidtg@justpickone.org * than to live up to them. -- fortune cookie
(work) davidtgwork@justpickone.org
http://www.justpickone.org/davidtg/    Shpx gur Pbzzhavpngvbaf Qrprapl Npg!


--dWYAkE0V1FpFQHQ3
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE8+23wGb7uCXufRwARAgsFAJ9wyOfXBpRlTe+js0znPqpb7FE/bQCgw8K7
eiAy6GVgf5eXPRz8wznMI9w=
=T2uV
-----END PGP SIGNATURE-----

--dWYAkE0V1FpFQHQ3--
