From owner-freebsd-questions@FreeBSD.ORG Wed May 4 10:14:57 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60699106566C for ; Wed, 4 May 2011 10:14:57 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-px0-f176.google.com (mail-px0-f176.google.com [209.85.212.176]) by mx1.freebsd.org (Postfix) with ESMTP id 32B5F8FC0A for ; Wed, 4 May 2011 10:14:56 +0000 (UTC) Received: by pxi11 with SMTP id 11so696635pxi.35 for ; Wed, 04 May 2011 03:14:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=3Rm9xBU+pmNZxwE40s+QfOx53J59Ad9+vndycCcpltQ=; b=s4qI78AWEMhIEu2e06oxUFlZlmNj2W1HmaCX15mZQFmNbbqZI5vKjk6OObJNklUY4Z AqSsbOwok6QDlenm0aweOrAt6y+WbD2QX1WPBKcnNdQy5EU5ry84DcOyKFs7AdHfYFT6 eQbRU0CaOZ0aZQMHUYi7p1pteM0UuoTeGK5Pg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; b=qkntxBsj4phyCQCv0rw/cqO4JdCIzOu9ngcFt/drQ9VWcuF0L/AdF9JozXVqGphs/y 6htQENlxS+mGnxsNyQg1PPoYIK5/T0sJ4ojiwpfNJe0W1+s9TIUhqAAYWpD91AU/X7b2 mzu+EtiZWwhsnoZxxfiAZ6heGej+digug8haM= MIME-Version: 1.0 Received: by 10.68.59.73 with SMTP id x9mr1233408pbq.452.1304504096695; Wed, 04 May 2011 03:14:56 -0700 (PDT) Received: by 10.68.55.136 with HTTP; Wed, 4 May 2011 03:14:56 -0700 (PDT) In-Reply-To: References: Date: Wed, 4 May 2011 06:14:56 -0400 Message-ID: From: "b. f." To: Modulok Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org, utisoft@gmail.com Subject: Re: Piping find into tar... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 May 2011 10:14:57 -0000 On 5/4/11, Modulok wrote: > > As for pax, I thought tar could create pax archives too, via the --format > pax > option? Yes, although I haven't tested it thoroughly. pax(1) should also be able to create a number of different archive formats via the -x flag. I prefer tar(1) (bsdtar/libarchive), because it has more features. b.