Virt-copy-out: 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>")
 
No edit summary
 
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-in]]


=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.


=Install=
=Install=


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

Latest revision as of 03:44, 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.

Install

yum install libguestfs-tools