ADSM-L

Re: Include/Exclude (again)

2002-02-25 16:24:38
Subject: Re: Include/Exclude (again)
From: Andrew Raibeck <storman AT US.IBM DOT COM>
Date: Mon, 25 Feb 2002 16:21:57 -0500
OK, thanks. It helps to know the context of the question.   :-)

The EXCLUDE statement (without and . extension) excludes only files, not
directories. So include/exclude statements like this:

   exclude *:\...\*
   INCLUDE D:\Oracle\backup\dev8i.dmp MCBKUP4

Will back up the one file plus all directories. It should *not* back up
other files, though. But it is true that traversing the directories could
take a while.

Some ideas to get around this:

Create a schedule just for this client (if it isn't already dedicated to
the one client) and use the OBJECTS option to indicate the one file you
want to process:

   OBJECTS="D:\Oracle\backup\dev8i.dmp MCBKUP4"

Create a text file, say, C:\BACKUP.LIST, on the client machine that
contains just the fully-qualified name of the file you wish to back up.
Create a schedule just for this client (if it isn't already dedicated to
the one client) and code the OPTIONS setting like this:

   OPTIONS="-FILELIST=C:\BACKUP.LIST"

This will cause the client to process only the file(s) listed in
C:\BACKUP.LIST.

See Mark Morrison's post for yet another solution.

There was a not-too-dissimilar discussion about this last year. You can
find a post I made at http://msgs.adsm.org/cgi-bin/get/adsm0108/451.html.

Regards,

Andy

Andy Raibeck
IBM Software Group
Tivoli Storage Manager Client Development
Internal Notes e-mail: Andrew Raibeck/Tucson/IBM@IBMUS
Internet e-mail: storman AT us.ibm DOT com

The only dumb question is the one that goes unasked.
The command line is your friend.
"Good enough" is the enemy of excellence.




"MacMurray, Andrea (CC-ETS Ent Storage Svcs)"
<Andrea.MacMurray AT CONAGRAFOODS DOT COM>
Sent by: "ADSM: Dist Stor Manager" <ADSM-L AT VM.MARIST DOT EDU>
02/25/2002 13:48
Please respond to "ADSM: Dist Stor Manager"


        To:     ADSM-L AT VM.MARIST DOT EDU
        cc:
        Subject:        Re: Include/Exclude (again)



The problem is that TSM is still backing up all the data on the client. As
I
understand we shold be able to exclude everything but one file. This is
what
we are trying to do.

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