From 48f905f0e2a40294644cc1cd32c44d68c87e4bce Mon Sep 17 00:00:00 2001 From: Kevin McCormick Date: Thu, 4 Aug 2016 16:33:36 -0700 Subject: [PATCH] Fix README statement about destination Using zfs recv -e, not -d --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9419924..d69033f 100644 --- a/README.md +++ b/README.md @@ -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