I am looking for a way to compare the contents of two data-sets. What makes it more complex is that the two data-sets are not on the same system.
I have found the following ZFS command in the Oracle documntation:
zfs diff tank/cindy@snap1 tank/cindy@snap2
Unfortunately the above command...