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 Bruno Friedmann (bruno-at-bareos) schrieb am Dienstag, 4. März 2025 um 10:00:36 UTC+1: > Hi Josef, without example I a bit clueless how to help you. > > OneFS allow the fact skip subdir when they are a different filesystem, > like /proc /dev /sys when you give File=/ to backup. > If you give /data/subdir and subdir is missing you will have a warning > because it is expected to be there. > > If you have that much warning, maybe another approach is needed to build > the list to be backuped like dynamic scripting. > On Monday, 3 March 2025 at 11:43:56 UTC+1 Josef Weisskopf wrote: > >> Hello, >> >> is there a possibility to get rid of the warnings if directories don´t >> exist? >> I read the onefs option should do that ("This configuration will >> silently skip non-existing folders without generating warnings") but it >> doesn´t work in my case. >> Do I miss something? >> >> kr >> > -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to bareos-users+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/bareos-users/39caa366-bf19-46e3-9219-d6cc436ab4e2n%40googlegroups.com.