bareos-fd.conf 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. #
  2. # Default Bareos File Daemon Configuration file
  3. #
  4. # For Bareos release 15.2.2 (16 November 2015) -- ubuntu Ubuntu 14.04 LTS
  5. #
  6. # You have to add this client to the Bareos director (bareos-dir.conf, Client resource).
  7. # In this file (bareos-fd.conf) you have to
  8. # configure the Bareos director name and
  9. # set the corresponding password for this client.
  10. #
  11. FileDaemon { # definition of myself
  12. Name = lto7-fd
  13. Maximum Concurrent Jobs = 20
  14. # remove comment from "Plugin Directory" to load plugins from specified directory.
  15. # if "Plugin Names" is defined, only the specified plugins will be loaded,
  16. # otherwise all storage plugins (*-fd.so) from the "Plugin Directory".
  17. #
  18. # Plugin Directory = /usr/lib/bareos/plugins
  19. # Plugin Names = ""
  20. # if compatible is set to yes, we are compatible with bacula
  21. # if set to no, new bareos features are enabled which is the default
  22. # compatible = yes
  23. }
  24. #
  25. # List Directors who are permitted to contact this File daemon
  26. #
  27. Director {
  28. Name = lto7-dir
  29. Password = "4cpnIZAfirCJcF05x0y0iYo4NXz4WsnHoYojuUxs75/6"
  30. }
  31. #
  32. # Restricted Director, used by tray-monitor to get the
  33. # status of the file daemon
  34. #
  35. Director {
  36. Name = lto7-mon
  37. Password = "i/tJqWTVyQBW1iqKHx4xmfqrm3Tt6Py9f+V0WwSPfqqa"
  38. Monitor = yes
  39. }
  40. # Send all messages except skipped files back to Director
  41. Messages {
  42. Name = Standard
  43. director = lto7-dir = all, !skipped, !restored
  44. }