bacula-fd

Bacula file daemon

Channel Revision Published Runs on
latest/edge 6 Yesterday
Ubuntu 24.04
juju deploy bacula-fd --channel edge
Show information

Platform:

Ubuntu
24.04

Learn about configurations >

  • 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