Skip to content

Config-File

The following config includes all possible fields.

It defines trim policies for remote backups and local snapshots.

It contains two stages: the source (zfs) and the sink (s3). The required fields for stages can be found on the stages page.

.bbackup.yaml
remote_trim_policy: IFIFIF
local_trim_policy: FFFF
stages:
sink:
type: s3
source:
type: zfs
remote: sink
fielddescriptionrequired field
remote_trim_policyContains the trim policy which is executed on the blob storage. Its deletings blobs on the blob storage.yes (if trimming is used)
local_trim_policyContains the trim policy which is executed locally. Is deleting snapshot locally.yes (if trimming is used)
stagesContains the sink, source and the transformation stagesyes