Hello Harry, Saturday, April 11, 2009, 5:05:47 PM, you wrote:
HP> So if I wanted to find a specific change in a file... that would be HP> somewhere in the zfs snapthosts... say to retrieve a certain HP> formulation in some kind of `rc' file that worked better than a later HP> formulation. How would I do that? there is no 'zfs diff ...' (yet), however you could do: # cd /pool/fs/.zfs/snapshots # diff -u 2009-04-01/etc/passwd 2009-04-02/etc/passwd All your snaoshots in zfs are presented to you as read-only file systems which you can freely access. -- Best regards, Robert Milkowski http://milek.blogspot.com _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss