ADSM-L

Re: Exclude question

2002-10-10 20:28:42
Subject: Re: Exclude question
From: Andrew Raibeck <storman AT US.IBM DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Thu, 10 Oct 2002 18:27:24 -0600
Change your exclude statement to:

   exclude *:\...\*

But the above will still cause the rest of the file system to be traversed
and the directory structure backed up. If you don't want that, then try
doing something like this:

- From the command line, issue:

   dsmc i "c:\program files\soonandsoforth\" -subdir=yes

- For a scheduled backup, define a schedule whose OBJECTS setting includes
the desired file spec:

   define schedule mydomain mysched objects='"c:\program
files\soonandsoforth\"' -options="-subdir=yes"

Of course, you don't need the -subdir option if you don't care to process
subdirectories.

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.eyebm DOT com (change eye to i to reply)

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




Jim Kirkman <jmk AT EMAIL.UNC DOT EDU>
Sent by: "ADSM: Dist Stor Manager" <ADSM-L AT VM.MARIST DOT EDU>
10/10/2002 12:29
Please respond to jim_kirkman


        To:     ADSM-L AT VM.MARIST DOT EDU
        cc:
        Subject:        Exclude question



O.K.

4.2.1 client running on W2K server. There's a folder nested under the
Program Files directory structure, the contents of which I need to back
up. What I don't need is the other 2GB or so of mess that's in that same
structure. Since you can't (as far as I'm aware) use the exclude.dir
command and still get any part of the specified folder, what's the best
way to pick out this one directory? I really don't want to have a whole
raft of exclude.dir statements, in fact this one folder is really the
only piece of the whole file system I  need.

Would the following work?

exclude ?:*
include "c:\program files\soonandsoforth\*" mc



--
Jim Kirkman
AIS - Systems
UNC-Chapel Hill
966-5884

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