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