Sign inSign up

shoifele/bareos-sd

By shoifele

Updated over 10 years ago

Bareos StorageDaemon

Image
0

3.6K

shoifele/bareos-sd repository overview

Bareos Storage Daemon

  • Port: 9103
  • Config: /etc/bareos/bareos-sd.conf A template gets copied if the file does not exists.
  • Different Config file: BAREOS_SD_CONF_FILE=custom-sd.conf
docker 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
CIFS/SSHFS Mount

For cifs or sshfs mounts you need some more rights:

docker run ... --cap-add SYS_ADMIN --cap-add DAC_READ_SEARCH ...

Tag summary

Content type

Image

Digest

Size

127.4 MB

Last updated

over 10 years ago

docker pull shoifele/bareos-sd