ADSM-L

Re: Include Problem

2002-09-13 09:42:14
Subject: Re: Include Problem
From: Zlatko Krastev/ACIT <acit AT ATTGLOBAL DOT NET>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Fri, 13 Sep 2002 12:50:12 +0300
BTW: There is no include.dir yet.
But the rest about exclude.dir is correct.

Zlatko Krastev
IT Consultant




Please respond to "ADSM: Dist Stor Manager" <ADSM-L AT VM.MARIST DOT EDU>
Sent by:        "ADSM: Dist Stor Manager" <ADSM-L AT VM.MARIST DOT EDU>
To:     ADSM-L AT VM.MARIST DOT EDU
cc:

Subject:        Re: Include Problem

Exclude.Dir or Include.Dir statements are read first, regardless of their
position in the list.  So effectively, you are excluding this whole
directory.  You might try the following...

EXCLUDE "c:\admin\ntreskit\...\*"
INCLUDE "c:\admin\ntreskit\perftool\probe\...\*"

By using probe\*.* you will only get files under the PROBE directory with
extensions, and no directories under it, the \...\* syntax tells TSM to
backup everything under that directory.

Hope this helps.

Ryan Miller

Principal Financial Group

Tivoli Certified Consultant
Tivoli Storage Manager v4.1

<Prev in Thread] Current Thread [Next in Thread>
  • Re: Include Problem, Zlatko Krastev/ACIT <=