- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- system image backup in red hat linux
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
Discussions
Discussions
Discussions
Forums
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
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
тАО09-19-2006 10:00 PM
тАО09-19-2006 10:00 PM
system image backup in red hat linux
Hope you could help.
Thanks,
ROMMEL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-19-2006 10:13 PM
тАО09-19-2006 10:13 PM
Re: system image backup in red hat linux
You can probably use "cpio", "dd", "backup", "restore" and "tar" utilities.
1) cpio --> Takes a very long time but you can extract selected files.
2) dd --> Good one and creates an exact copy but you'll not be able to extract selected files from that image.
3) backup --> Normal backup utility.
4) restore--> Normal restoration utility.
5) tar --> Most common but you cannot include special files.
Beside this, get proper advice from other xperts as well.
--
Atul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-19-2006 11:52 PM
тАО09-19-2006 11:52 PM
Re: system image backup in red hat linux
Asumming your data is on a different disk than the OS, I would go with the dd command.
Just dd it to another disk, then at anytime you might have a problem with your OS, just take the bad disk out and put the image done with dd in and it should work fine.
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2006 12:46 AM
тАО09-20-2006 12:46 AM
Re: system image backup in red hat linux
Isn't there problem with diferent block size?
So he should have "backup disk", with same filesystem and also with same block size than it will be perfect solution... ofcourse if he will have dd in cron to make bakups regulary ofcourse.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2006 02:15 PM
тАО09-20-2006 02:15 PM
Re: system image backup in red hat linux
This tool will create an image that you can use to rebuild your system. It has the capability to build a tape image. I've used it to create CD's and DVD's but I haven't used the tape capabilitites.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2006 03:08 PM
тАО09-20-2006 03:08 PM
Re: system image backup in red hat linux
Any thoughts on this method?
Jorge
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-20-2017 03:32 AM
тАО03-20-2017 03:32 AM
Re: system image backup in red hat linux
This method is good but again you have no out of system backup for your configuration done on the system.