Re: How to exclude network drives

2008-12-15 Thread Ian Smith
Roger, we use the following - cribbed, I think, from the client manual. Exclude.dir \\*\*\...\* This works (if memory serves correctly) due to the client addressing non-local drives using the UNC convention while addressing local drives using drive letters. Try it and see. You will s

Re: How to exclude network drives

2008-12-13 Thread Remco Post
On Dec 13, 2008, at 2:50 , Roger Deschner wrote: We have some users who are (ab)using TSM to back up network drives that they have mapped. I want to stop this, via something in a Client Option Set. How would I go about coding such a blanket exclusion, when I don't know what the name of the syste

Antwort: How to exclude network drives

2008-12-13 Thread TSM
please insert this in dsm.opt test excludeNetworkFS works with tsm 5.3, i do not know, if this is working with the newer versions. with best regards stefan savoric

How to exclude network drives

2008-12-12 Thread Roger Deschner
We have some users who are (ab)using TSM to back up network drives that they have mapped. I want to stop this, via something in a Client Option Set. How would I go about coding such a blanket exclusion, when I don't know what the name of the system hosting the drive, or its drive letter, might be?