Re: Disk Image Backup
- From: "nilesh vaghela" <nileshj.vaghela@xxxxxxxxx>
- Date: Sat, 9 Dec 2006 15:20:37 -0500
if you have enough space in local drive than give following command
dd if=/dev/hda of=bkp.img bs=1024
It will make a very big file name bkp.img.
in case of failure you can restore with
dd if=/path_to_bkp.img of=/dev/hda
will restore the image.
Be careful at the time of dd command server will be slow you do not need to
shutdown the server.
One can user ghost opensource ghost if you can down the server.
Few more options are remote dump , ftp , rsync etc can also be used.
On 12/9/06, Meadows, Andrew <AMeadows@xxxxxxx> wrote:
Google mkcdrec
-----Original Message-----
From: redhat-list-bounces@xxxxxxxxxx <redhat-list-bounces@xxxxxxxxxx>
To: General Red Hat Linux discussion list <redhat-list@xxxxxxxxxx>
Sent: Sat Dec 09 11:57:53 2006
Subject: Disk Image Backup
Hi -
I have a legacy (RH 7.2) system and need to make an image copy of the hard
drive. If this machine goes down (hard drive gone) there is no way for me
to rebuild the applications. Can anyone out there help please?
Many thanks in advance.
Michael
Tenagra Observatories
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
********************************************
This message is intended only for the use of the Addressee and
may contain information that is PRIVILEGED and CONFIDENTIAL.
If you are not the intended recipient, you are hereby notified
that any dissemination of this communication is strictly prohibited.
If you have received this communication in error, please erase
all copies of the message and its attachments and notify us
immediately.
Thank you.
********************************************
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
--
Nilesh Vaghela
ElectroMech
Redhat Channel Partner and Training Partner
74, Nalanda Complex, Satellite Rd, Ahmedabad
25, The Emperor, Fatehgunj, Baroda.
www.electromech.info
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
- Follow-Ups:
- Re: Disk Image Backup
- From: mark
- Re: Disk Image Backup
- References:
- Re: Disk Image Backup
- From: Meadows, Andrew
- Re: Disk Image Backup
- Prev by Date: Re: <RHEL: SNTP Client>
- Next by Date: Re: Disk Image Backup
- Previous by thread: Re: Disk Image Backup
- Next by thread: Re: Disk Image Backup
- Index(es):
Relevant Pages
|