From owner-freebsd-questions Sun Nov 21 8:32:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.enteract.com (mail.enteract.com [207.229.143.33]) by hub.freebsd.org (Postfix) with ESMTP id E863B14C48 for ; Sun, 21 Nov 1999 08:32:40 -0800 (PST) (envelope-from dscheidt@enteract.com) Received: from shell-2.enteract.com (dscheidt@shell-2.enteract.com [207.229.143.41]) by mail.enteract.com (8.9.3/8.9.3) with SMTP id KAA73219; Sun, 21 Nov 1999 10:32:39 -0600 (CST) (envelope-from dscheidt@enteract.com) Date: Sun, 21 Nov 1999 10:32:39 -0600 (CST) From: David Scheidt To: Edward Knight Cc: "questions@FreeBSD.ORG" Subject: Re: copying filesystems into larger disk In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 21 Nov 1999, David Scheidt wrote: > /newroot/var, /newroot/usr, etc. > > tar cf - / /var /usr | ( cd /newroot && tar xf -) This sould be tar clf .... , of course, since we don't want tar to cross the mount points. Opps. David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message