From 0f669a304a4416761a2aa239f54c8372c61fb7b8 Mon Sep 17 00:00:00 2001 From: Andrew Bobulsky Date: Mon, 26 Mar 2018 03:54:28 -0400 Subject: [PATCH] Cleaned up Configuration section to match the rest of the document --- INSTALL.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 491afd2..94a9f2e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -10,7 +10,7 @@ - [FreeBSD](#freebsd) - [Other OSes](#other-oses) - [Configuration](#configuration) - - [sanoid.conf](#sanoidconf) + - [Sanoid](#sanoid) @@ -124,8 +124,10 @@ pkg install p5-Config-Inifiles pv lzop # Configuration -**Sanoid** won't do anything useful unless you tell it how to handle your ZFS datasets in `/etc/sanoid/sanoid.conf`. **Syncoid** is a command line utility that doesn't require any configuration, with all of its switches set at runtime. +**Sanoid** won't do anything useful unless you tell it how to handle your ZFS datasets in `/etc/sanoid/sanoid.conf`. -## sanoid.conf +**Syncoid** is a command line utility that doesn't require any configuration, with all of its switches set at runtime. + +## Sanoid Instructions on how to set up `sanoid.conf`. Maybe just copy/paste the example `sanoid.conf` file in here but clean it up a little bit.