Advertisement
susnake

bareos-fd

May 7th, 2014
373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. #
  2. # Default Bareos File Daemon Configuration file
  3. #
  4. # For Bareos release 14.1.0.git.1397033861-701.5 (04/10/14) -- Windows @DISTVER@
  5. #
  6. # There is not much to change here except perhaps the
  7. # File daemon Name to
  8. #
  9.  
  10. #
  11. # List Directors who are permitted to contact this File daemon
  12. #
  13. Director {
  14. Name = mypc-03-dir
  15. Password = "EvdXZheZYcEBuozMLiFoLkGtTzHk/9OJzxUbaDQWeVlE"
  16. }
  17.  
  18. #
  19. # Restricted Director, used by tray-monitor to get the
  20. # status of the file daemon
  21. #
  22. Director {
  23. Name = mypc-03-mon
  24. Password = "jtBp0VAZaCNjdozPcVGrDnkL+a1ZkevqQaLNpegVzXFM"
  25. Monitor = yes
  26. }
  27.  
  28. #
  29. # "Global" File daemon configuration specifications
  30. #
  31. FileDaemon { # this is me
  32. Name = mypc-03-fd
  33. Maximum Concurrent Jobs = 20
  34.  
  35. # remove comment in next line to load plugins from specified directory
  36. # Plugin Directory = C:/Program Files/Bareos/Plugins
  37.  
  38. # if compatible is set to yes, we are compatible with bacula
  39. # if you want to use new bareos features, please set
  40. # compatible = no
  41. }
  42.  
  43. # Send all messages except skipped files back to Director
  44. Messages {
  45. Name = Standard
  46. director = mypc-03-dir = all, !skipped, !restored
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement