- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Backup/Restore Redhat Linux OS
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2005 02:50 AM
07-28-2005 02:50 AM
Backup/Restore Redhat Linux OS
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2005 03:00 AM
07-28-2005 03:00 AM
Re: Backup/Restore Redhat Linux OS
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2005 03:04 AM
07-28-2005 03:04 AM
Re: Backup/Restore Redhat Linux OS
Good stuff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2005 03:16 AM
07-28-2005 03:16 AM
Re: Backup/Restore Redhat Linux OS
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2005 05:44 PM
07-28-2005 05:44 PM
Re: Backup/Restore Redhat Linux OS
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2005 07:26 PM
07-28-2005 07:26 PM
Re: Backup/Restore Redhat Linux OS
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2005 08:06 PM
08-07-2005 08:06 PM
Re: Backup/Restore Redhat Linux OS
Try this System Backup Administrator for Linux from Storix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2005 11:27 PM
08-07-2005 11:27 PM
Re: Backup/Restore Redhat Linux OS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 12:28 AM
08-16-2005 12:28 AM
Re: Backup/Restore Redhat Linux OS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2005 08:38 PM
08-18-2005 08:38 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2005 09:24 AM
10-07-2005 09:24 AM
Re: Backup/Restore Redhat Linux OS
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.