ZFS Replication not copying everything??

fahadshery

Contributor
Joined
Sep 29, 2017
Messages
179
Hi,

I am trying to copy a complete dataset (including permissions, ownerships etc.) from one pool to the other.
I created a Replication Task and it does copy from the old to the new pool but what's baffling me is the fact that the old or the original dataset shows the Used storage to be 1.17 GiB but the newly created dataset is of 1.35 Gib?

But when I run the rsync to see if everything was copied over or not using the :
Code:
rsync -rvn /mnt/oldpool/mydataset /mnt/newpool/mydataset


It lists more files to be copied and when I do that the storage goes from 1.35 GiB to over 2.79 GiB...:confused:

what is going on???:rolleyes:
 
Top