![]() |
![]() |
You can use include and exclude statements to control which sections of the NDS tree are eligible for backup processing. You can use include-exclude processing to help distribute the NDS backup over multiple servers.
The following are examples of excluding NDS objects:
exclude.dir nds:.o=tsm
exclude nds:.o=tsm.*
exclude.dir "nds:.o=tsm.ou=San Jose"
exclude nds:*.cn=ramke
Note: Include-exclude processing does not affect processing of container entries. As with directories, all containers will be backed up regardless of the include-exclude statements you use. Tivoli Storage Manager client Versions 4 and above accept the exclude.dir option which also exclude directory entries.
Note: You cannot use the include and exclude.dir options together. The following example will not produce desired results:
exclude.dir nds:.O=TSM include nds:.O=TSM.OU=Tucson.*
You must use the following statements to include only the objects in the .O=TSM.OU=Tucson branch of the NDS:
exclude nds:.O=TSM.* include nds:.O=TSM.OU=Tucson.*