Re: include/exclude syntax question for TSM Unix Client

2002-12-05 Thread Richard Sims
In the recent postings on Include/Exclude, there isn't mention of the
use of the 'dsmc query inclexcl' command.  That can be a great aid in
illuminating how the Include/Exclude statements compile - particularly
in conjunction with the out-of-sight client option set Include/Excludes
that reside on the server.  Take advantage of all the TSM aids available
to you, to make life a little easier.

   Richard Sims, BU



include/exclude syntax question for TSM Unix Client

2002-12-04 Thread Peppers, Holly
Hi All,

I was hoping I could get some feedback on the syntax of a set of files that
I am trying to include during backup.  Currently, my exclude.list file looks
like so:

exclude.dir /u[0-9][0-9]
include.file /u38/exp/.../*.*

I'm trying to get TSM to backup all the files and subdirs under /u38/exp,
but still exclude all the the other u* directories and files.  I must be
doing something wrong, as TSM is still excluding /u38/exp.  I've tried a few
different combinations, but with no luck.

Does anyone have any suggestions?  Thanks.

Holly L. Peppers
BCBSFL
Cpacity Planning




Blue Cross Blue Shield of Florida, Inc., and its subsidiary and
affiliate companies are not responsible for errors or omissions in this e-mail 
message. Any personal comments made in this e-mail do not reflect the views of Blue 
Cross Blue Shield of Florida, Inc.



Re: include/exclude syntax question for TSM Unix Client

2002-12-04 Thread Todd Lundstedt
I believe exclude.dir is processed first regardless of where it is stacked
in the list.
You will have to work your exclude.dir statements so there isn't one that
will hit true on the u38 directory;
exclude.dir /u[0-2,4-9][0-9]
exclude.dir /u3[0-7,9]

Hope this helps.



Peppers, Holly
Holly.Peppers@B   To: [EMAIL PROTECTED]
CBSFL.COM cc:
Sent by: ADSM:Fax to:
Dist Stor  Subject: include/exclude syntax 
question for TSM Unix Client
Manager
[EMAIL PROTECTED]
T.EDU


12/04/2002 03:52
PM
Please respond
to ADSM: Dist
Stor Manager






Hi All,

I was hoping I could get some feedback on the syntax of a set of files that
I am trying to include during backup.  Currently, my exclude.list file
looks
like so:

exclude.dir /u[0-9][0-9]
include.file /u38/exp/.../*.*

I'm trying to get TSM to backup all the files and subdirs under /u38/exp,
but still exclude all the the other u* directories and files.  I must be
doing something wrong, as TSM is still excluding /u38/exp.  I've tried a
few
different combinations, but with no luck.

Does anyone have any suggestions?  Thanks.

Holly L. Peppers
BCBSFL
Cpacity Planning




Blue Cross Blue Shield of Florida, Inc., and its subsidiary and
affiliate companies are not responsible for errors or omissions in this
e-mail message. Any personal comments made in this e-mail do not reflect
the views of Blue Cross Blue Shield of Florida, Inc.



Re: include/exclude syntax question for TSM Unix Client

2002-12-04 Thread Kai Hintze
exclude.dir trumps the include.file. If you exclude a directory TSM won't
glance at any files under that directory even if you explicitly tell it to
do so.

You will have to either exclude all the directories but that one
exclude.dir /u[0-2,4-9][0-9]
exclude.dir /u[3][0-7,9]

Or you might look at a domain statement to limit your backups.

Have fun!
Kai.

All the world's a stage and most of us are desperately unrehearsed. -Sean
O'Casey, playwright (1880-1964)

 -Original Message-
 From: Peppers, Holly [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, 04 December 2002 2:53 PM
 To: [EMAIL PROTECTED]
 Subject: include/exclude syntax question for TSM Unix Client


 Hi All,

 I was hoping I could get some feedback on the syntax of a set
 of files that
 I am trying to include during backup.  Currently, my
 exclude.list file looks
 like so:

 exclude.dir /u[0-9][0-9]
 include.file /u38/exp/.../*.*

 I'm trying to get TSM to backup all the files and subdirs
 under /u38/exp,
 but still exclude all the the other u* directories and files.
  I must be
 doing something wrong, as TSM is still excluding /u38/exp.
 I've tried a few
 different combinations, but with no luck.

 Does anyone have any suggestions?  Thanks.

 Holly L. Peppers
 BCBSFL
 Cpacity Planning




 Blue Cross Blue Shield of Florida, Inc., and its subsidiary and
 affiliate companies are not responsible for errors or
 omissions in this e-mail message. Any personal comments made
 in this e-mail do not reflect the views of Blue Cross Blue
 Shield of Florida, Inc.




Re: include/exclude syntax question for TSM Unix Client

2002-12-04 Thread [EMAIL PROTECTED]
Tivoli Storage Manager evaluates all exclude.dir statements first (regardless of their 
position within the include-exclude list), and removes the excluded directories and 
files from the list of objects available for processing. The exclude.dir statements 
override all include statements that match
the pattern.

Kurt


 ADSM: Dist Stor Manager [EMAIL PROTECTED] wrote:


Hi All,

I was hoping I could get some feedback on the syntax of a set of files that
I am trying to include during backup.  Currently, my exclude.list file looks
like so:

exclude.dir /u[0-9][0-9]
include.file /u38/exp/.../*.*

I'm trying to get TSM to backup all the files and subdirs under /u38/exp,
but still exclude all the the other u* directories and files.  I must be
doing something wrong, as TSM is still excluding /u38/exp.  I've tried a few
different combinations, but with no luck.

Does anyone have any suggestions?  Thanks.

Holly L. Peppers
BCBSFL
Cpacity Planning




Blue Cross Blue Shield of Florida, Inc., and its subsidiary and
affiliate companies are not responsible for errors or omissions in this e-mail 
message. Any personal comments made in this e-mail do not reflect the views of Blue 
Cross Blue Shield of Florida, Inc.