# dodump options file for hepdec04.physics.lsa.umich.edu # Eric Myers University of Michigan, Ann Arbor # @(#) $Revision: 4.3 $ - $Date: 1996/08/21 14:19:51 $ - $Author: myers $ #======================================================================* set DUMPDIR = "/usr/adm/dumpdir" # dump directory set LOLEV = "root usr" # level 0 or 1 set ALWAYS = "root usr" # always dump these set DUMP = "/bin/rdump" # dump command set RESTORE = "/bin/rrestore" # restore command, for dumptoc set DFLAGS = u # dump command flags set DUMPDEV = "dirac:/dev/rmt/0mnb" # dump device set DEN = "550000" # 2.0-Gbyte 4mm DDS set SIZE = "4150" # 2.0-Gbyte 4mm DDS set MTCMD = "rsh dirac mt -t /dev/rmt/0mnb" # mag tape commands set Nfsf = 0 # position on tape (files to skip) set FSCK = "echo Skipping Filesystem Check. " set UMOUNT = "/usr/sbin/umount -a -F nfs" set MOUNT = "/usr/sbin/mount -a -F nfs" set EXPORTFS = /usr/sbin/exportfs alias exportfs echo exportfs # Ultrix has a different format for /etc/fstab, so convert it # and point to that if ( `uname` == "ULTRIX" ) then sed -e "s/\:/ /g" /etc/fstab > /tmp/fstab set FSTAB=/tmp/fstab set NOTIFY = o # for Non-Ultrix dump set RFLAGS = "o" # for Non-Ultrix restore format set restoreskip # restore can't handle -s flag endif exit 0