Steve,
First things first, by using a Domain Option, you're telling TSM to
backup everything
in that domain, so first remove all the drive except H from your
Domain parameter:
Is:
DOMAIN C: D: F: H:
Should be:
DOMAIN H:
Then use the exclude parameter after the includeL
is:
DOMAIN C: D: F: H:
INCLUDE H:\TOP\*.*
EXCLUDE C: D: F: H:
Should be:
DOMAIN H:
EXCLUDE *
INCLUDE H:\TOP\*.*
This should work!...Good Luck!
-bassam
-----Original Message-----
From: Steve Green
Sent: Tue 2/26/2002 9:32 AM
To: [EMAIL PROTECTED]
Cc:
Subject: EXCLUDE Command
Hi, I am having real problem with creating a batch file to kick
off my backup
The batch file is as follows
@Echo Off
Echo Starting backup...
CD /d c:\Program Files\Tivoli\TSM\baclient
dsmc inc
and the OPT file is as follows
NODENAME MCAPS1
TCPSERVERADDRESS mcjdebatch
TCPNODELAY NO
TXNBYTELIMIT 25600
SUBDIR YES
USELARGEBUFFERS YES
BACKUPREGISTRY YES
TCPWINDOWSIZE 63
TCPBUFFSIZE 32
ERRORLOGRETENTION 7 D
SCHEDLOGRETENTION 7 D
PASSWORDACCESS GENERATE
DOMAIN C: D: F: H:
INCLUDE H:\TOP\*.*
EXCLUDE C: D: F: H:
When I run the batch file TSM backs up all the drives and not
just the TOP
directory and any sub directories.
Any ideas?
Thanks