Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

File exclusions

Status
Not open for further replies.

konopj

IS-IT--Management
Oct 28, 2002
34
US
I am fairly new to TSM and and trying to find a way to exclude soem files from the daily backup so they do not show up in missed fiels on the reporting. These are the NTUSER files that are opened/running when the an account is active...

Missed File Details
SJCF2K3S5 2006-06-02 02:51 '\\sjcf2k3s5\c$\Documents and Settings\Administrator.SJCF\NTUSER.DAT'
SJCF2K3S5 2006-06-02 02:52 '\\sjcf2k3s5\c$\Documents and Settings\Administrator.SJCF\ntuser.dat.LOG'
SJCF2K3S5 2006-06-02 02:52 '\\sjcf2k3s5\c$\Documents and Settings\Administrator.SJCF\Local Settings\Application Data\Microsoft\Windows\UsrClass.dat'
SJCF2K3S5 2006-06-02 02:52 '\\sjcf2k3s5\c$\Documents and Settings\Administrator.SJCF\Local Settings\Application Data\Microsoft\Windows\UsrClass.dat.LOG'
SJCF2K3S5 2006-06-02 02:52 '\\sjcf2k3s5\c$\Documents and Settings\TSM\NTUSER.DAT'
SJCF2K3S5 2006-06-02 02:52 '\\sjcf2k3s5\c$\Documents and Settings\TSM\ntuser.dat.LOG'
SJCF2K3S5 2006-06-02 02:53 '\\sjcf2k3s5\c$\Documents and Settings\TSM\Local Settings\Application Data\Microsoft\Windows\UsrClass.dat'
SJCF2K3S5 2006-06-02 02:53 '\\sjcf2k3s5\c$\Documents and Settings\TSM\Local Settings\Application Data\Microsoft\Windows\UsrClass.dat.LOG'
 
Hi there, add lines like this to the end of the dsm.opt file located generally in
c:\program files\tivoli\tsm\client\ba\bin

EXCLUDE c:\winnt\system32\config\default.LOG
EXCLUDE c:\winnt\system32\config\SAM.LOG
EXCLUDE c:\winnt\system32\config\SECURITY.LOG
EXCLUDE c:\winnt\system32\config\software.LOG
 
I guess I need not point out to add the path of the file you want as mine were just an example (but I would exclude those too)

 
I found soem information on doign it liek this...I am not sure if this is an abbreviation, or if it will work. If it does not work Iwill be trying it you way..thanks..

DSM.OPT

exclude *:\...\NTUSER.DAT
exclude *:\...\ntuser.dat.LOG
exclude *:\...\UsrClass.dat
exclude *:\...\UsrClass.dat.LOG
 
Yeah that works too.. You can also do it through the client GUI as well... edit/preferences incl/excl tab.. very simple if you are newer to it...
 
Ah, I just found it in the GUI. Thanks, you can just right click on the file and choose exclude. I had never really even used the gui before just the administrative console and ISC. Thanks!
 
np - glad to help... I usually work on the server side where I do most things cmd line...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top