Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!ccu.umanitoba.ca!herald.usask.ca!alberta!ubc-cs!van-bc!zaphod.mps.ohio-state.edu!sdd.hp.com!spool.mu.edu!uunet!mcsun!cernvax!chx400!chx400!bernina!karrer From: karrer@bernina.ethz.ch (Andreas Karrer) Newsgroups: comp.unix.ultrix Subject: disk-to-disk dump fails on DS5800/DS5400 Summary: Cannot do dump|restore of root filesystem from RA90 to RA90 Keywords: disk-to-disk dump, RA90, DECsystem 5800/5400 Message-ID: <1991Feb8.104441.24825@bernina.ethz.ch> Date: 8 Feb 91 10:44:41 GMT Distribution: comp Organization: Swiss Federal Institute of Technology (ETH), Zurich Lines: 37 On our DECsystem 5840 and 5400, both equipped with RA90 disks and running Ultrix 4.0, we used to do disk-to-disk backups of the root filesystem using the following script: #!/bin/sh BACKROOT=ra1a ROOT=ra0a /bin/umount /dev/$BACKROOT >/dev/null 2>&1 /bin/newfs /dev/r$BACKROOT ra90 if [ $? = 0 ]; then if [ ! -d /backroot$$ ]; then mkdir /backroot$$ fi mount /dev/$BACKROOT /backroot$$ cd /backroot$$ /bin/dump 0f - /dev/$ROOT|/bin/restore rf - > /dev/console 2>&1 cd / umount /backroot$$ rmdir /backroot$$ fi The partition sizes of /dev/ra0a and /dev/ra1a are exactly identical. This has suddenly ceased to work. Now we get lots (15+) error messages (from restore): expected next file 4194, got 4193 expected next file 4205, got 4204 expected next file 4219, got 4218 ... cannot find directory inode 11 abort? [yn] Am I missing something? +----------- Andi Karrer, Communication Systems, ETH Zuerich, Switzerland karrer@bernina.ethz.ch