webcl...@rochester.rr.com said:
>  To verify data, I cannot depend on existing tools since diff is not large
> file aware.  My best idea at this point is to calculate and compare MD5 sums
> of every file and spot check other properties as best I can. 

Ray,

I recommend that you use rsync's "-c" to compare copies.  It reads all the
source files, computes a checksum for them, then does the same for the
destination and compares checksums.  As far as I know, the only thing
that rsync can't do in your situation is the ZFS/NFSv4 ACL's.  I've used
it to migrate many TB's of data.

Regards,

Marion




_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to