9103/etc/bareos/bareos-sd.conf
A template gets copied if the file does not exists.BAREOS_SD_CONF_FILE=custom-sd.confdocker run \
--rm \
--name bareos-sd \
-v /opt/bareos/conf:/etc/bareos \
-v /opt/backup-storage:/storage \
--hostname bareos-sd \
--link bareos-dir:bareos-dir \
shoifele/bareos-sd
For cifs or sshfs mounts you need some more rights:
docker run ... --cap-add SYS_ADMIN --cap-add DAC_READ_SEARCH ...
Content type
Image
Digest
Size
127.4 MB
Last updated
over 10 years ago
docker pull shoifele/bareos-sd