Re: [Bacula-users] include statement in config files?

2006-12-26 Thread Dan Trainor
[EMAIL PROTECTED] wrote:
> for an individual file include you can place an "@" in front of the 
> filename.
> I dont think that there is a full directory include at this time.
> 
> Here is an example of my bacula-dir.conf:
> 
> Director {
>   Name = kninfra01_mycastle-dir
>   DIRport = 9501
>   QueryFile = "/usr/local/bacula_mycastle/etc/query.sql"
>   WorkingDirectory = "/usr/local/bacula_mycastle/var/bacula/working"
>   PidDirectory = "/var/run"
>   Maximum Concurrent Jobs = 1
>   Password = "removed..."
>   Messages = Daemon
> }
> 
> #
> # INCLUDES:
> #
> @server_configs/kninfra01_mycastle.conf
> @server_configs/BackupCatalog.conf
> @server_configs/RestoreFiles.conf
> 
> @server_configs/mycastledb01.conf
> @server_configs/mycastleapp01.conf
> @server_configs/mycastletest01.conf
> @server_configs/mycastledb02.conf
> 
> #
> # SCHEDULES:
> #
> @schedule_configs/WeeklyCycle.conf
> @schedule_configs/WeeklyCycleAfterBackup.conf
> @schedule_configs/mycastle_schedule.conf
> 
> 
> #
> # STORAGE DEFINITIONS
> #
> @storage_definitions/vtape_mycastle.conf
> 
> #
> # POOLS:
> #
> @pool_definitions/vtape_mycastle_pool.conf
> 
> #
> # CATALOGS:
> #
> @catalog_definitions/MCCatalog.conf
> #
> # MESSAGING:
> #
> @message_definitions/Standard_messages.conf
> @message_definitions/Daemon_messages.conf
> 
> #
> # CONSOLES:
> #
> @console_definitions/default_console.conf
> 
> -Jeff Humes
> 
> 
> James Harper wrote:
>> Do any of the configuration files allow an include statement? What about
>> an include statement to include all files in a directory? Eg
>>
>> "
>> Director {
>>   Name = my-dir
>>   ...
>> }
>>
>> include "/etc/bacula/bacula-dir.d/"
>> "
>>
>> My bacula-dir.conf only has a few clients in it and is already huge.
>> Breaking up the config would also allow simpler manipulation by a GUI.
>>
>> Thanks
>>
>> James
>>

Hi -

This is how I've been doing it, too.  It's been working quite well, 
however, a way to include a directory would be convenient.

Thanks
-dant

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] include statement in config files?

2006-12-26 Thread novosirj
Yes, but not a dir as far as I know. This is in the manual, and as I recall is 
rather obviously explained.

Use an @/path/to/include.conf

-Original Message-

From:  James Harper <[EMAIL PROTECTED]>
Subj:  [Bacula-users] include statement in config files?
Date:  Wed Dec 27, 2006 12:11 am
Size:  883 bytes
To:  bacula-users@lists.sourceforge.net

Do any of the configuration files allow an include statement? What about
an include statement to include all files in a directory? Eg

"
Director {
  Name = my-dir
  ...
}

include "/etc/bacula/bacula-dir.d/"
"

My bacula-dir.conf only has a few clients in it and is already huge.
Breaking up the config would also allow simpler manipulation by a GUI.

Thanks

James


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] include statement in config files?

2006-12-26 Thread [EMAIL PROTECTED]
for an individual file include you can place an "@" in front of the 
filename.

I dont think that there is a full directory include at this time.

Here is an example of my bacula-dir.conf:

Director {
 Name = kninfra01_mycastle-dir
 DIRport = 9501
 QueryFile = "/usr/local/bacula_mycastle/etc/query.sql"
 WorkingDirectory = "/usr/local/bacula_mycastle/var/bacula/working"
 PidDirectory = "/var/run"
 Maximum Concurrent Jobs = 1
 Password = "removed..."
 Messages = Daemon
}

#
# INCLUDES:
#
@server_configs/kninfra01_mycastle.conf
@server_configs/BackupCatalog.conf
@server_configs/RestoreFiles.conf

@server_configs/mycastledb01.conf
@server_configs/mycastleapp01.conf
@server_configs/mycastletest01.conf
@server_configs/mycastledb02.conf

#
# SCHEDULES:
#
@schedule_configs/WeeklyCycle.conf
@schedule_configs/WeeklyCycleAfterBackup.conf
@schedule_configs/mycastle_schedule.conf


#
# STORAGE DEFINITIONS
#
@storage_definitions/vtape_mycastle.conf

#
# POOLS:
#
@pool_definitions/vtape_mycastle_pool.conf

#
# CATALOGS:
#
@catalog_definitions/MCCatalog.conf
#
# MESSAGING:
#
@message_definitions/Standard_messages.conf
@message_definitions/Daemon_messages.conf

#
# CONSOLES:
#
@console_definitions/default_console.conf

-Jeff Humes


James Harper wrote:

Do any of the configuration files allow an include statement? What about
an include statement to include all files in a directory? Eg

"
Director {
  Name = my-dir
  ...
}

include "/etc/bacula/bacula-dir.d/"
"

My bacula-dir.conf only has a few clients in it and is already huge.
Breaking up the config would also allow simpler manipulation by a GUI.

Thanks

James


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users
  
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users