1
0

mention creating /backups dataset in setup

This commit is contained in:
michele
2014-03-29 12:12:42 +01:00
parent 1987656b0e
commit d2c7d6c415

View File

@ -34,9 +34,12 @@ to a remote server.
Installation: Installation:
1. place all `*.sh` files of the package into directory `/usr/local/sbin/` 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 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. Need to control multiple ZFS pools? See section "Managing multiple ZFS Pools" below.