rsync or dd to clone a hard drive?

Maxime Alarie malarie at processia.com
Wed Oct 6 17:25:04 UTC 2010


-----Original Message-----
From: users-bounces at lists.fedoraproject.org [mailto:users-bounces at lists.fedoraproject.org] On Behalf Of Kwan Lowe
Sent: 06 October 2010 12:55
To: Community support for Fedora users
Subject: Re: rsync or dd to clone a hard drive?

On Wed, Oct 6, 2010 at 12:23 PM, Patrick Bartek <bartek047 at yahoo.com> wrote:
> I would use dd to clone (or back up) an entire hard drive.  Easier.  You can even pipe it through gzip to get a compressed image file.

I do exactly that... dd piped through gzip then push through an SSH
session to a remote where it's extracted and written on the fly to
another LV.  I use it to move kvm LVs from machine to machine.  Works
great, but there's not much error checking.  If it's critical I do an
md5sum on the LVs at the end then compare.




Are you using scp to push the image elsewhere?


More information about the users mailing list