From owner-freebsd-questions@FreeBSD.ORG Thu Jun 28 22:08:12 2012 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 AE3DD106566B for ; Thu, 28 Jun 2012 22:08:12 +0000 (UTC) (envelope-from vince@unsane.co.uk) Received: from unsane.co.uk (unsane-pt.tunnel.tserv5.lon1.ipv6.he.net [IPv6:2001:470:1f08:110::2]) by mx1.freebsd.org (Postfix) with ESMTP id 3CD8D8FC14 for ; Thu, 28 Jun 2012 22:08:12 +0000 (UTC) Received: from vincemacbook.unsane.co.uk (vincemacbook.unsane.co.uk [10.10.10.20]) (authenticated bits=0) by unsane.co.uk (8.14.5/8.14.5) with ESMTP id q5SM8AaX030884 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Thu, 28 Jun 2012 23:08:10 +0100 (BST) (envelope-from vince@unsane.co.uk) Message-ID: <4FECD5CA.108@unsane.co.uk> Date: Thu, 28 Jun 2012 23:08:10 +0100 From: Vincent Hoffman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 To: "Peter A. Giessel" References: <4FECB7BD.6010807@unsane.co.uk> <8CC9EB42-E6B0-4443-B9C5-A031427D0BB7@mac.com> In-Reply-To: <8CC9EB42-E6B0-4443-B9C5-A031427D0BB7@mac.com> X-Enigmail-Version: 1.4.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: OT: Linux EXT4 dump/restore equivalent? 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, 28 Jun 2012 22:08:12 -0000 On 28/06/2012 21:39, Peter A. Giessel wrote: > > On Jun 28, 2012, at 11:59, Vincent Hoffman wrote: > >> We use dump to backup ext4 filesystems on linux (Centos6) at work > You can find a version of dump for Linux that supports ext4. What I have been completely unable to find is a linux boot disk that has a version of restore that supports ext4. If anyone knows of one, I would be very interested. I am very hesitant to use a backup scheme that doesn't have a clear recovery path. Fair point. I've used the "rescue" mode on the centos boot CD before, but its not too hard to build a custom centos livecd. I made a pxe bootable version for use at work so we can ssh into it without needing an IP KVM, but I'll try and make a new ISO for you if you like. Vince