Good morning

I have read all about bacula filesets and i donĀ“t find a way to got this. I
wish to know if exist any way to create a unique fileset to all my windows
servers and got a full backup of all disk drives. Please keep in mind that
some servers only has "C" drive, but another ones "C" and "E", another "C",
"E" and "F"...

I have created this fileset but ,using it, bacula finish jobs with warnings
because it can not backup all data specified in the fileset...


  FileSet {
       Name = "Windows Set"
       Enable VSS = yes
    Include {
            options
            {
             Onefs = no
             #Parches
             WildFile = "$NtUninstall*"
             WildDir = "$NtUninstall*"
               #Papelera
               WildDir = "*/RECYCLER"
               #Temporales
               WildDir = "*/tmp"
                        WildDir = "*/temp"
                #Systemstates
               WildDir = "c:/SystemState"
               WildDir = "c:/System Volume Information"
               #VirtualMachines
               WildDir = "e:/Virtuals"
               WildFile = "*.vhd"
               WildFile = "*.vsv"
               WildFile = "*.vmdk"
               #Ficheros a excluir
               WildFile = "*pagefile.sys"
               WildFile = "*hiberfil.sys"
               WildFile = "*.log"

            exclude = yes
            }
            Exclude Dir Containing = me.exclude
            File = "c:/"
            File = "d:/"
            File = "e:/"
            File = "f:/"
            File = "g:/"
       }


 }

Regards and thanks in advance
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to