Re: simple question regarding moving zfs filesystems
- In reply to: tech-lists : "Re: simple question regarding moving zfs filesystems"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 May 2021 16:13:03 UTC
On Thu, May 27, 2021 at 05:03:14PM +0100, tech-lists wrote: >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) ahh i need to zfs recv new/data sorry for the noise -- J.