qvm-clone.rst 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .. program:: qvm-clone
  2. :program:`qvm-clone` -- Clones an existing VM by copying all its disk files
  3. ===========================================================================
  4. .. warning::
  5. This page was autogenerated from command-line parser. It shouldn't be 1:1
  6. conversion, because it would add little value. Please revise it and add
  7. more descriptive help, which normally won't fit in standard ``--help``
  8. option.
  9. After rewrite, please remove this admonition.
  10. Synopsis
  11. --------
  12. :command:`qvm-clone` [-h] [--verbose] [--quiet] [-p *POOL:VOLUME* | -P POOL] *VMNAME* *NEWVM*
  13. Options
  14. -------
  15. .. option:: --help, -h
  16. Show this help message and exit
  17. .. option:: -P POOL
  18. Pool to use for the new domain. All volumes besides snapshots volumes are
  19. imported in to the specified POOL. THIS IS WHAT YOU WANT TO USE NORMALLY.
  20. .. option:: --pool=POOL:VOLUME, -p POOL:VOLUME
  21. Specify the pool to use for the specific volume
  22. .. option:: --quiet, -q
  23. Be quiet
  24. .. option:: --verbose, -v
  25. Increase verbosity
  26. Authors
  27. -------
  28. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  29. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  30. | Marek Marczykowski <marmarek at invisiblethingslab dot com>
  31. | Bahtiar `kalkin-` Gadimov <bahtiar at gadimov dot de>