Re: [Hampshire] ext4 and dd disc cloning

Top Page

Reply to this message
Author: Keith Edmunds
Date:  
To: hampshire
Subject: Re: [Hampshire] ext4 and dd disc cloning
On Thu, 08 Jul 2010 22:10:26 +0100, lug@??? said:

> My normal backup routine is to tar up my home directory files daily and
> then every month or so do a full disc clone using DD


There are better ways...how do you store the tarballs and dd dumps?

> This has worked for years but now fails to copy all files on Fedora 13.
> Some directories like /sys have permissions ????


/sys (like /proc) isn't a real directory as such; rather, it's a window
into the kernel (see http://en.wikipedia.org/wiki/Sysfs and
http://en.wikipedia.org/wiki/Procfs), so there isn't any point in backing
it up.

From the top: what do you want to achieve?