Determine if two ZFS snapshots on different machines are identical
Johan Hendriks
joh.hendriks at gmail.com
Tue Feb 25 19:36:09 UTC 2014
Op dinsdag 25 februari 2014 heeft Chris Stankevitz <
chrisstankevitz at gmail.com> het volgende geschreven:
> Hello,
>
> Is there a way to test whether or not two snapshots on different
> machines are identical? For example, git uses a single hash to
> represent the state of the entire tree at any point in time. You can
> compare the commit has on two independent machines to determine if the
> contents of the repository are identical.
>
> Thank you!
>
> CHris
> _______________________________________________
> freebsd-questions at freebsd.org <javascript:;> mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe at freebsd.org <javascript:;>"
>
I never used it, but there is zfs diff.
# zfs diff zfsdataset at snapshot1 zfsdataset at snapshot2
http://docs.oracle.com/cd/E23823_01/html/819-5461/gbciq.html
Or google for zfs diff to find more info.
Regards
Johan Hendriks
More information about the freebsd-questions
mailing list