Backup selection (Unix)
Hi All,
I have one quick question. does "/" means ALL_LOCAL_DRIVES for Unix client backup selection.
Thanks,
Abdulloh
/ is the root filesystem
if there is only 1 filesystem on the server then - yes it would get everything.
but if there is more than one
/ will only get the root filesystem ,and any other MOUNTED filesystem can be a different job of you say you want multi stream.
example:
Filesystem 512-blocks Free %Used Iused %Iused Mounted on
/dev/hd4 2097152 1733616 18% 3727 1% / < this is the root fs
/dev/hd2 8388608 3718456 56% 51066 5% /usr <this is usr that is mounted
/dev/hd9var 2097152 799944 62% 9352 4% /var <this is var that is mounted
/dev/hd3 2097152 2003240 5% 138 1% /tmp <this is tmp that is mounted
so inside / there is a directory called usr and one called var and one called tmp.
on top of those directories filesystems have been mounted (if you have access to the unix box a "df" will show this).
so when you say do multi streams with all local drives it will do a job for
/
and one for
/usr
and one for
/var
and one for
/tmp
also in this is if you have anything mounted from outside the server like a NFS mount. if you say do not mount cross points then it will not backup any NFS mounts (always best to back them up at the source).
so with that info - do you need clarification on anything?