Hello Bruno,
thanks for your answer, eg a fileset like this (regarding Windows). I would like to use one fileset for all Windows Data-Folders , however I don´t know which Data folder exist. It could be just one or all three.
FileSet {
Name = "winsrv-cbx-fs"
Enable VSS = yes
Include {
Options {
Drive Type = fixed
IgnoreCase = yes
OneFS = yes
}
File = "C:/Data"
File = "D:/Data"
File = "E:/Data"
Exclude Dir Containing = .nobackup
}
}
If a warning cannot be suppressed, I have to split the fileset up and use different filesets for Windows Servers which make the setup more complex and even more difficult to understand (more filesets, more jobs,...). Surely these approach has also advantages in my case I would just prefer a "general" fileset.
kr