I am using version 14.2 with client / server windows , and I'm okay to set the 
fileset to back up the windows , folders (desktop, documents) . I auditioned 
the same fileset in bacula and work, can you help me ?In the example below it 
only creates the tree of folders under the Users

FileSet { 
       Name = "WindowsFileSet" 
       Enable VSS = yes
       Include { 
               Options { 
                        signature = SHA1
                        compression = GZIP
                        onefs = yes
                        ignore case = yes
                        WildDir  = "C:/Users/*/Documents" 
                        Wild     = "C:/Users/*/Documents/*" 
                       
               } 
               Options { 
                       RegexDir = "C:/Users/.+/"
                       RegexFile = ".*"
                        exclude = yes 
                       ignore case = yes
                }
                                           
       File = "C:/Users/" 
       } 
} 

Thanks

-- 
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 [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to