I want to code an include statement that applies a management class to a
specific directory/filesystem and all subdirs/filesystems beneath it.

Do I need to have one include statement for each sub-filesystem ?

We tried:    INCLUDE /oracle_backups/* ORACLE_BACKUPS

but it only seems to apply to the files in /oracle_backups ?

Is it supposed to be:  INCLUDE /oracle_backups/*.* ORACLE_BACKUPS

This is on Solaris - TSM client V5.3.x

Reply via email to