I have seen documentation both ways and sometimes including both. This statement from http://publib.boulder.ibm.com/tividd/td/TSMC/SH26-4117-01/en_US/HTML/ans60013.htm
To specify a management class named *managall* to use for all files to which you do not explicitly assign a management class, you would enter: include * managall In another paragraph, it says: To specify your own default management class for files that are not explicitly included, specify: include ?:* mgmt_class_name On Thu, Oct 1, 2015 at 2:37 PM, Paul Zarnowski <[email protected]> wrote: > Hi Zoltan, > > I think the documentation around include/exclude wildcarding is very > confusing, but here is what I think you need to do: > > include ?:\Software\ClickCommerce\Backup\...\* 15DAYS > > While I cannot find anything in the manuals that indicate that a "*" won't > work for the drive letter, all of their examples use "?" when wildcarding > the drive letter. Also, the "..." is important if you want to catch all > files in subdirectories under "Backup", and not just the files in "Backup" > itself. Also note that the directory objects themselves are assigned to a > management class via DIRMC, or if none is specified, then the management > class having the longest RETONLY in that Policy Domain. > > ..Paul > > > At 01:35 PM 10/1/2015, Zoltan Forray wrote: > >I thought I had this figured out but keep getting the wrong results. This > >is a W2K8 box with 7.1.2 client. > > > >I want to apply a different management class to one directory and all of > >its sub-directories. > > > >So I added the following statements: > > > >include * STANDARD > >include *:\Software\ClickCommerce\Backup\* 15DAYS > > > >Yet STANDARD MC was applied to everything. Yes I am 100% positive on the > >directory name that I want to apply the 15DAYS to. No spaces in the name. > > > >I first tried it without the first include MC and ended up with everything > >having 15DAYS applied to it. > > > >So for tonights backup, I have changed it to: > > > >include * STANDARD > >include D:\Software\ClickCommerce\Backup\...\* 15DAYS > > > >or if I am still wrong, please tell me what I am doing wrong? > > > >-- > >*Zoltan Forray* > >TSM Software & Hardware Administrator > >Xymon Monitor Administrator > >Virginia Commonwealth University > >UCC/Office of Technology Services > >www.ucc.vcu.edu > >[email protected] - 804-828-4807 > >Don't be a phishing victim - VCU and other reputable organizations will > >never use email to request that you reply with your password, social > >security number or confidential personal information. For more details > >visit http://infosecurity.vcu.edu/phishing.html > > > -- > Paul Zarnowski Ph: 607-255-4757 > Assistant Director for Storage Services Fx: 607-255-8521 > IT at Cornell / Infrastructure Em: [email protected] > 719 Rhodes Hall, Ithaca, NY 14853-3801 > -- *Zoltan Forray* TSM Software & Hardware Administrator Xymon Monitor Administrator Virginia Commonwealth University UCC/Office of Technology Services www.ucc.vcu.edu [email protected] - 804-828-4807 Don't be a phishing victim - VCU and other reputable organizations will never use email to request that you reply with your password, social security number or confidential personal information. For more details visit http://infosecurity.vcu.edu/phishing.html
