ADSM-L

Re: Include and sub-dirs

2005-10-14 15:14:27
Subject: Re: Include and sub-dirs
From: Laurent Bendavid <bendavid.laurent AT FREE DOT FR>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Fri, 14 Oct 2005 21:14:02 +0200
Zoltan Forray/AC/VCU wrote:

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




Use /oracle_backups/.../* to apply to all sub directories and files

<Prev in Thread] Current Thread [Next in Thread>