Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # Default Bareos Storage Daemon Configuration file
- #
- # For Bareos release 14.1.0.git.1397033861-701.5 (04/10/14) -- Windows @DISTVER@
- #
- # You may need to change the name of your tape drive
- # on the "Archive Device" directive in the Device
- # resource. If you change the Name and/or the
- # "Media Type" in the Device resource, please ensure
- # that dird.conf has corresponding changes.
- #
- Storage { # definition of myself
- Name = mypc-03-sd
- Maximum Concurrent Jobs = 20
- # remove comment in next line to load plugins from specified directory
- # Plugin Directory = C:/Program Files/Bareos/Plugins
- }
- #
- # List Directors who are permitted to contact Storage daemon
- #
- Director {
- Name = mypc-03-dir
- Password = "DJVIZc8jaYhfI4VImJ5XCT4GZdGIFfsxCBTLsmu18hOg"
- }
- #
- # Restricted Director, used by tray-monitor to get the
- # status of the storage daemon
- #
- Director {
- Name = mypc-03-mon
- Password = "ACVrJKAvvF+vucS4ldyB65HF3dQ/xATBMJm8zGyJQFCf"
- Monitor = yes
- }
- #
- # Devices supported by this Storage daemon
- # To connect, the Director's bareos-dir.conf must have the same Name and MediaType.
- #
- Device {
- Name = FileStorage
- Media Type = File
- Archive Device = C:/bareos-storage
- LabelMedia = yes; # lets Bareos label unlabeled media
- Random Access = Yes;
- AutomaticMount = yes; # when device opened, read it
- RemovableMedia = no;
- AlwaysOpen = no;
- }
- #
- # Send all messages to the Director,
- # mount messages also are sent to the email address
- #
- Messages {
- Name = Standard
- director = mypc-03-dir = all
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement