Bacula file daemon
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/edge | 6 | Yesterday |
juju deploy bacula-fd --channel edge
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
24.04
-
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