From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail01.tacticuscommunications.net (mail01.tacticuscommunications.net [74.2.138.133]) by speech.braille.uwo.ca (Postfix) with ESMTP id 17AB910B69 for ; Thu, 25 Sep 2008 02:36:18 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail01.tacticuscommunications.net (Postfix) with ESMTP id 40B46108C6 for ; Thu, 25 Sep 2008 02:17:09 -0400 (EDT) Received: from mail01.tacticuscommunications.net ([127.0.0.1]) by localhost (mail01.tacticuscommunications.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VNqAVzT-qDJM for ; Thu, 25 Sep 2008 02:17:08 -0400 (EDT) Received: from [10.0.10.20] (unknown [10.0.10.20]) by mail01.tacticuscommunications.net (Postfix) with ESMTPA id 60EF5108C5 for ; Thu, 25 Sep 2008 02:17:08 -0400 (EDT) Date: Thu, 25 Sep 2008 02:36:50 -0400 (EDT) From: luke To: "Speakup is a screen review system for Linux." Subject: Re: Somewhat OT: cloning hard disks In-Reply-To: <20080925062224.GA19086@localhost.localdomain> Message-ID: References: <20080923202727.GA14857@gmx.net> <20080924154710.GA27667@sonata.rednote.net> <20080925062224.GA19086@localhost.localdomain> Organization: Tacticus Communications, Inc. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.11 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2008 06:36:18 -0000 On Wed, 24 Sep 2008, Gregory Nowak wrote: > On Thu, Sep 25, 2008 at 02:14:54AM -0400, luke wrote: > > One potential problem with dd, is that there is no integrity checking. I > > don't know if there is with partimage either, but with multiple gig > > drives, you may run into circumstances where that would be a good thing to > > have. > > There's no integrity checking in partimage, at least in the sense I > think you're referring to. However, you could restore the backup with I'm thinking of something like rsync's verification of transacted data routines. When storing huge amounts of data, I wouldn't like to be without those, even though on a healthy drive the odds are rather slim that it would ever actually be necessary. Luke