From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rocky Lee Message-Id: <1060247670.28307.37.camel@rocky> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [linux-lvm] Block-Level Backup Sender: linux-lvm-admin@sistina.com Errors-To: linux-lvm-admin@sistina.com Reply-To: linux-lvm@sistina.com List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: Date: Thu Aug 7 04:14:01 2003 List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-lvm@sistina.com >What exactly shall this be good for? >I immediately thought about ISO files: CD-ROM images. You can do the >very same to any block device: >dd if=/dev/hda1 of=/tmp/disk.bak >Of course, the drive mounted ot /tmp has to be larger than /dev/hda1, in >this case... and it's filesystem should probably support files > 2GB. >Compression might help, too. >Not sure if that's whah you're looking for... >Markus Thank you Markus! I forget "dd", it really is a good way to do a simple block-level backup, :) but it'll be great if there's a tool, that supoorts block-level increment backup.... Rocky