From 0d2f73d72852cf5349c2097eb8b7f4a7a62af718 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Sun, 1 Apr 2018 14:58:12 +0200 Subject: [PATCH] docs: tutorial: minor refinements --- docs/index.rst | 2 +- docs/tutorial.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 1d3e218..f24fc86 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -16,7 +16,7 @@ zrepl - ZFS replication Getting started ~~~~~~~~~~~~~~~ -The :ref:`5 minute tutorial setup ` gives you a first impression. +The :ref:`10 minutes tutorial setup ` gives you a first impression. Main Features ~~~~~~~~~~~~~ diff --git a/docs/tutorial.rst b/docs/tutorial.rst index dc58374..49180c7 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -60,7 +60,7 @@ Follow the :ref:`OS-specific installation instructions ` and come Configure ``backup-srv`` ------------------------ -We define a **pull job** named ``pull_app-srv`` in the |mainconfig|: :: +We define a **pull job** named ``pull_app-srv`` in the |mainconfig| on host ``backup-srv``: :: jobs: - name: pull_app-srv @@ -108,7 +108,7 @@ Learn more about :ref:`transport-ssh+stdinserver` transport and the :ref:`pull j Configure ``app-srv`` --------------------- -We define a corresponding **source job** named ``pull_backup`` in the |mainconfig|: :: +We define a corresponding **source job** named ``pull_backup`` in the |mainconfig| on host ``app-srv``: :: jobs: - name: pull_backup