Well, the directories are showing up in increments of 1000, so I do not think I would see a "08899999" directory in this case. However, HOLY COW! Your other suggestion looks like a winner, but is this right for your last line? It doesn't look right...
exclude.dir e:\FileboundImages\08947000]??? -----Original Message----- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Raibeck Sent: Friday, November 09, 2007 1:29 PM To: [email protected] Subject: Re: [ADSM-L] Exclude syntax 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/[EMAIL PROTECTED] Internet e-mail: [EMAIL PROTECTED] 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" <[email protected]> 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 ----------------------------------------- Confidentiality Notice: The information contained in this email message is privileged and confidential information and intended only for the use of the individual or entity named in the address. If you are not the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this information is strictly prohibited. If you received this information in error, please notify the sender and delete this information from your computer and retain no copies of any of this information.
