Bacula-users

Re: [Bacula-users] FileSet -- default options?

2011-04-19 09:56:56
Subject: Re: [Bacula-users] FileSet -- default options?
From: Christian Manal <moenoel AT informatik.uni-bremen DOT de>
To: bacula-users AT lists.sourceforge DOT net
Date: Tue, 19 Apr 2011 15:54:12 +0200
Am 19.04.2011 15:30, schrieb hymie!:
> 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?

Hi,

I don't think there is something like JobDefs for FileSets, but you can
include external files anywhere in your configuration by putting an @ in
front of the path.

Example:

   FileSet {
      Name = "Windows-C"
      Include {
         @/path/to/options.conf
         File = "C:/"
      }
   }


Regards,
Christian Manal

------------------------------------------------------------------------------
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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>