From e6554b77c06110081db6e4a1de49cb3e44bdf0e3 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Wed, 27 Dec 2017 16:38:49 +0100 Subject: [PATCH] docs: mention control status command in tutorial refs #10 --- docs/tutorial.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index a37e566..e6921f3 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -158,7 +158,10 @@ This is :ref:`OS-specific `. Watch it Work ------------- -A common setup is to ``watch`` the log output and ``zfs list`` of snapshots on both machines. +Run ``zrepl control status`` to view the current activity of the configured jobs. +If a job encountered problems since it last left idle state, the output contains useful debug log. + +Additionally, you can check the detailed structured logs of the `zrepl daemon` process and use GNU *watch* to view the snapshots present on both machines. If you like tmux, here is a handy script that works on FreeBSD: ::