Bacula file daemon
Platform:
24.04
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/edge | 24 | 05 Jan 2026 |
juju deploy bacula-fd --channel edge
-
port | int
Default: 9102
Listen port for the bacula file daemon.
-
schedule | string
Defines when the backup job is to be run. If not provided, the backup job will only run manually. The detailed format of the schedule string is defined at https://docs.baculasystems.com/BETechnicalReference/Director/DirectorResourceTypes/ScheduleResource/index.html#director-schedule-run.
You can provide multiple schedule strings separated by commas. For example, a schedule that performs a full backup on Sunday and incremental backups from Monday to Saturday is:
Level=Full sun at 01:00, Level=Incremental mon-sat at 01:00