From d2c7d6c415e29fbdae036c69cc62513fc7d209b6 Mon Sep 17 00:00:00 2001 From: michele Date: Sat, 29 Mar 2014 12:12:42 +0100 Subject: [PATCH] mention creating /backups dataset in setup --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 923cda1..e28dcb4 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,12 @@ to a remote server. Installation: 1. place all `*.sh` files of the package into directory `/usr/local/sbin/` +1. (if you'll use remote backups) create a dataset to store backups: + + zfs create zroot/backups # replace 'zroot' with your pool name Done! Is your ZFS pool name other than _zroot_? Then set the _ZPOOL_ environment -variable to your zpool name when calling these scripts. +variable to your zpool name when calling these scripts. See below for more. Need to control multiple ZFS pools? See section "Managing multiple ZFS Pools" below.