snapshots

This commit is contained in:
benoit 2020-09-21 15:03:30 +00:00
parent 12c00eb7b2
commit 1baedcfe55
1 changed files with 3 additions and 0 deletions

View File

@ -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
```