123456789101112131415161718192021222324252627282930 |
- .. program:: qvm-clone-template
- ==========================================================================================
- :program:`qvm-clone-template` -- Clones an existing template by copying all its disk files
- ==========================================================================================
- Synopsis
- ========
- :command:`qvm-clone-template` [*options*] <*src-template-name*> <*new-template-name*>
- Options
- =======
- .. option:: --help, -h
- Show this help message and exit
- .. option:: --quiet, -q
- Be quiet
- .. option:: --path=DIR_PATH, -p DIR_PATH
- Specify path to the template directory
- Authors
- =======
- | Joanna Rutkowska <joanna at invisiblethingslab dot com>
- | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
- | Marek Marczykowski <marmarek at invisiblethingslab dot com>
|