I've ran zfs send -Rv old_pool@snapshot_20190106 | zfs receive -Fd new_pool
, but there are no files created in new_pool after the transfer finished. I've tried the same command in a VM (fresh install) and the files are there, copied over to new_pool. The files in VM test is around 500MB, and on live freenas is around 800GB.
My goal is to copy the old_pool to new_pool because the old_pool doesn't have compression turned on. Is my command incorrect? Is there any other way to achieve this?