From 34052d98d6c2cf30b6df03423f03c59b441d1403 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Fri, 15 Mar 2019 21:55:49 +0100 Subject: [PATCH] docs: move snap job below all replication-related job types --- docs/configuration/jobs.rst | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/docs/configuration/jobs.rst b/docs/configuration/jobs.rst index 515e46e..3468c98 100644 --- a/docs/configuration/jobs.rst +++ b/docs/configuration/jobs.rst @@ -262,12 +262,23 @@ Job Type ``source`` Example config: :sampleconf:`/source.yml` -.. _job-snap: -Job Type ``snap`` +.. _replication-local: + +Local replication ----------------- -Job type that only takes care of local snapshotting and pruning. +If you have the need for local replication (most likely between two local storage pools), you can use the :ref:`local transport type ` to connect a local push job to a local sink job. + +Example config: :sampleconf:`/local.yml`. + + +.. _job-snap: + +Job Type ``snap`` (snapshot & prune only) +----------------------------------------- + +Job type that only takes snapshots and pruning on the local machine. .. list-table:: :widths: 20 80 @@ -287,17 +298,3 @@ Job type that only takes care of local snapshotting and pruning. - |pruning-spec| Example config: :sampleconf:`/snap.yml` - - - - -.. _replication-local: - -Local replication ------------------ - -If you have the need for local replication (most likely between two local storage pools), you can use the :ref:`local transport type ` to connect a local push job to a local sink job. - -Example config: :sampleconf:`/local.yml`. - -