bacula/host-config-1/etc/bacula/bacula-sd.conf

70 lines
1.5 KiB
Plaintext

Director {
Name = "bacula-dir"
Password = "0FbHFYHuylTaTUB9p4ruim8RmBe8u9lmB"
}
Director {
Name = "bacula-mon"
Password = "8918u3WssJA-Dw_5suLTOJxKLq4W-vdaB"
Monitor = yes
}
Storage {
Name = "bacula-sd"
WorkingDirectory = "/var/lib/bacula"
PidDirectory = "/run/bacula"
PluginDirectory = "/usr/lib/bacula"
MaximumConcurrentJobs = 20
}
Autochanger {
Name = "virtchanger0"
Device = "vc0-drive0"
Device = "vc0-drive1"
Device = "vc0-drive2"
ChangerDevice = "/etc/vchanger/vc0.conf"
ChangerCommand = "vchanger %c %o %S %a %d"
}
Device {
Name = "vc0-drive0"
MediaType = "File"
DeviceType = "File"
ArchiveDevice = "/var/spool/vchanger/vc0/0"
RemovableMedia = yes
RandomAccess = yes
LabelMedia = no
Autochanger = yes
MinimumBlockSize = 1048576
MaximumBlockSize = 4194304
MaximumConcurrentJobs = 2
}
Device {
Name = "vc0-drive1"
MediaType = "File"
DeviceType = "File"
ArchiveDevice = "/var/spool/vchanger/vc0/1"
RemovableMedia = yes
RandomAccess = yes
LabelMedia = no
Autochanger = yes
MinimumBlockSize = 1048576
MaximumBlockSize = 4194304
MaximumConcurrentJobs = 2
DriveIndex = 1
}
Device {
Name = "vc0-drive2"
MediaType = "File"
DeviceType = "File"
ArchiveDevice = "/var/spool/vchanger/vc0/2"
RemovableMedia = yes
RandomAccess = yes
LabelMedia = no
Autochanger = yes
MinimumBlockSize = 1048576
MaximumBlockSize = 4194304
MaximumConcurrentJobs = 2
DriveIndex = 2
}
Messages {
Name = "Standard"
Director = bacula-dir = All, !Debug, !Saved
}