Hi all,
        Looks like my vdump script is wrong or I'm missing something
        on vrestore ..
        I 'm trying to take a dump of multiple directories on to tape
        these are infact independent file domains also .
        My vdump scripst is like this ...
        #! /bin/tcsh -f
        #
        #  full dump of the /home space
        #  just a bit stupid but easy to handle
        #  should be replaced
        #
         setenv TAPE /dev/nrmt0h
         echo $TAPE
         /sbin/vdump -0 -q -f $TAPE /home/proj
              /sbin/vdump -0 -q -f $TAPE /home/users
Now the probem is this whenever I try to do a 
vrestore -i -f /dev/nrmt0h 
it only lists me the contents of /home/proj ...
and no /home/users...
Is something wrong with my vdump script ??     
The total size of the data is under 20GB which is under the capacity of my DLT 
tape .
I use DLT IV. 
thanx in advance
yogi       
Received on Tue Mar 27 2001 - 09:24:26 NZST