Greetings.

Can I set "default options" for FileSets the way I can for Jobs?  Or,
can I somehow include an external file into my bacula-dir.conf file
at a specific point?

I have a number of Windows machines that I back up, and I'm using
Russell Howe's extensive (but long) exclusion list.

However, my various machines are all different.  Most nobaly, some of them
have multiple hard disks and hard disk partitions.

So right now I have
FileSet {
 Name = "Windows-C"
  Include {
 (extremely long exclude list here)
   File = "C:/"
 }
}

Then I have
FileSet {
 Name = "Windows-CD"
  Include {
 (same extremely long exclude list here)
   File = "C:/"
   File = "D:/"
 }
}

FileSet {
 Name = "Windows-CDE"
  Include {
 (same extremely long exclude list here)
   File = "C:/"
   File = "D:/"
   File = "E:/"
 }
}

FileSet {
 Name = "Windows-CDEG"
  Include {
 (same extremely long exclude list here)
   File = "C:/"
   File = "D:/"
   File = "E:/"
   File = "G:/"
 }
}

and I was hoping there was a more manageable way to maintain this.
Ideally, I could literally have

FileSet {
 Name = "Windows-CDEG"
  Include {
#include windows-fileset.conf
   File = "C:/"
   File = "D:/"
   File = "E:/"
   File = "G:/"
 }
}

--hymie!    http://lactose.homelinux.net/~hymie    hy...@lactose.homelinux.net
-------------------------------------------------------------------------------

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to