I have backup on my whole src pool, stored on the server: data/backup/src_pool.
Backup was made with
zfs snapshot -r src_pool@migrate
zfs send -Rv src_pool@migrate | zfs recv data/backup/src_pool
Now I am trying to restore it to the root of the new pool
zfs create new_pool ...
zfs snapshot...
I did find this thread that was related but I have snapshots.
https://forums.freebsd.org/threads/zfs-dataset-is-occupying-more-space-than-the-actual-data.83901/
A few months ago i had a zfs corruption issue with the server in question and re-partioned.
Since then I've been having zfs send |...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.