I have to exclude all /uxx/ file systems except /u01/oradata/dwhprod. I'm not always told when new file systems are added so I use
exclude.dir /u0[2-9]/oradata/dwhprod exclude.dir /u[1-9][0-9]/oradata/dwhprod Jim Schneider -----Original Message----- From: ADSM: Dist Stor Manager [mailto:[email protected]] On Behalf Of Ballenger, Craig Sent: Friday, April 20, 2012 1:33 PM To: [email protected] Subject: Re: [ADSM-L] Inclexcl File Syntax Question Yes. -----Original Message----- From: ADSM: Dist Stor Manager [mailto:[email protected]] On Behalf Of Shawn Drew Sent: Friday, April 20, 2012 2:24 PM To: [email protected] Subject: Re: [ADSM-L] Inclexcl File Syntax Question Do those specific names show up as individual filesystems in a "df" output ? (i.e. not subdirectories, etc) Regards, Shawn ________________________________________________ Shawn Drew Internet [email protected] Sent by: [email protected] 04/20/2012 02:11 PM Please respond to [email protected] To ADSM-L cc Subject [ADSM-L] Inclexcl File Syntax Question All, On systems where we're running Oracle database instances, we generally have four filesystems dedicated to Oracle named: /u01, /u02, /u03, & /u04. Since these are used by a DBMS, we don't want to back them up with TSM using normal filesystem backups as those backups would be useless. (The databases are instead backed up via TDPO or RMAN.) So, we want to exclude those four filesystems from TSM backups. We should be able to put these entries in the include-exclude file (normally configured as "/{usr|opt}/tivoli/tsm/client/ba/bin/inclexcl") to exclude those filesystems: exclude.fs /u01 exclude.fs /u02 exclude.fs /u03 exclude.fs /u04 ...but, I've found that for some reason those don't seem to work. So, instead, I've tried these entries: exclude.dir /u01 exclude.dir /u02 exclude.dir /u03 exclude.dir /u04 ...which do seem to work. Which is the correct syntax to exclude the filesystems? Thanks, Craig This message and any attachments (the "message") is intended solely for the addressees and is confidential. If you receive this message in error, please delete it and immediately notify the sender. Any use not in accord with its purpose, any dissemination or disclosure, either whole or partial, is prohibited except formal approval. The internet can not guarantee the integrity of this message. BNP PARIBAS (and its subsidiaries) shall (will) not therefore be liable for the message if modified. Please note that certain functions and services for BNP Paribas may be performed by BNP Paribas RCC, Inc. ********************************************************************** Information contained in this e-mail message and in any attachments thereto is confidential. If you are not the intended recipient, please destroy this message, delete any copies held on your systems, notify the sender immediately, and refrain from using or disclosing all or any part of its content to any other person.
