Operating System - Linux
1828038 Members
1815 Online
109973 Solutions
New Discussion

Backup/Restore Redhat Linux OS

 
kevin leong
Frequent Advisor

Backup/Restore Redhat Linux OS

Dear All ,
May I know how to backup the Linux OS ?Mean any backup/recovery OS solution can run redhat ?As i know HP-UX bundle the ignite-ux to backup/recovery OS ,so any party software having a same feature to backup and recovery redhat linux OS?

Or just tar (backup) "/" every thing to the tape 1st ,after fresh install OS then restore from tape to "/"

Thanks
LeongKO
10 REPLIES 10
Steven E. Protter
Exalted Contributor

Re: Backup/Restore Redhat Linux OS

http://www.mondorescue.org

Though a small operation, they seem to provide tools for doing Ignite style OS backups and restore.

A tar backup will not include certain types of files such as soft links and will probably not be usable.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Rick Garland
Honored Contributor

Re: Backup/Restore Redhat Linux OS

mondo is the tool most referenced for this task.

Good stuff
Ivan Ferreira
Honored Contributor

Re: Backup/Restore Redhat Linux OS

Mondo is a great tool, it makes bootable recovery CDs.

But you must know that recovering from a tar backup is tedious.

So, install and use dump/restore to make backups. This is a preferred tool for making backups, and you can restore the system from the backup without reinstalling it.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
kevin leong
Frequent Advisor

Re: Backup/Restore Redhat Linux OS

Dear All ,
Any software else ?Refering the web site only supporrt on AS2.1 and Redhat 9.0 .My Redhat linux is AS 3.0 with emt64 .
The mondo isn't work on this OS version ?

Thanks
LeongKO
Huc_1
Honored Contributor

Re: Backup/Restore Redhat Linux OS

Hi LeongKO

You can use rsync which has options to preserve links ou can also use this passing it to ssh to make it secure.

You can have a bootable cd live like knoppix to boot from in case of disaster, check that this live CD (zillions of them out there) has the tolls for partition creation and a compatible version of rsync to the one you use to backup the system to be used at restore time.

http://www.knoppix.org/

and have a look at man rsync, see if it fits you needs.

Jean-Pierre Huc
Smile I will feel the difference
morganelan
Trusted Contributor

Re: Backup/Restore Redhat Linux OS

Hi Kevin,

Try this System Backup Administrator for Linux from Storix
Kamal Mirdad
Vitaly Karasik_1
Honored Contributor

Re: Backup/Restore Redhat Linux OS

Ghost works well for linux.
Anthony_141
Regular Advisor

Re: Backup/Restore Redhat Linux OS

We use Microlite BackupEdge and are able to make recovery CD's as well as "clone" a new Redhat server from a "master" (so we can get a new server up and running in about 45 minutes).

Tvs
Regular Advisor

Re: Backup/Restore Redhat Linux OS



hey

1. make a linux bootable floppy
2. boot the system with win98 bootable floppy or cd
3. use norton ghost to make the image file
4. write the image file to a the writable cd


if you want to restore,

boot with a win98 bootabl floppy or cd run norton ghost and convert the image to hdd.
and make the disk bootable

it should work


Ivan Ferreira
Honored Contributor

Re: Backup/Restore Redhat Linux OS

In my last post, I was wrong (very wrong).

Talking about command line utilities to make backups, dump/restore should not be used (shame). I though that will be as good as vdump/vrestore (tru64).

See:

http://lwn.net/2001/0503/a/lt-dump.php3

www.naspa.com/PDF/2002/1102%20PDF/T0211003.pdf

The star (unique standard tape archiver) command, should be used, because it supports extended headers, for backup acl and files in SELinux enabled systems.

Better late than never.

Cheers.

Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?