From owner-freebsd-questions@FreeBSD.ORG Tue Jan 29 09:18:17 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3944716A418 for ; Tue, 29 Jan 2008 09:18:17 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 4A81713C468 for ; Tue, 29 Jan 2008 09:18:09 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id m0T9GgJ9001899; Tue, 29 Jan 2008 10:16:42 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id m0T9GcZD001896; Tue, 29 Jan 2008 10:16:40 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Tue, 29 Jan 2008 10:16:38 +0100 (CET) From: Wojciech Puchar To: C Thala In-Reply-To: <77647f500801281518h4bfd02f2xcde2c319e2173b99@mail.gmail.com> Message-ID: <20080129101610.J1895@wojtek.tensor.gdynia.pl> References: <77647f500801281518h4bfd02f2xcde2c319e2173b99@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd Subject: Re: restore(1) dumpfile to directory rather than filesystem -- possible? 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, 29 Jan 2008 09:18:17 -0000 > On a 6.2 system, I am making some backups using dump(1) > > I would like to test the integrity of these dumpfiles by using > restore(1) to restore them. > > However, I don't have an actual live filesystem available to test this > on....can I just restore to a directory on an existing fs to be sure? of course. only dump requires raw filesystem, restore operates on files only