mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-28 12:36:47 +00:00
docs: Update documentation
- Drop -c option from "dump" context, it is no longer valid - Add --link-remap, --shell-job options Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
8f81f589ae
commit
2f3e52d83f
1 changed files with 11 additions and 3 deletions
|
|
@ -2,7 +2,7 @@ crtools(1)
|
|||
==========
|
||||
:doctype: manpage
|
||||
:man source: CRtools
|
||||
:man version: 0.0.1
|
||||
:man version: 0.0.2
|
||||
:man manual: CRtools Manual
|
||||
|
||||
NAME
|
||||
|
|
@ -33,8 +33,6 @@ OPTIONS
|
|||
|
||||
-c::
|
||||
In case of 'show' command the dumped pages content will be shown in hex format.
|
||||
In case of 'dump' command processes being checkpointed wont be killed once
|
||||
checkpoint complete but rather continue execution.
|
||||
|
||||
-D|--images-dir <path>::
|
||||
Use path 'path' as a base directory where to look for dump files set. This
|
||||
|
|
@ -79,6 +77,10 @@ OPTIONS
|
|||
* 'network-unlock'
|
||||
unlock network in a target network namespace
|
||||
|
||||
--link-remap::
|
||||
Allow to link unlinked files back when possible (modifies FS
|
||||
till restore).
|
||||
|
||||
-o|--log-file <file>::
|
||||
Write logging messages to 'file'.
|
||||
|
||||
|
|
@ -95,6 +97,12 @@ OPTIONS
|
|||
--tcp-established::
|
||||
Checkpoint/restore established TCP connections.
|
||||
|
||||
-j|--shell-job::
|
||||
Allow to dump and restore shell jobs. This implies the restored task
|
||||
will inherit session and process group ID from the crtools itself.
|
||||
Also this option allows to migrate a single external tty connection, in other
|
||||
words this option allows to migrate such application as 'top' and friends.
|
||||
|
||||
-V|--version::
|
||||
Print program version.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue