Hi,
 
 I have a question about the client dsm.opt file...
 
If I want to make backup of a directory-structure (all files) in a "normal" manner, I 
just use the INCLUDE statement. But what is I want all files backup up using 
incremental - but files with the extension .MSX in that folder structure should be 
backed up using subfile option ? What would this look like in the dsm.opt file ?
 
For the normal backup I have:
 
Domain D:
Exclude *
Include d:\MyFolder\...\*
 
But in this structure there might be
 
d:\MyFolder\Sub1\Sub3\file1.msx
d:\MyFolder\Sub2\file2.msx
 
etc.. These files are quite large and need to be backed up over a line with limited 
bandwidth, and that is why I want to use the subfile option...Would the dsm.opt then 
look like this:
 
Domain D:
SubFileBackup Yes
Exclude *
Include d:\MyFolder\...\*
Include.subfile d:\MyFolder\...\*.msx
 
- or are they listed in the wrong order ??
 
Regards,
 
/Brian

Reply via email to