Sure do. I just set these up. >From the TDP Book:
When assigning a group of databases to a management class, you must assign both objects. For example, to assign all databases that match *.nsf in the mail6 subdirectory to the DOMINO management class, code the following statement: INCLUDE mail6/*.nsf* DOMINO Just put the INCLUDE statements in the proper stanza in the DSM.SYS (*nix) OPT(Windoze) file ! Kurt Beyers <[EMAIL PROTECTED]> Sent by: "ADSM: Dist Stor Manager" <[email protected]> 09/23/2005 06:49 AM Please respond to "ADSM: Dist Stor Manager" <[email protected]> To [email protected] cc Subject [ADSM-L] Notes selective incremental management class Hello, Is it possible to bind the selective and incremental backups of Notes to different mgmt classes? For the TDP Informix, you can use a statement like include /inf_shm/inf_shm/*/0 MGMT_DB_FULL include /inf_shm/inf_Shm/*/1 MGMT_DB_INCR to bind the full backups (.../*/0) to the mgmt class MGMT_DB_FULL and the incremental backups (.../*/1) to the mgmt class MGMT_DB_INCR. Is there an equivalent statement for the Notes backup (tried already a look-alike statement, but it did not work)? thanks, Kurt
