ADSM-L

Re: EXCLUDE Command

2002-02-26 10:23:46
Subject: Re: EXCLUDE Command
From: "Al'shaebani, Bassam" <Bassam.Al'shaebani AT MSNYUHEALTH DOT ORG>
Date: Tue, 26 Feb 2002 10:21:19 -0500
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: ADSM-L AT VM.MARIST DOT EDU 
        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
        

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