From b5475921a83639271a1fb102a9b5d6c9f8f59828 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Sun, 12 Nov 2017 14:11:48 +0100 Subject: [PATCH] docs: fixup wrong fieldname in source-job 3e647c1 config: source job: rename field 'datasets' to 'filesystems' BREAK CONFIG --- docs/configuration/jobs.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/configuration/jobs.rst b/docs/configuration/jobs.rst index e6cd934..5c1787d 100644 --- a/docs/configuration/jobs.rst +++ b/docs/configuration/jobs.rst @@ -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