virt-resize: Document guest boot stops at "GRUB" (RHBZ#640961).
[libguestfs.git] / recipes / export2tar.html
index 8dc07ca..fd23add 100644 (file)
@@ -1,5 +1,3 @@
-<h2>Export the /home directory from a virtual machine into a tarball</h2>
-
 <p>
 This script lets you export any directory you like from a virtual
 machine as a tarball.  For example, to export <code>/home</code>
@@ -7,7 +5,7 @@ from a standard Fedora or RHEL virtual machine you would do:
 </p>
 
 <pre>
-export2tar guest.img /dev/VolGroup00/LogVol00 /home home.tar.gz
+export2tar.sh guest.img /dev/VolGroup00/LogVol00 /home home.tar.gz
 </pre>
 
 <p>