4d6583ea5f
This PR allows for the distribution of zrepl job definitions across multiple YAML files that are included from the main config. ``` global: ... include: - ./zrepl.yml.d - /opt/zrepl.yml - ... ``` Refer to the docs changes for details. Co-authored-by: Christian Schwarz <me@cschwarz.com>
15 lines
233 B
YAML
15 lines
233 B
YAML
jobs:
|
|
- name: snapjob
|
|
type: snap
|
|
filesystems: {
|
|
"tank/frequently_changed<": true,
|
|
}
|
|
snapshotting:
|
|
type: periodic
|
|
interval: 2m
|
|
prefix: zrepl_snapjob_
|
|
pruning:
|
|
keep:
|
|
- type: last_n
|
|
count: 60
|