From owner-freebsd-questions@FreeBSD.ORG Tue Aug 23 23:33:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 0F41F16A41F for ; Tue, 23 Aug 2005 23:33:22 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from opusnet.com (mail.opusnet.com [209.210.200.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9085943D49 for ; Tue, 23 Aug 2005 23:33:21 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localhost [70.98.246.232] by opusnet.com with ESMTP (SMTPD32-8.05) id A23F5C7700A8; Tue, 23 Aug 2005 16:33:19 -0700 Received: from localhost.localhost (localhost.localhost [127.0.0.1]) by localhost.localhost (8.13.3/8.13.3) with ESMTP id j7NNYvTs050056; Tue, 23 Aug 2005 16:34:57 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localhost (8.13.3/8.13.3/Submit) id j7NNYqXl050055; Tue, 23 Aug 2005 16:34:52 -0700 (PDT) (envelope-from garys@opusnet.com) To: Robin Smith References: <200508231933.j7NJXWje034814@aristotle.tamu.edu> From: garys@opusnet.com (Gary W. Swearingen) Date: Tue, 23 Aug 2005 16:34:52 -0700 In-Reply-To: <200508231933.j7NJXWje034814@aristotle.tamu.edu> (Robin Smith's message of "Tue, 23 Aug 2005 14:33:32 -0500") Message-ID: User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (Jumbo Shrimp, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions Subject: Re: reorganizing partitions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 23:33:22 -0000 Robin Smith writes: > I intend to do this by the appropriate ugly mess of cp -pRP commands I can't comment on vinum issues, but "cp -pR" (-P is default) doesn't handle stuff like file attributes, AFAIK. Check, but I think 4.11 has the new FreeBSD "tar" (not "gtar") which is the think to use if you can't use dump/restore. Read your manual, but it's something like: tar cf - --one-file-system -C $SRCDIR . | tar xkpPf - -C $DSTDIR (I esp. wonder about "kpP".)