Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # Default Bareos File Daemon Configuration file
- #
- # For Bareos release 14.1.0.git.1397033861-701.5 (04/10/14) -- Windows @DISTVER@
- #
- # 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 = mypc-03-dir
- Password = "EvdXZheZYcEBuozMLiFoLkGtTzHk/9OJzxUbaDQWeVlE"
- }
- #
- # Restricted Director, used by tray-monitor to get the
- # status of the file daemon
- #
- Director {
- Name = mypc-03-mon
- Password = "jtBp0VAZaCNjdozPcVGrDnkL+a1ZkevqQaLNpegVzXFM"
- Monitor = yes
- }
- #
- # "Global" File daemon configuration specifications
- #
- FileDaemon { # this is me
- Name = mypc-03-fd
- Maximum Concurrent Jobs = 20
- # remove comment in next line to load plugins from specified directory
- # Plugin Directory = C:/Program Files/Bareos/Plugins
- # if compatible is set to yes, we are compatible with bacula
- # if you want to use new bareos features, please set
- # compatible = no
- }
- # Send all messages except skipped files back to Director
- Messages {
- Name = Standard
- director = mypc-03-dir = all, !skipped, !restored
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement