exemple de send|recv
This commit is contained in:
parent
3d63a0e4a5
commit
12c00eb7b2
1 changed files with 1 additions and 0 deletions
|
@ -16,4 +16,5 @@ zfs set sharenfs="rw=@10.0.1.0/24" local/home
|
||||||
zfs share local/home
|
zfs share local/home
|
||||||
# Import pool after boot/cryptsetup Open
|
# Import pool after boot/cryptsetup Open
|
||||||
zfs import local
|
zfs import local
|
||||||
|
zfs send local/containers/archive@backup | ssh zfs@10.0.1.1 sudo zfs recv local/lxd00/containers/archive
|
||||||
```
|
```
|
Loading…
Reference in a new issue