From c1a30bfe971e43692811869ac5e42310501b2a04 Mon Sep 17 00:00:00 2001 From: benoit Date: Wed, 4 Nov 2020 06:07:26 +0000 Subject: [PATCH] zpool inport not zfs --- HowtoZFS.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoZFS.page b/HowtoZFS.page index 8fbea43..87e092a 100644 --- a/HowtoZFS.page +++ b/HowtoZFS.page @@ -18,7 +18,7 @@ zfs set sharenfs="rw=@10.0.1.0/24" local/home zfs share local/home zfs get sharenfs # Import pool after boot/cryptsetup Open -zfs import local +zpool import local zfs snapshot local/containers/archive@backup zfs list -t snapshot zfs send local/containers/archive@backup | ssh zfs@10.0.1.1 sudo zfs recv local/lxd00/containers/archive