I have this disk on a Linux box which has three separate file systems.
/, /usr, and /var.
Now if I have a disklist that says
hostname / dumptype
I only get / backed up not /usr or /var.
If I specify the other two in the disklist then all is ok.
hostname / dumptype
hostname /usr dumptype
hostname /var dumptype
My dumptype has no exclusions at all. How come
the original disklist with:
hostname / dumptype
does not pickup the other file systems which are mounted as /usr and /var?
I do not mind having to specify them, but was wondering if there was a parameter
that will tell it to include everything mounted under / even if it is really a
separate file system?
Thanks.
end