mirror of
https://github.com/bashclub/bashclub-zfs-push-pull.git
synced 2024-11-07 13:01:58 +01:00
Fix README statement about destination
Using zfs recv -e, not -d
This commit is contained in:
parent
4e065b7433
commit
48f905f0e2
@ -22,7 +22,8 @@ scripts out there, and was the main reason I wrote this.
|
||||
* always uses sudo
|
||||
* always creates recursive snapshots (`zfs snapshot -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
|
||||
* There is no need to install, just clone/download where you like and run
|
||||
|
Loading…
Reference in New Issue
Block a user