DSM.OPT

Lencounia

ADSM.ORG Member
Joined
Jul 17, 2020
Messages
11
Reaction score
0
Points
0
PREDATAR Control23

Hi,

My dsm.opt file is as below:
NODENAME <nodename>
TCPSERVERADDRESS <TSM_Server>
passwordaccess generate
domain all-local
* tcpwindowsize 63
* tcpbuff 32
* txnbytel 2097152
compression off
compressalways no
errorlogret 2
schedlogret 2
subdir yes
schedmode prompted
tapeprompt no
scrolllines 20
scrollprompt no
verbose
memoryefficientbackup yes
EXCLUDE.BACKUP "*:\microsoft uam volume\...\*"
EXCLUDE.BACKUP "*:\microsoft uam volume\...\*.*"
EXCLUDE.BACKUP "*:\...\EA DATA. SF"
EXCLUDE.BACKUP "*:\IBMBIO.COM"
EXCLUDE.BACKUP "*:\IBMDOS.COM"
EXCLUDE.BACKUP "*:\IO.SYS"
EXCLUDE.BACKUP "*:\...\system32\config\...\*"
EXCLUDE.BACKUP "*:\...\system32\Perflib*.dat"
EXCLUDE.BACKUP "*:\...\system32\dhcp\...\*"
INCLUDE.BACKUP "*:\...\system32\dhcp\backup\...\*"
EXCLUDE.BACKUP "*:\...\system32\dns\...\*"
INCLUDE.BACKUP "*:\...\system32\dns\backup\...\*"
EXCLUDE.ARCHIVE "*:\microsoft uam volume\...\*"
EXCLUDE.ARCHIVE "*:\microsoft uam volume\...\*.*"
EXCLUDE.ARCHIVE "*:\...\EA DATA. SF"
EXCLUDE.ARCHIVE "*:\IBMBIO.COM"
EXCLUDE.ARCHIVE "*:\IBMDOS.COM"
EXCLUDE.ARCHIVE "*:\IO.SYS"
EXCLUDE.ARCHIVE "*:\...\system32\config\...\*"
EXCLUDE.ARCHIVE "*:\...\system32\Perflib*.dat"
EXCLUDE.ARCHIVE "*:\...\system32\dhcp\...\*"
INCLUDE.ARCHIVE "*:\...\system32\dhcp\backup\...\*"
EXCLUDE.ARCHIVE "*:\...\system32\dns\...\*"
INCLUDE.ARCHIVE "*:\...\system32\dns\backup\...\*"
EXCLUDE.DIR "*:\System Volume Information"
EXCLUDE.DIR "*:\...\Temporary Internet Files"
EXCLUDE.DIR "*:\Recycled"
EXCLUDE.DIR "*:\Recycler"
EXCLUDE.DIR "*:\$Recycle.Bin"
EXCLUDE.BACKUP "*:\...\*.a"
EXCLUDE.BACKUP "*:\...\*.aif"
EXCLUDE.BACKUP "*:\...\*.aiff"
EXCLUDE.BACKUP "*:\...\*.arj"
EXCLUDE.BACKUP "*:\...\*.asf"
EXCLUDE.BACKUP "*:\...\*.asx"
EXCLUDE.BACKUP "*:\...\*.au"
EXCLUDE.BACKUP "*:\...\*.avi"
EXCLUDE.BACKUP "*:\...\*.bin"
EXCLUDE.BACKUP "*:\...\*.bat"
EXCLUDE.BACKUP "*:\...\*.bmp"
EXCLUDE.BACKUP "*:\...\*.cab"
EXCLUDE.BACKUP "*:\...\*.core"
EXCLUDE.BACKUP "*:\...\*.cmd"
EXCLUDE.BACKUP "*:\...\*.dll"
EXCLUDE.BACKUP "*:\...\*.dmp"
EXCLUDE.BACKUP "*:\...\*.dylib"
EXCLUDE.BACKUP "*:\...\*.exe"
EXCLUDE.BACKUP "*:\...\*.gif"
EXCLUDE.BACKUP "*:\...\*.hlp"
EXCLUDE.BACKUP "*:\...\*.jar"
EXCLUDE.BACKUP "*:\...\*.jpg"
EXCLUDE.BACKUP "*:\...\*.log"
EXCLUDE.BACKUP "*:\...\*.m4p"
EXCLUDE.BACKUP "*:\...\*.mid"
EXCLUDE.BACKUP "*:\...\*.midi"
EXCLUDE.BACKUP "*:\...\*.mov"
EXCLUDE.BACKUP "*:\...\*.mp3"
EXCLUDE.BACKUP "*:\...\*.mp4"
EXCLUDE.BACKUP "*:\...\*.mpeg"
EXCLUDE.BACKUP "*:\...\*.mpg"
EXCLUDE.BACKUP "*:\...\*.o"
EXCLUDE.BACKUP "*:\...\*.obj"
EXCLUDE.BACKUP "*:\...\*.ogg"
EXCLUDE.BACKUP "*:\...\*.png"
EXCLUDE.BACKUP "*:\...\*.psd"
EXCLUDE.BACKUP "*:\...\*.ram"
EXCLUDE.BACKUP "*:\...\*.rar"
EXCLUDE.BACKUP "*:\...\*.rm"
EXCLUDE.BACKUP "*:\...\*.rmvb"
EXCLUDE.BACKUP "*:\...\*.sh"
EXCLUDE.BACKUP "*:\...\*.smi"
EXCLUDE.BACKUP "*:\...\*.snd"
EXCLUDE.BACKUP "*:\...\*.tar"
EXCLUDE.BACKUP "*:\...\*.wav"
EXCLUDE.BACKUP "*:\...\*.wma"
EXCLUDE.BACKUP "*:\...\*.wmf"
EXCLUDE.BACKUP "*:\...\*.wmv"
EXCLUDE.BACKUP "*:\...\*.zip"
EXCLUDE.DIR "C:\"
DOMAIN \\node_name\site$

Yet drive C:\ still gets backed up. I want Do only backup drive "site".

Please assist.
 
PREDATAR Control23

The DOMAIN option in the option file is cumulative when listed more than once. You have it listed twice. So it does "all-local + \\node_name\site$". C: is part of all-local. Comment out or delete the other DOMAIN option from your option file.
 
PREDATAR Control23

The DOMAIN option in the option file is cumulative when listed more than once. You have it listed twice. So it does "all-local + \\node_name\site$". C: is part of all-local. Comment out or delete the other DOMAIN option from your option file.

Hi,

I seem to have the same dilema with another node. The node is doing systemstate bacup but my opt file is as below.

NODENAME TSMCLIENT1
TCPSERVERADDRESS TSMSERVER
commmethod TCPIP
tcpport 1500
passwordaccess generate
compression off
compressalways no
errorlogret 7
schedlogret 7
subdir yes
schedmode prompted
tapeprompt no
scrolllines 20
scrollprompt no


EXCLUDE.DIR "C:\"
EXCLUDE.SYSTEMSERVICE Registry
EXCLUDE.DIR "D:\Program Files"
EXCLUDE.DIR "D:\7.7 rc3"
EXCLUDE.DIR "D:\Symantec"
DOMAIN "\\tsmclient1\d$"

The node also backs up C:\ and I only want to backup D:\ as I have stated the domain
 
Top