From fd81d3f9b25f9ee8616091c9c3abb7373e185015 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 14 Nov 2012 22:34:06 +0000 Subject: recipes: Add recipe for diffing two guests. --- examples/guestfs-recipes.pod | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/examples/guestfs-recipes.pod b/examples/guestfs-recipes.pod index 2679b688..0b86e7c4 100644 --- a/examples/guestfs-recipes.pod +++ b/examples/guestfs-recipes.pod @@ -101,6 +101,16 @@ safer by adding the I<--ro> flag. There are dozens of these commands. See L or the output of C +=head1 Diff two guests; compare a snapshot to the current version + +L provides a simple way to find the differences between +two guests (for example if they were originally cloned from the same +source), or between two snapshots from the same guest. See +L. + +There are also experimental patches on the mailing list for a +"virt-diff" tool. + =head1 Dump raw filesystem content from inside a disk image or VM You can use the L C command to extract the raw -- cgit