On Mon, Nov 19, 2012 at 02:10:09PM -0800, rlinsurf wrote: > Hi-- > > I'm trying to use xfsdump to copy all the files from my home DVR to a bigger > hard drive. > > These are the instructions, with the old drive being sdb and the new drive > being sda > > mkdir /mnt/fap > mkdir /mnt/hr20 > mount -t xfs -o rtdev=/dev/sda3 /dev/sda2 /mnt/fap > mount -t xfs -o rtdev=/dev/sdb3 /dev/sdb2 /mnt/fap > > and finally: > > xfsdump -J - /mnt/hr20 | xfsrestore -J - /mnt/fap > > At this point, I'm getting an error saying that I have a broken pipe (32) > xfsdump interrupted 16 sec. > xfsdump result INTERRUPT > > I've tried this sevral times, but now I'm getting to add -R, not saying to > where, but even when I do add it to the xfsdump part of the command, it > keeps saying broken pipe. > > What am I doing wrong?
Well, you seem to be asking Linux questions on an OpenBSD mailinglist. We can't help with that, please post your questions to the correct list. ps: I do like /mnt/fap. That's a nice and short name... > > Thanks. > > > > > -- > View this message in context: > http://openbsd.7691.n7.nabble.com/xfsdump-INTERRUPT-tp219224.html > Sent from the openbsd user - misc mailing list archive at Nabble.com.

