| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- #
- # Default Bacula File Daemon Configuration file
- #
- # For Bacula release 5.2.5 (26 January 2012) -- ubuntu 12.04
- #
- # There is not much to change here except perhaps the
- # File daemon Name to
- #
- #
- # List Directors who are permitted to contact this File daemon
- #
- Director {
- Name = lto-director
- Password = "XhF4v2yOaAf_gv2J3ox0mnHG12p_ru9YY"
- }
- #
- # Restricted Director, used by tray-monitor to get the
- # status of the file daemon
- #
- #Director {
- # Name = lto-mon
- # Password = "KlQZEMStI04Z66stUTkDKCcguF5t6PB-H"
- # Monitor = yes
- #}
- #
- # "Global" File daemon configuration specifications
- #
- FileDaemon { # this is me
- Name = lto-fd
- FDport = 9102 # where we listen for the director
- WorkingDirectory = /var/lib/bacula
- Pid Directory = /var/run/bacula
- Maximum Concurrent Jobs = 20
- FDAddress = 10.0.21.4
- }
- # Send all messages except skipped files back to Director
- Messages {
- Name = Standard
- director = lto-dir = all, !skipped, !restored
- }
|