Merge remote-tracking branch 'qubesos/pr/50'
Edit in merge commit: remove trailing whitespaces.
This commit is contained in:
commit
7ae55d46b2
@ -22,6 +22,8 @@ OPTIONS
|
|||||||
Specify path to the template directory
|
Specify path to the template directory
|
||||||
-c CONF_FILE, --conf=CONF_FILE
|
-c CONF_FILE, --conf=CONF_FILE
|
||||||
Specify the Xen VM .conf file to use(relative to the template dir path)
|
Specify the Xen VM .conf file to use(relative to the template dir path)
|
||||||
|
--force-root
|
||||||
|
Force to run, even with root privileges
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
=======
|
=======
|
||||||
|
@ -38,6 +38,8 @@ OPTIONS
|
|||||||
Restore from a backup located in a specific AppVM
|
Restore from a backup located in a specific AppVM
|
||||||
-e, --encrypted
|
-e, --encrypted
|
||||||
The backup is encrypted
|
The backup is encrypted
|
||||||
|
-p, --passphrase-file
|
||||||
|
Read passphrase from file, or use '-' to read from stdin
|
||||||
-z, --compressed
|
-z, --compressed
|
||||||
The backup is compressed
|
The backup is compressed
|
||||||
--debug
|
--debug
|
||||||
|
@ -18,6 +18,28 @@ OPTIONS
|
|||||||
Show this help message and exit
|
Show this help message and exit
|
||||||
-x EXCLUDE_LIST, --exclude=EXCLUDE_LIST
|
-x EXCLUDE_LIST, --exclude=EXCLUDE_LIST
|
||||||
Exclude the specified VM from backup (might be repeated)
|
Exclude the specified VM from backup (might be repeated)
|
||||||
|
--force-root
|
||||||
|
Force to run with root privileges
|
||||||
|
-d, --dest-vm
|
||||||
|
Specify the destination VM to which the backup will be set (implies -e)
|
||||||
|
-e, --encrypt
|
||||||
|
Encrypt the backup
|
||||||
|
--no-encrypt
|
||||||
|
Skip encryption even if sending the backup to a VM
|
||||||
|
-p, --passphrase-file
|
||||||
|
Read passphrase from a file, or use '-' to read from stdin
|
||||||
|
-E, --enc-algo
|
||||||
|
Specify a non-default encryption algorithm. For a list of supported algorithms, execute 'openssl list-cipher-algorithms' (implies -e)
|
||||||
|
-H, --hmac-algo
|
||||||
|
Specify a non-default HMAC algorithm. For a list of supported algorithms, execute 'openssl list-message-digest-algorithms'
|
||||||
|
-z, --compress
|
||||||
|
Compress the backup
|
||||||
|
-Z, --compress-filter
|
||||||
|
Specify a non-default compression filter program (default: gzip)
|
||||||
|
--tmpdir
|
||||||
|
Specify a temporary directory (if you have at least 1GB free RAM in dom0, use of /tmp is advised) (default: /var/tmp)
|
||||||
|
--debug
|
||||||
|
Enable (a lot of) debug output
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
=======
|
=======
|
||||||
|
@ -6,7 +6,6 @@ NAME
|
|||||||
====
|
====
|
||||||
qvm-block - list/set VM PCI devices.
|
qvm-block - list/set VM PCI devices.
|
||||||
|
|
||||||
|
|
||||||
:Date: 2012-04-10
|
:Date: 2012-04-10
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
@ -16,13 +15,14 @@ SYNOPSIS
|
|||||||
| qvm-block -d [options] <device>
|
| qvm-block -d [options] <device>
|
||||||
| qvm-block -d [options] <vm-name>
|
| qvm-block -d [options] <vm-name>
|
||||||
|
|
||||||
|
|
||||||
OPTIONS
|
OPTIONS
|
||||||
=======
|
=======
|
||||||
-h, --help
|
-h, --help
|
||||||
Show this help message and exit
|
Show this help message and exit
|
||||||
-l, --list
|
-l, --list
|
||||||
List block devices
|
List block devices
|
||||||
|
-A, --attach-file
|
||||||
|
Attach specified file instead of physical device
|
||||||
-a, --attach
|
-a, --attach
|
||||||
Attach block device to specified VM
|
Attach block device to specified VM
|
||||||
-d, --detach
|
-d, --detach
|
||||||
@ -33,6 +33,10 @@ OPTIONS
|
|||||||
Force read-only mode
|
Force read-only mode
|
||||||
--no-auto-detach
|
--no-auto-detach
|
||||||
Fail when device already connected to other VM
|
Fail when device already connected to other VM
|
||||||
|
--show-system-disks
|
||||||
|
List also system disks
|
||||||
|
--force-root
|
||||||
|
Force to run, even with root privileges
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
=======
|
=======
|
||||||
|
32
doc/qvm-tools/qvm-check.rst
Normal file
32
doc/qvm-tools/qvm-check.rst
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
=========
|
||||||
|
qvm-check
|
||||||
|
=========
|
||||||
|
|
||||||
|
NAME
|
||||||
|
====
|
||||||
|
qvm-check - Specify no state options to check if VM exists
|
||||||
|
|
||||||
|
:Date: 2013-06-23
|
||||||
|
|
||||||
|
SYNOPSIS
|
||||||
|
========
|
||||||
|
| qvm-check [options] <vm-name>
|
||||||
|
|
||||||
|
OPTIONS
|
||||||
|
=======
|
||||||
|
-h, --help
|
||||||
|
Show this help message and exit
|
||||||
|
-q, --quiet
|
||||||
|
Be quiet
|
||||||
|
--running
|
||||||
|
Determine if VM is running
|
||||||
|
--paused
|
||||||
|
Determine if VM is paused
|
||||||
|
--template
|
||||||
|
Determine if VM is a template
|
||||||
|
|
||||||
|
AUTHORS
|
||||||
|
=======
|
||||||
|
| Joanna Rutkowska <joanna at invisiblethingslab dot com>
|
||||||
|
| Rafal Wojtczuk <rafal at invisiblethingslab dot com>
|
||||||
|
| Marek Marczykowski <marmarek at invisiblethingslab dot com>
|
@ -1,29 +0,0 @@
|
|||||||
==================
|
|
||||||
qvm-clone-template
|
|
||||||
==================
|
|
||||||
|
|
||||||
NAME
|
|
||||||
====
|
|
||||||
qvm-clone-template - clones an existing template by copying all its disk files
|
|
||||||
|
|
||||||
:Date: 2012-04-10
|
|
||||||
|
|
||||||
SYNOPSIS
|
|
||||||
========
|
|
||||||
| qvm-clone-template [options] <src-template-name> <new-template-name>
|
|
||||||
|
|
||||||
OPTIONS
|
|
||||||
=======
|
|
||||||
-h, --help
|
|
||||||
Show this help message and exit
|
|
||||||
-q, --quiet
|
|
||||||
Be quiet
|
|
||||||
-p DIR_PATH, --path=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>
|
|
||||||
|
|
@ -20,6 +20,10 @@ OPTIONS
|
|||||||
Be quiet
|
Be quiet
|
||||||
-p DIR_PATH, --path=DIR_PATH
|
-p DIR_PATH, --path=DIR_PATH
|
||||||
Specify path to the template directory
|
Specify path to the template directory
|
||||||
|
--force-root
|
||||||
|
Force to run, even with root privileges
|
||||||
|
-P, --pool
|
||||||
|
Specify in to which storage pool to clone
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
=======
|
=======
|
||||||
|
@ -36,8 +36,12 @@ OPTIONS
|
|||||||
-Y SET_YUM_PROXY, --yum-proxy=SET_YUM_PROXY
|
-Y SET_YUM_PROXY, --yum-proxy=SET_YUM_PROXY
|
||||||
Set access to Qubes yum proxy (allow/deny).
|
Set access to Qubes yum proxy (allow/deny).
|
||||||
*Note:* if set to "deny", access will be rejected even if policy set to "allow"
|
*Note:* if set to "deny", access will be rejected even if policy set to "allow"
|
||||||
|
-r, --reload
|
||||||
|
Reload firewall (implied by any change action)
|
||||||
-n, --numeric
|
-n, --numeric
|
||||||
Display port numbers instead of services (makes sense only with --list)
|
Display port numbers instead of services (makes sense only with --list)
|
||||||
|
--force-root
|
||||||
|
Force to run, even with root privileges
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
=======
|
=======
|
||||||
|
26
doc/qvm-tools/qvm-grow-root.rst
Normal file
26
doc/qvm-tools/qvm-grow-root.rst
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
=============
|
||||||
|
qvm-grow-root
|
||||||
|
=============
|
||||||
|
|
||||||
|
NAME
|
||||||
|
====
|
||||||
|
qvm-grow-root - increase root storage capacity of a specified VM
|
||||||
|
|
||||||
|
:Date: 2014-03-21
|
||||||
|
|
||||||
|
SYNOPSIS
|
||||||
|
========
|
||||||
|
| qvm-grow-root <vm-name> <size>
|
||||||
|
|
||||||
|
OPTIONS
|
||||||
|
=======
|
||||||
|
-h, --help
|
||||||
|
Show this help message and exit
|
||||||
|
--allow-start
|
||||||
|
Allow VM to be started to complete the operation
|
||||||
|
|
||||||
|
AUTHORS
|
||||||
|
=======
|
||||||
|
| Joanna Rutkowska <joanna at invisiblethingslab dot com>
|
||||||
|
| Rafal Wojtczuk <rafal at invisiblethingslab dot com>
|
||||||
|
| Marek Marczykowski <marmarek at invisiblethingslab dot com>
|
@ -32,6 +32,8 @@ OPTIONS
|
|||||||
Show date of last VM backup
|
Show date of last VM backup
|
||||||
--raw-list
|
--raw-list
|
||||||
List only VM names one per line
|
List only VM names one per line
|
||||||
|
--raw-data
|
||||||
|
Display specify data of specified VMs. Intended for bash-parsing.
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
=======
|
=======
|
||||||
|
@ -29,6 +29,8 @@ OPTIONS
|
|||||||
usb - USB controllers
|
usb - USB controllers
|
||||||
-d, --delete
|
-d, --delete
|
||||||
Remove a PCI device from specified VM
|
Remove a PCI device from specified VM
|
||||||
|
--offline-mode
|
||||||
|
Offline mode
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
=======
|
=======
|
||||||
|
@ -25,6 +25,10 @@ OPTIONS
|
|||||||
Get a single property of a specified VM
|
Get a single property of a specified VM
|
||||||
-s, --set
|
-s, --set
|
||||||
Set properties of a specified VM
|
Set properties of a specified VM
|
||||||
|
--force-root
|
||||||
|
Force to run, even with root privileges
|
||||||
|
--offline-mode
|
||||||
|
Offline mode
|
||||||
|
|
||||||
PROPERTIES
|
PROPERTIES
|
||||||
==========
|
==========
|
||||||
|
@ -40,6 +40,20 @@ OPTIONS
|
|||||||
Pass stdin/stdout/stderr from remote program
|
Pass stdin/stdout/stderr from remote program
|
||||||
--localcmd=LOCALCMD
|
--localcmd=LOCALCMD
|
||||||
With --pass-io, pass stdin/stdout/stderr to the given program
|
With --pass-io, pass stdin/stdout/stderr to the given program
|
||||||
|
--nogui
|
||||||
|
Run command without gui
|
||||||
|
--filter-escape-chars
|
||||||
|
Filter terminal escape sequences (default if output is terminal)
|
||||||
|
--no-filter-escape-chars
|
||||||
|
Do not filter terminal escape sequences - overrides --filter-escape-chars, DANGEROUS when output is terminal
|
||||||
|
--no-color-output
|
||||||
|
Disable marking VM output with red color
|
||||||
|
--no-color-stderr
|
||||||
|
Disable marking VM stderr with red color
|
||||||
|
--color-output
|
||||||
|
Force marking VM output with given ANSI style (use 31 for red)
|
||||||
|
--color-stderr
|
||||||
|
Force marking VM stderr with given ANSI style (use 31 for red)
|
||||||
--force
|
--force
|
||||||
Force operation, even if may damage other VMs (eg. shutdown of NetVM)
|
Force operation, even if may damage other VMs (eg. shutdown of NetVM)
|
||||||
|
|
||||||
|
@ -22,6 +22,8 @@ OPTIONS
|
|||||||
Force operation, even if may damage other VMs (eg. shutdown of NetVM)
|
Force operation, even if may damage other VMs (eg. shutdown of NetVM)
|
||||||
--wait
|
--wait
|
||||||
Wait for the VM(s) to shutdown
|
Wait for the VM(s) to shutdown
|
||||||
|
--wait-time
|
||||||
|
Timeout after which VM will be killed when --wait is used
|
||||||
--all
|
--all
|
||||||
Shutdown all running VMs
|
Shutdown all running VMs
|
||||||
--exclude=EXCLUDE_LIST
|
--exclude=EXCLUDE_LIST
|
||||||
|
@ -18,14 +18,26 @@ OPTIONS
|
|||||||
Show this help message and exit
|
Show this help message and exit
|
||||||
-q, --quiet
|
-q, --quiet
|
||||||
Be quiet
|
Be quiet
|
||||||
|
--tray
|
||||||
|
Use tray notifications instead of stdout
|
||||||
--no-guid
|
--no-guid
|
||||||
Do not start the GUId (ignored)
|
Do not start the GUId (ignored)
|
||||||
--console
|
--drive
|
||||||
Attach debugging console to the newly started VM
|
Temporarily attach specified drive as CD/DVD or hard disk (can be specified with prefix 'hd' or 'cdrom:', default is cdrom)
|
||||||
|
--hddisk
|
||||||
|
Temporarily attach specified drive as hard disk
|
||||||
|
--cdrom
|
||||||
|
Temporarily attach specified drive as CD/DVD
|
||||||
|
--install-windows-tools
|
||||||
|
Attach Windows tools CDROM to the VM
|
||||||
--dvm
|
--dvm
|
||||||
Do actions necessary when preparing DVM image
|
Do actions necessary when preparing DVM image
|
||||||
--custom-config=CUSTOM_CONFIG
|
--custom-config=CUSTOM_CONFIG
|
||||||
Use custom Xen config instead of Qubes-generated one
|
Use custom Xen config instead of Qubes-generated one
|
||||||
|
--skip-if-running
|
||||||
|
Do no fail if the VM is already running
|
||||||
|
--debug
|
||||||
|
Enable debug mode for this VM (until its shutdown)
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
=======
|
=======
|
||||||
|
@ -16,6 +16,8 @@ OPTIONS
|
|||||||
=======
|
=======
|
||||||
-h, --help
|
-h, --help
|
||||||
Show this help message and exit
|
Show this help message and exit
|
||||||
|
--offline-mode
|
||||||
|
Offline mode
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
=======
|
=======
|
||||||
|
36
doc/qvm-tools/qvm-usb.rst
Normal file
36
doc/qvm-tools/qvm-usb.rst
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
=======
|
||||||
|
qvm-usb
|
||||||
|
=======
|
||||||
|
|
||||||
|
NAME
|
||||||
|
====
|
||||||
|
qvm-usb - List/set VM USB devices
|
||||||
|
|
||||||
|
:Date: 2013-03-16
|
||||||
|
|
||||||
|
SYNOPSIS
|
||||||
|
========
|
||||||
|
| qvm-usb -l [options]
|
||||||
|
| qvm-usb -a [options] <vm-name> <device-vm-name>:<device>
|
||||||
|
| qvm-usb -d [options] <device-vm-name>:<device>
|
||||||
|
|
||||||
|
OPTIONS
|
||||||
|
=======
|
||||||
|
-h, --help
|
||||||
|
Show this help message and exit
|
||||||
|
-l, -list
|
||||||
|
List devices
|
||||||
|
-a, --attach
|
||||||
|
Attach specified device to specified VM
|
||||||
|
-d, --detach
|
||||||
|
Detach specified device
|
||||||
|
--no-auto-detach
|
||||||
|
Fail when device already connected to other VM
|
||||||
|
--force-root
|
||||||
|
Force to run, even with root privileges
|
||||||
|
|
||||||
|
AUTHORS
|
||||||
|
=======
|
||||||
|
| Joanna Rutkowska <joanna at invisiblethingslab dot com>
|
||||||
|
| Rafal Wojtczuk <rafal at invisiblethingslab dot com>
|
||||||
|
| Marek Marczykowski <marmarek at invisiblethingslab dot com>
|
Loading…
Reference in New Issue
Block a user