mention creating /backups dataset in setup
This commit is contained in:
@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user