Bacula-users

[Bacula-users] Windows fileset for multiple server with multiple drive letters

2010-03-02 02:35:09
Subject: [Bacula-users] Windows fileset for multiple server with multiple drive letters
From: Koldo Santisteban <ksantisteban AT gmail DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Tue, 2 Mar 2010 08:32:24 +0100
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&#174; 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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users