qvm-clone.rst 985 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .. program:: qvm-clone
  2. :program:`qvm-clone` -- Clones an existing VM by copying all its disk files
  3. ===========================================================================
  4. Synopsis
  5. --------
  6. :command:`qvm-clone` [-h] [--verbose] [--quiet] [-p *POOL:VOLUME* | -P POOL] *VMNAME* *NEWVM*
  7. Options
  8. -------
  9. .. option:: --help, -h
  10. Show this help message and exit
  11. .. option:: -P POOL
  12. Pool to use for the new domain. All volumes besides snapshots volumes are
  13. imported in to the specified POOL. THIS IS WHAT YOU WANT TO USE NORMALLY.
  14. .. option:: --pool=POOL:VOLUME, -p POOL:VOLUME
  15. Specify the pool to use for the specific volume
  16. .. option:: --quiet, -q
  17. Be quiet
  18. .. option:: --verbose, -v
  19. Increase verbosity
  20. Authors
  21. -------
  22. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  23. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  24. | Marek Marczykowski <marmarek at invisiblethingslab dot com>
  25. | Bahtiar `kalkin-` Gadimov <bahtiar at gadimov dot de>