Rickie wrote:
> I am new in Linux. I've just installed a RedHat in my intel PC. I would like
> to know how to do the backup of the whole system.
>
> I usually use 'Ghost' (Symantec product) to make an image on Windows PC. I
> am wondering whether I can use this method to do the backup and restore on
> Redhat. Hope someone has the experience on this. Thanks for any input.
>
>
This gets talked about all the time here. Reading old posts would show
you how. Many different ways, in fact. It is my impression that most
people use tar, which makes no sense to me. Bell Labs tried to replace
tar with cpio in the 1980s or early 1990s because of the many
limitations of tar.
Now there are other methods. There once was a program named volcopy that
would copy a whole file system (warts and all) to another file system
(presumably on a different medium, such as another hard drive, tape,
etc). There is a program named dump that I have never bothered with.
I used to use a combination of find and cpio in a shell script run at
night by cron. Now I use a proprietary program named BRU. There are
others. Your biggest problem is probably deciding just what to back up
and how often.
I back up EVERYTHING every day on a bunch of tapes named Monday,
Tuesday, ..., Saturday.
Once a week I back up EVERYTHING on another bunch of tapes named First
Sunday, ..., Fifth Sunday.
Once a month I back up EVERYTHING on another bunch of tapes named
January, ..., December. I keep all but the most recent monthly tape in
the safe deposit box at the bank, and the most recent one in a different
room from the computers.
Had I so much data that it would not fit on a single tape, I would do
incremental dumps during the week and full dumps on Sundays.
--
.~. Jean-David Beyer Registered Linux User 85642.
/V\ Registered Machine 73926.
/( )\ Shrewsbury, New Jersey
http://counter.li.org
^^-^^ 8:40am up 25 days, 18:05, 2 users, load average: 2.49, 2.25, 2.15