RE: complete system backup

2002-11-07 Thread Glenn Goodspeed
Title: RE: complete system backup Bjorn - Andrew's rephrasing points up the fact that my method overwrites whatever is on hdb.  The fact that hdb is an exact copy allows you to use hdb as a boot device.  Just move the jumpers on both drives to make hda the slave and hdb the master. H

Re: complete system backup

2002-11-06 Thread Andrew MacKenzie
> Bjorn - One way to do this is to install an additional, identical hard drive > as a slave in the system. Assuming you are using IDE drives, then use > > dd if=hda of=hdb bs=1024 > > This will make a complete copy of drive a on drive b. Just make sure you > know which is which -- use fdisk -l

RE: complete system backup

2002-11-06 Thread Glenn Goodspeed
. -Glenn. -Original Message- From: [EMAIL PROTECTED] [mailto:Bjorn.Naessens@;roularta.be] Sent: Wednesday, November 06, 2002 6:47 AM To: [EMAIL PROTECTED] Subject: complete system backup hi there, I'm having some difficulties making a complete backup from my redhat system. A

Re: complete system backup

2002-11-06 Thread Willem van der Walt<[EMAIL PROTECTED]>
Hi, You would get very close to that by making a dd image of your partitions and write them on another machine. There are some imaging programs for linux. As i recall, one sets up a server containing the images of the various machines and can then restore/install from the server. I hav'nt used any

Re: complete system backup

2002-11-06 Thread Dale Kosan
Search for mondo... [EMAIL PROTECTED] wrote: hi there, I'm having some difficulties making a complete backup from my redhat system. At the moment i Backup all critical files by copying them over NFS to my windows PC where i write them on disc. But i would like to make a "norton ghost"-lik

Re: complete system backup

2002-11-06 Thread Jonathan Gaudette
A really good program that I use is called Partition Image (http://www.partimage.org/) It makes the image in tar format, and also does file compression (bzip2 or gzip). Enjoy :) -- -Jon "GenKiller" Gaudette Digital Drip Webmaster (digital-drip.com) CNCNZ Co-Webmaster (cncnz.com) On Wed, 2002-1

complete system backup

2002-11-06 Thread Bjorn.Naessens
Title: Message hi there,   I'm having some difficulties making a complete backup from my redhat system. At the moment i Backup all critical files by copying them over NFS to my windows PC where i write them on disc. But i would like to make a "norton ghost"-like backup. So when something g