X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=recipes%2Fexport2tar.html;h=9d9f2d475ae2912b32b72342666bc3c4f8aba86a;hb=2cac52000a6a96a583af72e289a4296c596047d5;hp=f24be32e69172b5abc367523d29e04c71d76497c;hpb=b6d5c9e646d0aa18699a88d02ed9205380553b65;p=libguestfs.git diff --git a/recipes/export2tar.html b/recipes/export2tar.html index f24be32..9d9f2d4 100644 --- a/recipes/export2tar.html +++ b/recipes/export2tar.html @@ -5,10 +5,16 @@ from a standard Fedora or RHEL virtual machine you would do:

-export2tar guest.img /dev/VolGroup00/LogVol00 /home home.tar.gz
+export2tar.sh guest.img /dev/VolGroup00/LogVol00 /home home.tar.gz
 

/dev/VolGroup00/LogVol00 is the partition or LV inside the VM which contains the directory you want.

+ +

+See also virt-tar +and Richard +Jones's complete list of ways to upload and download files. +