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 `.