ADSM-L

Re: [ADSM-L] Exclude syntax

2007-11-09 14:29:20
Subject: Re: [ADSM-L] Exclude syntax
From: Andrew Raibeck <storman AT US.IBM DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Fri, 9 Nov 2007 12:28:52 -0700
Hmm....

> Exclude.Dir "e:\FileboundImages\08947000
> Exclude.Dir "e:\FileboundImages\0[0-8][0-9][0-4][0-6][0-9][0-9][0-9]

If indeed the dirs are numerical, then it does not cover a dir like:

   e:\FileboundImages\08899999

which should be excluded.

How about this?

   exclude.dir e:\FileboundImages\0[0-7]??????
   exclude.dir e:\FileboundImages\08[0-8]?????
   exclude.dir e:\FileboundImages\089[0-3]????
   exclude.dir e:\FileboundImages\0894[0-6]???
   exclude.dir e:\FileboundImages\08947000]???

Regards,

Andy

Andy Raibeck
IBM Software Group
Tivoli Storage Manager Client Product Development
Level 3 Team Lead
Internal Notes e-mail: Andrew Raibeck/Tucson/IBM@IBMUS
Internet e-mail: storman AT us.ibm DOT com

IBM Tivoli Storage Manager support web page:
http://www.ibm.com/software/sysmgmt/products/support/IBMTivoliStorageManager.html


The only dumb question is the one that goes unasked.
The command line is your friend.
"Good enough" is the enemy of excellence.

"ADSM: Dist Stor Manager" <ADSM-L AT VM.MARIST DOT EDU> wrote on 2007-11-09
11:46:18:

> On Nov 9, 2007, at 12:29 PM, Bell, Charles (Chip) wrote:
>
> > Exclude.Backup "e:\FileboundImages\0[0000000-8947000]\*"
> >
>
> Chip -
>
> Presuming that incorrect form suggests a large range of
> directories having numerical names, I think you want:
>
> Exclude.Dir "e:\FileboundImages\08947000
> Exclude.Dir "e:\FileboundImages\0[0-8][0-9][0-4][0-6][0-9][0-9][0-9]
>
>    Richard Sims

<Prev in Thread] Current Thread [Next in Thread>