mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-24 17:35:01 +01:00
docs: fixup wrong fieldname in source-job
3e647c1
config: source job: rename field 'datasets' to 'filesystems'
BREAK CONFIG
This commit is contained in:
parent
88c684e1d0
commit
b5475921a8
@ -41,20 +41,20 @@ Example: :sampleconf:`pullbackup/productionhost.yml`.
|
||||
- unique name of the job
|
||||
* - ``serve``
|
||||
- |serve-transport|
|
||||
* - ``datasets``
|
||||
- |filter| for datasets to expose to client
|
||||
* - ``filesystems``
|
||||
- |filter| for filesystems to expose to client
|
||||
* - ``snapshot_prefix``
|
||||
- prefix for ZFS snapshots taken by this job
|
||||
* - ``interval``
|
||||
- snapshotting interval
|
||||
* - ``prune``
|
||||
- |prune| policy for datasets in ``datasets`` with prefix ``snapshot_prefix``
|
||||
- |prune| policy for filesytems in ``filesystems`` with prefix ``snapshot_prefix``
|
||||
|
||||
|
||||
- Snapshotting Task (every ``interval``, |patient|)
|
||||
|
||||
- A snapshot of filesystems matched by ``datasets`` is taken every ``interval`` with prefix ``snapshot_prefix``.
|
||||
- The ``prune`` policy is triggered on datasets matched by ``datasets`` with snapshots matched by ``snapshot_prefix``.
|
||||
- A snapshot of filesystems matched by ``filesystems`` is taken every ``interval`` with prefix ``snapshot_prefix``.
|
||||
- The ``prune`` policy is triggered on filesystems matched by ``filesystems`` with snapshots matched by ``snapshot_prefix``.
|
||||
|
||||
- Serve Task
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user