Whooops, got a little carried away on the last exclude, which should not have '?' at the end. So the corrected version is:
> 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] 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 12:28:52: > 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
