2017-05-11 20:20:55 +02:00
|
|
|
.. program:: qvm-clone
|
|
|
|
|
|
|
|
:program:`qvm-clone` -- Clones an existing VM by copying all its disk files
|
|
|
|
===========================================================================
|
|
|
|
|
|
|
|
.. warning::
|
|
|
|
|
|
|
|
This page was autogenerated from command-line parser. It shouldn't be 1:1
|
|
|
|
conversion, because it would add little value. Please revise it and add
|
|
|
|
more descriptive help, which normally won't fit in standard ``--help``
|
|
|
|
option.
|
|
|
|
|
|
|
|
After rewrite, please remove this admonition.
|
|
|
|
|
|
|
|
Synopsis
|
|
|
|
--------
|
2017-06-20 00:02:20 +02:00
|
|
|
:command:`qvm-clone` [*options*] *VMNAME* *NEWVM*
|
2017-05-11 20:20:55 +02:00
|
|
|
|
|
|
|
Options
|
|
|
|
-------
|
|
|
|
|
|
|
|
.. option:: --help, -h
|
|
|
|
|
|
|
|
Show this help message and exit
|
|
|
|
|
2017-06-20 00:02:20 +02:00
|
|
|
.. option:: --class=CLASS, -C CLASS
|
|
|
|
|
|
|
|
Create VM of different class than source VM. The tool will try to copy as
|
|
|
|
much as possible data/metadata from source VM, but some information may be
|
|
|
|
impossible to preserve (for example target VM have no matching properties).
|
|
|
|
|
2017-05-11 20:20:55 +02:00
|
|
|
.. option:: -P POOL
|
|
|
|
|
|
|
|
Pool to use for the new domain. All volumes besides snapshots volumes are
|
|
|
|
imported in to the specified POOL. THIS IS WHAT YOU WANT TO USE NORMALLY.
|
|
|
|
|
|
|
|
.. option:: --pool=POOL:VOLUME, -p POOL:VOLUME
|
|
|
|
|
|
|
|
Specify the pool to use for the specific volume
|
|
|
|
|
2019-04-16 18:25:36 +02:00
|
|
|
.. option:: --ignore-errors
|
|
|
|
|
|
|
|
Log errors encountered when creating metadata, but continue with clone
|
|
|
|
operation. Useful if qvm-appmenus call fails from an AdminVM during clone.
|
|
|
|
|
2017-05-11 20:20:55 +02:00
|
|
|
.. option:: --quiet, -q
|
|
|
|
|
|
|
|
Be quiet
|
|
|
|
|
|
|
|
.. option:: --verbose, -v
|
|
|
|
|
|
|
|
Increase verbosity
|
|
|
|
|
|
|
|
Authors
|
|
|
|
-------
|
|
|
|
| Joanna Rutkowska <joanna at invisiblethingslab dot com>
|
|
|
|
| Rafal Wojtczuk <rafal at invisiblethingslab dot com>
|
|
|
|
| Marek Marczykowski <marmarek at invisiblethingslab dot com>
|
|
|
|
| Bahtiar `kalkin-` Gadimov <bahtiar at gadimov dot de>
|