From owner-freebsd-current@FreeBSD.ORG Mon Mar 28 19:04:15 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7662516A4D5 for ; Mon, 28 Mar 2005 19:04:15 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D05843D48 for ; Mon, 28 Mar 2005 19:04:15 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) j2SJ4Dgb085285; Mon, 28 Mar 2005 11:04:13 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)j2SJ4Drc085284; Mon, 28 Mar 2005 11:04:13 -0800 (PST) (envelope-from sgk) Date: Mon, 28 Mar 2005 11:04:13 -0800 From: Steve Kargl To: Doug Poland Message-ID: <20050328190412.GA85227@troutmask.apl.washington.edu> References: <42483DF1.7090805@elischer.org> <200503281728.j2SHSbcX031848@realtime.exit.com> <20050328175500.GC95281@polands.org> <20050328185249.GB69540@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050328185249.GB69540@troutmask.apl.washington.edu> User-Agent: Mutt/1.4.2.1i cc: "Brian K. White" cc: freebsd-current@freebsd.org cc: Julian Elischer Subject: Re: Heads up: gtar gone from base system X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2005 19:04:15 -0000 On Mon, Mar 28, 2005 at 10:52:49AM -0800, Steve Kargl wrote: > On Mon, Mar 28, 2005 at 11:55:01AM -0600, Doug Poland wrote: > > *** bsdtar.1.orig Mon Mar 28 10:43:08 2005 > --- bsdtar.1 Mon Mar 28 10:51:07 2005 > *************** > *** 457,462 **** > --- 457,465 ---- > the default tape drive: > .Dl Nm Fl x > .Pp > + To move file hierarchies, use a command line like this: > + .Dl Nm Fl cf Pa - Fl C Pa srcdir \&. | Nm Fl xpf Pa - Fl C Pa destdir > + .Pp > In create mode, the list of files and directories to be archived > can also include directory change instructions of the form > .Cm -C Ns Pa foo/baz > It appears that David O'Brien has already committed something for this. -- Steve