On 10/18/07, . . <[EMAIL PROTECTED]> wrote: > Bacula-dir v2.0.3: Is there a specific structure to follow in the > bacula-dir.conf file that i need to follow, or can I appened new jobs, > clients, schedules, and pools to the end of the file? Do all jobs, pools, > clients have to be grouped together? Thanks! > No fixed structure but I find it best to manage using the include directive @. For example here is a section of my bacula-dir.conf file:
######################### # JobDefs Include # ######################### @/etc/bacula/bacula-dir-jobdefs.conf ######################### # Job Include # ######################### @/etc/bacula/bacula-dir-jobs.conf ######################### # FileSet Include # ######################### @/etc/bacula/bacula-dir-filesets.conf ######################### # Schedule Include # ######################### @/etc/bacula/bacula-dir-schedules.conf ######################### # Clients Include # ######################### @/etc/bacula/bacula-dir-clients.conf ######################## # Storage Include # ######################## @/etc/bacula/bacula-dir-storage.conf ######################## # Pool Include # ######################## @/etc/bacula/bacula-dir-pools.conf ######################## # Catalog Directives # ######################## @/etc/bacula/bacula-dir-catalogs.conf Each of these files contain only the sections that their name implies. John ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Bacula-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
