# # Bareos Storage Daemon Configuration file # # For Bareos release 14.2.2 (12 December 2014) -- ubuntu Ubuntu 12.04 LTS # Storage { Name = fs0-sd Maximum Concurrent Jobs = 20 Plugin Directory = /usr/lib/bareos/plugins Plugin Names = "scsicrypto" #TLS Enable = no #TLS Require = yes #TLS Verify Peer = yes # No cert check; we use PW cookie #TLS Allowed CN = "" #TLS CA Certificate File = /etc/bareos/ssl/ta-combinedca.pem #TLS Certificate = /etc/bareos/ssl/.crt.pem #TLS Key = /etc/bareos/ssl/.key.pem } # # List Directors who are permitted to contact Storage daemon # Director { Name = fs0-dir Password = "" Key Encryption Key = "" #TLS Enable = no #TLS Require = yes #TLS Verify Peer = yes #TLS Allowed CN = "" #TLS CA Certificate File = /etc/bareos/ssl/ta-combinedca.pem #TLS Certificate = /etc/bareos/ssl/.crt.pem #TLS Key = /etc/bareos/ssl/.key.pem } # # Devices supported by this Storage daemon # # On Disk Storage Device { Name = FileStorage Device Type = file Media Type = File Archive Device = /bareos Autochanger = no Always Open = yes RemovableMedia = no RandomAccess = yes LabelMedia = yes AutomaticMount = yes } # Tape Storage - Type LTO5 Device { Name = TapeStorageLTO5 Device Type = tape Media Type = LTO5 Archive Device = /dev/nst0 Autochanger = no Always Open = no; # Ensure that tape is closed after use so we # can eject it after jobs are done RemovableMedia = yes; Random Access = no; LabelMedia = no; # we want manual control of tape labeling; # use bconsole with command label AutomaticMount = yes; # when device opened, read it Maximum Blocksize = 1048576; Drive Crypto Enabled = yes; Query Crypto Status = yes; Maximum Filesize = 20GB; Offline On Unmount = yes; # Eject tape after use } # Tape Storage - Type LTO6 Device { Name = TapeStorageLTO6 Device Type = tape Media Type = LTO6 Archive Device = /dev/nst0 Autochanger = no Always Open = no; # Ensure that tape is closed after use so we # can eject it after jobs are done RemovableMedia = yes; Random Access = no; LabelMedia = no; # we want manual control of tape labeling; # use bconsole with command label AutomaticMount = yes; # when device opened, read it Maximum Blocksize = 1048576; Drive Crypto Enabled = yes; Query Crypto Status = yes; Maximum Filesize = 20GB; Offline On Unmount = yes; # Eject tape after use } # # Send all messages to the Director, # mount messages also are sent to the email address # Messages { Name = Standard director = fs0-dir = all }