From owner-freebsd-questions@FreeBSD.ORG Tue Jul 15 06:51:10 2003 Return-Path: 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 BF2EB37B401 for ; Tue, 15 Jul 2003 06:51:10 -0700 (PDT) Received: from mail.econolodgetulsa.com (mail.econolodgetulsa.com [198.78.66.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49FA343F93 for ; Tue, 15 Jul 2003 06:51:10 -0700 (PDT) (envelope-from user@mail.econolodgetulsa.com) Received: from mail (mail [198.78.66.163])h6FDpDnW055251 for ; Tue, 15 Jul 2003 06:51:13 -0700 (PDT) (envelope-from user@mail.econolodgetulsa.com) Date: Tue, 15 Jul 2003 06:51:13 -0700 (PDT) From: Josh Brooks To: freebsd-questions@freebsd.org Message-ID: <20030715064630.Y52180-100000@mail.econolodgetulsa.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Can I tell whether dump used -L or not ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2003 13:51:11 -0000 Hello, A new option in FreeBSD 5.x `dump` is the -L option for backing up a live filesystem ... Is there a way to examine/check a dump file to see if it was created using the -L or not ? ALSO, if I do use -L when creating a dump, do I need to restore it any differently, or can I restore it the same regardless of whether I used -L or not ? thanksyou!