Re: Include and sub-dirs

2005-10-14 Thread Eric Bourgi
INCLUDE /oracle_backups/.../*  mgmt_class


-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Zoltan Forray/AC/VCU
Sent: Thursday, October 13, 2005 9:46 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Include and sub-dirs

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


Re: Include and sub-dirs

2005-10-14 Thread Laurent Bendavid

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


Include and sub-dirs

2005-10-13 Thread Zoltan Forray/AC/VCU
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


Re: Include and sub-dirs

2005-10-13 Thread Gilbert, Guillaume
Try this :

INCLUDE /oracle_backups/.../* ORACLE_BACKUPS


Guillaume Gilbert
Storage Architect
Data Management Group
StorageTek Canada Inc. 
A wholly owned subsidiary of Sun Microsystems
[EMAIL PROTECTED]
514.866.8876 Office
514.290.6526 Mobile

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Zoltan Forray/AC/VCU
Sent: October 13, 2005 15:46
To: ADSM-L@VM.MARIST.EDU
Subject: [ADSM-L] Include and sub-dirs

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