Re: [SLUG] Looking for a way (that works) to back up entire system

From: Donald E Haselwood (dhaselwood@verizon.net)
Date: Mon Mar 03 2008 - 14:07:57 EST


On Monday 03 March 2008 12:28, Eben King wrote:
> On Mon, 3 Mar 2008, Donald E Haselwood wrote:
> > What is a good way to backup the entire linux system?
>
> What I do is (in effect)
>
> cat /dev/hda > /dev/hdb
>
> (but I use dd and vary the block size to see what's fastest). My drives
> run at about 30 MB/s (so the process takes apout an hour), though of course
> that'll vary with your drives. You can do
>
> cat /dev/hda > /mnt/temp/backup-file
>
> or even
>
> gzip -9 < /dev/hda > /mnt/temp/backup-file.gz
>
> but then you're reducing ease of access in favor of being able to use the
> drive for other things too. If you've got a lot of incompressible data
> (mp3, wmv/mpg/divx) it'll use lots of CPU cycles for little gain too.

Thanks! Enough new ideas to keep me busy "for a while" ;)

BTW, thinking of restoring--
Can raid be mounted from a "live" CD? I haven't been able to mount a raid1
(i.e. /md0 on my setup) from a "live" CD (Knoppix, or Suse10.3 live). mount
asks for file type and I haven't found anything that gets it mounted.

Don
-----------------------------------------------------------------------
This list is provided as an unmoderated internet service by Networked
Knowledge Systems (NKS). Views and opinions expressed in messages
posted are those of the author and do not necessarily reflect the
official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 15:17:09 EDT