Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2008 11:50:45 -0700
From:      Tim Kientzle <kientzle@freebsd.org>
To:        Roman Divacky <rdivacky@freebsd.org>
Cc:        cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Colin Percival <cperciva@freebsd.org>
Subject:   Re: cvs commit: src/usr.bin/cpio Makefile bsdcpio.1 cmdline.c config_freebsd.h cpio.c cpio.h cpio_platform.h err.c matching.c matching.h pathmatch.c pathmatch.h src/usr.bin/cpio/test Makefile main.c test.h test_0.c test_basic.c test_format_newc.c ...
Message-ID:  <483B0685.5080606@freebsd.org>
In-Reply-To: <20080526182854.GA99498@freebsd.org>
References:  <200805261715.m4QHFZUK070554@repoman.freebsd.org> <20080526172717.GA93432@freebsd.org> <483AFE87.6020103@freebsd.org> <483B011D.9000606@freebsd.org> <20080526182854.GA99498@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> ... are there any performance comparison done?

I've not explicitly compared performance to GNU cpio,
but it should be quite competitive.  (Some recent
tests show bsdtar to be pretty much on par with GNU
tar and star performance-wise and bsdcpio is using
the exact same libarchive back-end.)  If anyone does
take the time to compare performance, I'd be very
interested in the results.

> some exciting features (like format-auto-detection with
> bsdtar the other day)?

The format auto-detection is fully handled in libarchive so,
yes, bsdcpio should have very solid format detection, including
automatic handling of archives compressed with compress,
gzip, and bzip2.  I've also enabled "support_compression_all",
so bsdcpio reads every format that libarchive reads.

Tim





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?483B0685.5080606>