Hi,
I'm attempting to carryout a ufsdump of 5 filesystems to the same tape. The syntax i've used is:
for i in / /var /usr /opt /export/home
do
ufsdump 0cuf /dev/rmt/0n $i
done
The above does not however appear to hold all filesystems - only the first. Is there something wrong with the above?
If so, what should the syntaxt be?
Thanks
I'm attempting to carryout a ufsdump of 5 filesystems to the same tape. The syntax i've used is:
for i in / /var /usr /opt /export/home
do
ufsdump 0cuf /dev/rmt/0n $i
done
The above does not however appear to hold all filesystems - only the first. Is there something wrong with the above?
If so, what should the syntaxt be?
Thanks