2014-11-21 12:30:23 +01:00
|
|
|
.. program:: qvm-clone
|
2013-03-12 16:55:05 +01:00
|
|
|
|
2014-11-21 12:30:23 +01:00
|
|
|
:program:`qvm-clone` -- Clones an existing VM by copying all its disk files
|
|
|
|
===========================================================================
|
2013-03-12 16:55:05 +01:00
|
|
|
|
2014-11-21 12:30:23 +01:00
|
|
|
Synopsis
|
2016-07-12 18:24:43 +02:00
|
|
|
--------
|
|
|
|
:command:`qvm-clone` [-h] [--verbose] [--quiet] [-p *POOL:VOLUME* | -P POOL] *VMNAME* *NEWVM*
|
2013-03-12 16:55:05 +01:00
|
|
|
|
2014-11-21 12:30:23 +01:00
|
|
|
Options
|
2016-07-12 18:24:43 +02:00
|
|
|
-------
|
2014-11-21 12:30:23 +01:00
|
|
|
|
|
|
|
.. option:: --help, -h
|
|
|
|
|
2013-03-12 16:55:05 +01:00
|
|
|
Show this help message and exit
|
2014-11-21 12:30:23 +01:00
|
|
|
|
2016-07-12 18:24:43 +02:00
|
|
|
.. option:: -P POOL
|
|
|
|
|
|
|
|
Pool to use for the new domain. All volumes besides snapshots volumes are
|
2016-07-21 23:16:24 +02:00
|
|
|
imported in to the specified POOL. THIS IS WHAT YOU WANT TO USE NORMALLY.
|
2016-07-12 18:24:43 +02:00
|
|
|
|
|
|
|
.. option:: --pool=POOL:VOLUME, -p POOL:VOLUME
|
|
|
|
|
|
|
|
Specify the pool to use for the specific volume
|
|
|
|
|
2014-11-21 12:30:23 +01:00
|
|
|
.. option:: --quiet, -q
|
|
|
|
|
2015-01-26 17:17:48 +01:00
|
|
|
Be quiet
|
2014-11-21 12:30:23 +01:00
|
|
|
|
2016-07-12 18:24:43 +02:00
|
|
|
.. option:: --verbose, -v
|
2014-11-21 12:30:23 +01:00
|
|
|
|
2016-07-12 18:24:43 +02:00
|
|
|
Increase verbosity
|
2013-03-12 16:55:05 +01:00
|
|
|
|
2014-11-21 12:30:23 +01:00
|
|
|
Authors
|
2016-07-12 18:24:43 +02:00
|
|
|
-------
|
2013-03-12 16:55:05 +01:00
|
|
|
| Joanna Rutkowska <joanna at invisiblethingslab dot com>
|
|
|
|
| Rafal Wojtczuk <rafal at invisiblethingslab dot com>
|
|
|
|
| Marek Marczykowski <marmarek at invisiblethingslab dot com>
|
2016-07-12 18:24:43 +02:00
|
|
|
| Bahtiar `kalkin-` Gadimov <bahtiar at gadimov dot de>
|