| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- #
- # Default Bareos File Daemon Configuration file
- #
- # For Bareos release 15.2.2 (16 November 2015) -- ubuntu Ubuntu 14.04 LTS
- #
- # You have to add this client to the Bareos director (bareos-dir.conf, Client resource).
- # In this file (bareos-fd.conf) you have to
- # configure the Bareos director name and
- # set the corresponding password for this client.
- #
- FileDaemon { # definition of myself
- Name = lto7-fd
- Maximum Concurrent Jobs = 20
- # remove comment from "Plugin Directory" to load plugins from specified directory.
- # if "Plugin Names" is defined, only the specified plugins will be loaded,
- # otherwise all storage plugins (*-fd.so) from the "Plugin Directory".
- #
- # Plugin Directory = /usr/lib/bareos/plugins
- # Plugin Names = ""
- # if compatible is set to yes, we are compatible with bacula
- # if set to no, new bareos features are enabled which is the default
- # compatible = yes
- }
- #
- # List Directors who are permitted to contact this File daemon
- #
- Director {
- Name = lto7-dir
- Password = "4cpnIZAfirCJcF05x0y0iYo4NXz4WsnHoYojuUxs75/6"
- }
- #
- # Restricted Director, used by tray-monitor to get the
- # status of the file daemon
- #
- Director {
- Name = lto7-mon
- Password = "i/tJqWTVyQBW1iqKHx4xmfqrm3Tt6Py9f+V0WwSPfqqa"
- Monitor = yes
- }
- # Send all messages except skipped files back to Director
- Messages {
- Name = Standard
- director = lto7-dir = all, !skipped, !restored
- }
|