From owner-freebsd-hackers Sat Jul 7 23:27:20 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 83AF837B409 for ; Sat, 7 Jul 2001 23:27:18 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f686RHg11932; Sun, 8 Jul 2001 00:27:17 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.4) with ESMTP id f686RGJ76468; Sun, 8 Jul 2001 00:27:16 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200107080627.f686RGJ76468@harmony.village.org> To: mjacob@feral.com Subject: Re: best way to migrate to a new disk Cc: Jeff Mohler , freebsd-hackers@FreeBSD.ORG In-reply-to: Your message of "Sat, 07 Jul 2001 18:44:14 PDT." References: Date: Sun, 08 Jul 2001 00:27:16 -0600 From: Warner Losh Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message Matthew Jacob writes: : tar cfl - . | (cd /altroot/ && tar xpf -) Don't use tar. It loses devices, can't handle holey files well and a number of other minor clitches. Use dump instead. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message