From owner-freebsd-hackers@FreeBSD.ORG Tue May 18 16:25:29 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D98216A4F0; Tue, 18 May 2004 16:25:29 -0700 (PDT) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89E5043D2F; Tue, 18 May 2004 16:25:28 -0700 (PDT) (envelope-from kientzle@freebsd.org) Received: from freebsd.org (p54.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id i4IMI390041921; Tue, 18 May 2004 15:18:03 -0700 (PDT) (envelope-from kientzle@freebsd.org) Message-ID: <40AA8B96.3030903@freebsd.org> Date: Tue, 18 May 2004 15:17:58 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tim Kientzle References: <40A96DA2.4080306@freebsd.org> In-Reply-To: <40A96DA2.4080306@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: hackers@freebsd.org Subject: Re: Wanted: Example tar files X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2004 23:25:29 -0000 Tim Kientzle wrote: > In order to test bsdtar's automatic format detection and > support for variant tar formats, I'm looking for sample > archives generated by a variety of tar programs. By popular demand, I've created a shell script that builds a directory with a variety of interesting and unusual things in it. The script is called "TarTest.sh" and it can be downloaded from: http://people.freebsd.org/~kientzle/libarchive/src/ Note that this script does some pretty obscure and sometimes unpleasant things. Expect to do a little editing to get it to work on your system, and expect to experiment a bit with tar options to try to find a way to get your tar program to archive as many of the details as possible. Thanks in advance for all your help, Tim Kientzle