From owner-freebsd-questions@FreeBSD.ORG Wed Sep 3 04:50:12 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7E3516A4BF for ; Wed, 3 Sep 2003 04:50:12 -0700 (PDT) Received: from remt20.cluster1.charter.net (remt20.cluster1.charter.net [209.225.8.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A20743FE3 for ; Wed, 3 Sep 2003 04:50:12 -0700 (PDT) (envelope-from chowse@charter.net) Received: from [66.168.145.25] (HELO moe) by remt20.cluster1.charter.net (CommuniGate Pro SMTP 4.0.6) with ESMTP id 144733005; Wed, 03 Sep 2003 07:50:10 -0400 From: "Charles Howse" To: "'Konrad Heuer'" Date: Wed, 3 Sep 2003 06:50:04 -0500 Message-ID: <003201c37211$83ff4120$04fea8c0@moe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-reply-to: <20030903133619.B41403-100000@gwdu60.gwdg.de> Importance: Normal cc: freebsd-questions@freebsd.org Subject: RE: Tar question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2003 11:50:13 -0000 > My suggestion is: >=20 > tar cvCfz /disk2 larry.tgz . >=20 > tar will cd to /disk2 before interpreting the dot - thus the=20 > content of > /disk2 will be archived, but without a leading "disk2" in the table of > contents. Perfect! I saw the C argument in man tar, but didn't make the connection. Thanks very much!