Hello,
Any help with an issue is greatly appreciated.
I am trying to clone a small working system with
Have created a recursive snapshot with
Have written datasets to a file like this:
But after that the file flash.zfs seems to be smaller than the total allocated space on the ZFS pool and when trying to restore the datasets on a new pool, only the short list of all datasets is created.
No error messages. I have tried to google and read several posts, but no help.
My question is how to proceed and where to look at?
Any help with an issue is greatly appreciated.
I am trying to clone a small working system with
zfs send.Have created a recursive snapshot with
zfs snapshot -r flash@transfer (the working pool is flash).Have written datasets to a file like this:
zfs send -R flash/usr@transfer > flash.zfsBut after that the file flash.zfs seems to be smaller than the total allocated space on the ZFS pool and when trying to restore the datasets on a new pool, only the short list of all datasets is created.
zfs receive -Fvu hdd_sys < flash.zfsNo error messages. I have tried to google and read several posts, but no help.
My question is how to proceed and where to look at?