ufsrestore

From: Steve Plemmons (plemmons@math.msu.edu)
Date: Fri Jan 23 2004 - 15:33:45 EST


I've always used a third part backup package and am now taking over a system
that is using ufsdump. They are using the following script entries to
backup.

 

#!/bin/tcsh -f

setenv TAPE /dev/rmt/0cn

echo "Backing up assist..."

/usr/sbin/ufsdump 0ucf $TAPE /

/usr/sbin/ufsdump 0ucf $TAPE /usr

/usr/sbin/ufsdump 0ucf $TAPE /var

/usr/sbin/ufsdump 0ucf $TAPE /opt

/usr/sbin/ufsdump 0ucf $TAPE /d100

/usr/sbin/ufsdump 0ucf $TAPE /d101

/usr/sbin/ufsdump 0ucf $TAPE /d102

 

The filesystem that I am interested in is /d100. /d100 is still mounted
with the old disk. I have installed a new disk and have mounted on /mnt
temporarily and want to use ufsrestore restore the /d100 dump to /mnt.

 

I know it's something like

 

Ufsrestore rvf /dev/rmt/0cn

 

But when I run this in the /mnt directory it keeps restoring /. How do I
designate /d100?

 

Thanks,

 

Steve
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:27:53 EDT