Re: simple question regarding moving zfs filesystems
Date: Thu, 27 May 2021 16:03:14 UTC
On Thu, May 27, 2021 at 12:00:32PM +0200, Dimitry Andric wrote: >I think you can use "zfs send -R" to achieve what you want: hm, i'm doing something wrong zfs snapshot -r data@total3 [this works, returns to # prompt] zfs send -R -n -v data@total3 | zfs receive new [here i want a dry-run] I get this error: cannot receive: invalid stream (bad magic number) -- J.