Storage { # definition of myself Name = alpha-sd Maximum Concurrent Jobs = 20 SDAddresses = { ipv4 = { addr = alpha; port = 9103 } ipv6 = { addr = alpha; port = 9103 } } TLS Enable = yes TLS Require = yes TLS Certificate = /etc/bareos/x509/alpha-sd.crt.pem TLS Key = /etc/bareos/x509/alpha-sd.key.pem TLS Verify Peer = yes TLS CA Certificate File = /etc/bareos/x509/bareos-file-daemon-ca.crt.pem TLS CA Certificate File = /etc/bareos/x509/bareos-storage-daemon-ca.crt.pem TLS Certificate Revocation List = /etc/bareos/x509/bareos-file-daemon-ca.crl.pem TLS DH File = /etc/bareos/x509/alpha-sd.dh4096.pem # remove comment in next line to load plugins from specified directory # Plugin Directory = /usr/lib/bareos/plugins } Director { Name = alpha-dir Password = "-pHg8pxq8veT4UXkSNA42UxbbyLW2LwYXbGG6VF" TLS Enable = yes TLS Require = yes TLS Certificate = /etc/bareos/x509/alpha-sd.crt.pem TLS Key = /etc/bareos/x509/alpha-sd.key.pem TLS Verify Peer = yes TLS Allowed CN = alpha-dir TLS CA Certificate File = /etc/bareos/x509/bareos-director-ca.crt.pem TLS Certificate Revocation List = /etc/bareos/x509/bareos-director-ca.crl.pem TLS DH File = /etc/bareos/x509/alpha-sd.dh4096.pem } Device { Name = alpha_file Media Type = alpha_file Archive Device = /srv/backup LabelMedia = yes; # lets Bareos label unlabeled media Random Access = yes; AutomaticMount = yes; # when device opened, read it RemovableMedia = no; AlwaysOpen = no; } Messages { Name = Standard director = alpha-dir = all }