>I'm setting up my include/exclude statements dsm.sys file on all my AIX >servers, and I'm running into problem with the excludes. I want to = >exclude >the following filesystems : > >/ >/usr >/var >/tmp > >I'm using the following statements in my dsm.sys : > >exclude.dir "/" >exclude.dir "/usr" >exclude.dir "/var" >exclude.dir "/tmp" > >followed by whatever other filesystems I want excluded . The four I've >pointed out are are constantly being backed up. I'm running version TSM >5.2.2 on AIX 5.2 server. All my clients are 5.2.2. Any ideas ?
Don't do it backwards... Rather than try to exclude file systems, in general, only have the ones you want included on a Domain definition. Right now you're looking at dsm.sys in pursuing the problem. Do 'dsmc q opt' and 'dsmc q inclexcl' to gauge the true environment, which also involves the server-resident client options. Find out where the undesired file systems are being included rather than trying to blindly nullify their effect. It will keep your overall configuration simpler. Richard Sims
