From 210748358875004a458535d12e6801469410b7af Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Thu, 21 Mar 2019 12:51:39 +0100 Subject: [PATCH] docs: jobs: correct root_fs field explanation --- docs/configuration/jobs.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/configuration/jobs.rst b/docs/configuration/jobs.rst index 06162e7..7f5207b 100644 --- a/docs/configuration/jobs.rst +++ b/docs/configuration/jobs.rst @@ -262,8 +262,8 @@ Job Type ``sink`` * - ``serve`` - |serve-transport| * - ``root_fs`` - - ZFS dataset path are received to - ``$root_fs/$client_identity`` + - ZFS filesystems are received to + ``$root_fs/$client_identity/$source_path`` Example config: :sampleconf:`/sink.yml` @@ -285,8 +285,8 @@ Job Type ``pull`` * - ``connect`` - |connect-transport| * - ``root_fs`` - - ZFS dataset path are received to - ``$root_fs/$client_identity`` + - ZFS filesystems are received to + ``$root_fs/$source_path`` * - ``interval`` - | Interval at which to pull from the source job (e.g. ``10m``). | ``manual`` disables periodic pulling, replication then only happens on :ref:`wakeup `.