Sign inSign up

redcoolbeans/bacula-opensource-fd

By redcoolbeans

•Updated over 10 years ago

Bacula Open Source, file daemon (client)

Image
2

50K+

redcoolbeans/bacula-opensource-fd repository overview

Dockerfile⁠

This is the Bacula 7.4.0 (open source) image for the file daemon (client).

Configuration

The following environment variables are used to configure it's bacula-fd.conf:

  • FD_NAME
  • FD_PASSWORD
  • DIR_NAME
  • MON_NAME
  • MON_FD_PASSWORD

Of which only FD_PASSWORD must be set, the others have default values:

  • DIR_NAME = "bacula" (expands to `bacula-dir``)
  • MON_NAME = "bacula" (expands to `bacula-mon``)
  • FD_NAME = "bacula" (expands to bacula-fd)
  • MON_PASSWORD = ${FD_PASSWORD}

To backup data from the host where this container runs, simply mount it into the container and update your FileSet accordingly. For example to mount the host's /etc into the container as /mnt/etc:

docker run --name bacula-fd -d [...] -v /etc:/mnt/etc:ro \
    -e FD_PASSWORD=5ecre7 redcoolbeans/bacula-opensource-fd:latest

Support and Bacula Enterprise

These images are not supported by RedCoolBeans or Bacula Systems. For support and images of Bacula Enterprise, please talk to us.

References

Tag summary

Content type

Image

Digest

Size

93.1 MB

Last updated

over 10 years ago

docker pull redcoolbeans/bacula-opensource-fd