Fix README statement about destination

Using zfs recv -e, not -d
This commit is contained in:
Kevin McCormick 2016-08-04 16:33:36 -07:00
parent 4e065b7433
commit 48f905f0e2

View File

@ -22,7 +22,8 @@ scripts out there, and was the main reason I wrote this.
* always uses sudo * always uses sudo
* always creates recursive snapshots (`zfs snapshot -r`) * always creates recursive snapshots (`zfs snapshot -r`)
* always sends full replication stream (`zfs send -R`) * always sends full replication stream (`zfs send -R`)
* always keeps the full zfs path, minus the first component (`zfs recv -d`) * destination should be specified as the *parent* of the desired destination
(`zfs recv -e`)
## Install/Requirements ## Install/Requirements
* There is no need to install, just clone/download where you like and run * There is no need to install, just clone/download where you like and run