From owner-freebsd-questions@FreeBSD.ORG Thu Jul 2 19:37:03 2009 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 034561065670 for ; Thu, 2 Jul 2009 19:37:03 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from thenetnow.com (constellation.thenetnow.com [207.112.4.14]) by mx1.freebsd.org (Postfix) with ESMTP id 4F00B8FC20 for ; Thu, 2 Jul 2009 19:37:02 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from hpeel.ody.ca ([216.240.12.2] helo=GRANT) by constellation.thenetnow.com with esmtpa (Exim 4.63 (FreeBSD)) (envelope-from ) id 1MMS5c-000Km3-OH for freebsd-questions@freebsd.org; Thu, 02 Jul 2009 15:37:00 -0400 Message-ID: <88A2C55F2383454997EBC477921FC913@GRANT> From: "Grant Peel" To: Date: Thu, 2 Jul 2009 15:36:54 -0400 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Transferring dump files ASCII or BINARY 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: Thu, 02 Jul 2009 19:37:03 -0000 Hi all, I am attempting to restore a root filesystem I donwloaded this morning. I downloaded it in binary mode, and when I try to=20 restore -rf /usbstick/root.dump I am getting: "Tape is not a dump tape" Should dumps be transfered in BINARY or ASCII mode? Any other insights welcome. Also, should I remove the .snap file in the pristine filesystem before = performing the restore? Also, The dump was done on a freebsd 7.2 R machine, and I am using the = FreeBSD 7.2 live filesystem CD to do the restores. -Grant