From owner-freebsd-questions@FreeBSD.ORG Sat Oct 28 02:46:21 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 3D08C16A40F for ; Sat, 28 Oct 2006 02:46:21 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6C5D43D46 for ; Sat, 28 Oct 2006 02:46:20 +0000 (GMT) (envelope-from stapleton.41@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so730682uge for ; Fri, 27 Oct 2006 19:46:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=lMsrzQak3yn+zfJKLXOyWcrwx51oKVhpo78MX7S5XUc52hyykG74J3WjRNKZmtMMl8FXXy9A2IABofBYMUz29xC2on/6sIpHYAV+XrLMa1Q3ROlpIJLVVMFaHoMe5qdTPPuFa5dc8B2zX/sGFYKuwNJRdn4mWfs3dmOGpFNHc3g= Received: by 10.66.216.6 with SMTP id o6mr574132ugg; Fri, 27 Oct 2006 19:46:19 -0700 (PDT) Received: by 10.67.86.18 with HTTP; Fri, 27 Oct 2006 19:46:19 -0700 (PDT) Message-ID: <80f4f2b20610271946l1737159btd7bbd0329d25da61@mail.gmail.com> Date: Fri, 27 Oct 2006 22:46:19 -0400 From: "Jim Stapleton" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: cleanly reading compressed backups 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: Sat, 28 Oct 2006 02:46:21 -0000 I have several disk images, and I'd like to grab files off of them, but I'm not sure how. I made these images by booting up a linux boot CD (it seemed easier than a BSD cd at the time, and the results should be the same), and make a backup as such: dd if=/dev/sda | bzip2 -z9 | split [forgot the args, basically 1GB files that are bsd-backup-(date)-??] anyway, without uncompressing them back to disk (it's the same slice/partitions as I have now), what's the easiest way to get read access to these contents of the files in these backups? Thanks, -Jim Stapleton