ADSM-L

Re: Include/Exclude (again)

2002-02-25 15:47:21
Subject: Re: Include/Exclude (again)
From: Mark Morrison <MORRISM1 AT CO.GWINNETT.GA DOT US>
Date: Mon, 25 Feb 2002 15:41:44 -0500
Why don't you do a command line call from the tsm scheduler and only have the 
one file to back up from the command line.  I use this and it works fine.  

Here is "hrarchive.cmd" located on the server.  I call this using TSM command 
scheduler:
set path=%path%;c:\progra~1\tivoli\tsm\baclient
set dsm_config=c:\progra~1\tivoli\tsm\oraclescripts\dsmhr.opt
set dsm_dir=c:\progra~1\tivoli\tsm\baclient
Echo "                            " >> c:\progra~1\tivoli\tsm\hrarchive.log
Echo "****************************" >> c:\progra~1\tivoli\tsm\hrarchive.log.
Echo "archive backup starting..." >> c:\progra~1\tivoli\tsm\hrarchive.log
Date /t >> c:\progra~1\tivoli\tsm\hrarchive.log
time /t >> c:\progra~1\tivoli\tsm\hrarchive.log
c:\progra~1\tivoli\tsm\baclient\dsmc inc f:\archive\specific file here 
-subdir=yes >> c:\progra~1\tivoli\tsm\hrarchive.log
echo "archive backup ending..." >> c:\progra~1\tivoli\tsm\hrarchive.log
echo "archive backup ending..." >> c:\progra~1\tivoli\tsm\hrarchive.log
date /t >> c:\progra~1\tivoli\tsm\hrarchive.log
time /t >> c:\progra~1\tivoli\tsm\hrarchive.log


"dsmhr.opt"
NODENAME "ServerName"
LANG AMENG
COMPRESSION NO
TCPNODELAY NO
*RESOURCEUTILIZATION 6
COMMMETHOD TCPIP
TCPSERVERADDRESS 192.168.1.2
TXNBYTELIMIT 25600
TCPBUFFSIZE 512
TCPWINDOWSIZE 2048
TCPPORT 1500
HTTPPORT 1581
PASSWORDACCESS GENERATE
GUITREEVIEWAFTERBACKUP YES
QUERYSCHEDPERIOD 1
SCHEDMODE POLLING
errorlogname c:\progra~1\tivoli\tsm\hourerr.log



>>> Andrea.MacMurray AT CONAGRAFOODS DOT COM 02/25 3:27 PM >>>
We tried this already and in addition to this we tried:
Exclude *:\...\*
Exclude *:\...\*.*
Exclude *:\*
Exclude *:\*.*

Andrea

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