Virt-copy-in: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * =Internal= * Linux Virtualization Operations =Overview= =Install= <pre> </pre>")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
=External=
=External=


*  
* http://libguestfs.org/virt-copy-in.1.html
* http://libguestfs.org/virt-copy-out.1.html
 
=Internal=
=Internal=


* [[Linux Virtualization Operations#Commands|Linux Virtualization Operations]]
* [[Linux Virtualization Operations#Commands|Linux Virtualization Operations]]
* [[virt-copy-out]]


=Overview=
=Overview=
Command-line utility used to copy files or directories from the host to a guest (virt-copy-in) and from a guest to the host (girt-copy-out), respectively.
{{Warn|virt-copy-in should be used only on turned off virtual machines that are not used by other disk editing tool. Using virt-copy-in on an active guest image or an image that is being edited by cause disk corruption in the virtual machine.}}


=Install=
=Install=


<pre>
<pre>
yum install libguestfs-tools
</pre>
</pre>

Latest revision as of 03:45, 24 June 2017

External

Internal

Overview

Command-line utility used to copy files or directories from the host to a guest (virt-copy-in) and from a guest to the host (girt-copy-out), respectively.


virt-copy-in should be used only on turned off virtual machines that are not used by other disk editing tool. Using virt-copy-in on an active guest image or an image that is being edited by cause disk corruption in the virtual machine.

Install

yum install libguestfs-tools