On Mon, 22 Dec 2003, guy keren wrote: > > On Mon, 22 Dec 2003, Amir Spivak wrote: > > > שלום לכולם, > > אני מחזיק שרת נתונים שרץ תחת Red Hat 7.3, אני רוצה לגבות אותו בצורה הכי פשוטה > > למקרה וההארד דיסק שלו יגווע יום אחד, השאלה שלי היא האם יש איזה שהוא כלי מסוים > > ופשוט! לעשות העתקה של דיסק שלם לתקליטורים או לדיסק אחר, אני מדבר על כלי דומה > > לנורטון גוסט. > > תודה, > > אמיר. > > yes, there is such a tool. its ame is .... "norton ghost". > if you buy a current version, it supports the linux file systems (ext2, > ext3).
I simple disk-to-disk copy can be done using dd or even cat. For example, if you have two identical disks and wish to copy the first to the second, use (as root): cat /dev/hda > /dev/hdb If this is what you want, consider setting up a RAID-0. See the linux RAID howto: http://www.tldp.org/HOWTO/Software-RAID-HOWTO.html If you wish to backup only files, use rsync which can also copy files to a remote server, which makes the backup safer. Alon -- This message was sent by Alon Altman ([EMAIL PROTECTED]) ICQ:1366540 GPG public key at http://alon.wox.org/pubkey.txt Key fingerprint = A670 6C81 19D3 3773 3627 DE14 B44A 50A3 FE06 7F24 -------------------------------------------------------------------------- -=[ Random Fortune ]=- SANTA CLAUS comes down a FIRE ESCAPE wearing bright blue LEG WARMERS ... He scrubs the POPE with a mild soap or detergent for 15 minutes, starring JANE FONDA!! -------------------------------------------------------------------------- Haifa Linux Club Mailing List (http://www.haifux.org) To unsub send an empty message to [EMAIL PROTECTED]
