Hi chaps,
Being my first question on this list, go easy on me ;)
I would like to be able to dump multiple qtrees to tape via rsh and not the local console.
A bit like this:
rsh -n ukwfs9 dump 0ufn urst0a,nrst0a treetest / <<!EOT
qtree0 qtree1
!EOT
As the above don't work, can it be done as it just does '/'. I can also do 'rsh -n ukwfs9 dump 0uf urst0a,nrst0a qtree' which works fine, but dumping one qtree is of no help!
To dump multiple subtrees, you want to add the 'l' option (it means something different on NetApp dump than on ufsdump). This will look for the input of the subdirectories you want to dump.
So maybe, rsh -n ukwfs9 dump 0ufnl urst0a,nrst0a treetest /
And then feed in the input however you prefer.
Though, in 5.1 a full qtree or volume dump will tend to perform better than a subtree dump (due to find performance). Also, there is a 'Q' option to dump all data NOT found in qtrees.
Sm