Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!wuarchive!udel!rochester!kodak!ispd-newsserver!garden.ssd.kodak.com!weimer From: weimer@garden.ssd.kodak.com (Gary Weimer (253-7796)) Newsgroups: comp.unix.questions Subject: Re: Disk Backups Keywords: Volume copy Message-ID: <1991May7.100848.25194@ssd.kodak.com> Date: 7 May 91 10:08:48 GMT References: <12397@ibism.uucp> Sender: news@ssd.kodak.com Reply-To: weimer@ssd.kodak.com Organization: Eastman Kodak Co.; Rochester, NY Lines: 27 In article <12397@ibism.uucp>, rrg@ibism.UUCP (Renato Ghica) writes: |> Can any kind soul tell me the best way to make a physical copy of a |> disk (including all the filesystems on it ?) to another disk ? [tar doesn't work] |> dd only lets me do one partition at the time |> I don't have volcopy on my SPARCstation ver 4.1.1 [looking for VMS BACKUP/IMAGE equiv] 1) dump | restore (designate stdout for dump file & stdin for restore) 2) if the drive geometries are identical, you can use dd to copy the 'c' partition (the whole disk). Both disks should have all partitions umount'd before doing this. I just used this when I was replacing a 1.2G drive that was getting flaky. I wish I knew how long it took. I had to go home while my wife would still let me in the door (every once in a great while you find a disadvantage to marriage :-) ). I didn't think about putting 'date' in the input buffer until I was half-way home :-( NOTE: drive geometries MUST be the same to do this. BTW: If you're trying to install a second SPARC I+ (and probably other machines as well), you can connect the two machines via the SCSI bus, bring up second machine to the > prompt (halted), and then access it's drive via the first machine. Making the drive id's different is left as an excersize for the reader. weimer@ssd.kodak.com ( Gary Weimer )