Newsgroups: comp.unix.aix Path: utzoo!utgpu!watserv1!maytag!csg.uwaterloo.ca!giguere From: giguere@csg.uwaterloo.ca (Eric Giguere) Subject: Re: rdump problems with AIX 1.2 Message-ID: <1990Dec12.154216.4326@maytag.waterloo.edu> Sender: daemon@maytag.waterloo.edu (Admin) Organization: University of Waterloo References: <90.346.14:25:08@ira.uka.de> Date: Wed, 12 Dec 90 15:42:16 GMT Lines: 17 Well, one solution is to use tar and pipe it through a remote shell which dd's it straight to the tape device. It's not very elegant, but it does work. Here is what I use to dump an AIX tree to the Exabyte off our Sun: tar cvBNSf 56 120@517210 - . | rsh host dd of=/dev/rst9 obs=56b where host is the name of the Sun. I read the table of contents of the tar back off the tape from AIX using: rsh host -n dd if=/dev/rst9 bs=56b | tar tvBNSf 56 120@517210 - And of course replacing "t" with "x" will extract the tree. Dunno what the optimal blocking factor is, but this works for me. -- Eric Giguere giguere@csg.UWaterloo.CA Quoth the raven: "Eat my shorts!" --- Poe & Groening