From 1baedcfe55f250d1b2c80f714f3b0a91e6789393 Mon Sep 17 00:00:00 2001 From: benoit Date: Mon, 21 Sep 2020 15:03:30 +0000 Subject: [PATCH] snapshots --- HowtoZFS.page | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HowtoZFS.page b/HowtoZFS.page index b145a64..9074ee5 100644 --- a/HowtoZFS.page +++ b/HowtoZFS.page @@ -16,5 +16,8 @@ zfs set sharenfs="rw=@10.0.1.0/24" local/home zfs share local/home # Import pool after boot/cryptsetup Open zfs 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 +zfs destroy local/containers/archive@backup ``` \ No newline at end of file