In the Tivoli Storage Manager dsm.opt file, how do I tell it to include two specific directories, but exclude everything else.

For example, I want to backup the "E:\File Storage" and "F:\Documents" directories, but nothing else.

link|improve this question

60% accept rate
feedback

1 Answer

up vote 0 down vote accepted

DOMAIN C: D: E: :F

EXCLUDE.DIR *:\...\[a-ln-oq-tv-z]*

EXCLUDE.DIR "*:\System Volume Information"

EXCLUDE.DIR "*:\...\Temporary Internet Files"

EXCLUDE.DIR "*:\Recycled"

EXCLUDE.DIR "*:\Recycler"

EXCLUDE.DIR "*:\$Recycle.Bin"

Exclude "*:\...\*"

Exclude "*:\*"

Include "E:\File Storage\*"

Include "F:\Documents\*"

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.