Bacula Open Source, file daemon (client)
50K+
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:
Of which only FD_PASSWORD must be set, the others have default values:
bacula-fd)${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
Content type
Image
Digest
Size
93.1 MB
Last updated
over 10 years ago
docker pull redcoolbeans/bacula-opensource-fd