mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 01:51:51 +00:00
Based on debian's manpage from Salvatore Bonaccorso: e708a3a Sync manpage for crit to include short explanation for new subcommands 7dd571a Fix position for optional arguments in crit's manpage 017f8d9 Add minimal manpage for the crit travis-ci: success for crit: added crit manpage Signed-off-by: Adrian Reber <areber@redhat.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
59 lines
816 B
Plaintext
59 lines
816 B
Plaintext
CRIT(1)
|
|
=======
|
|
include::footer.txt[]
|
|
|
|
NAME
|
|
----
|
|
crit - CRiu Image Tool
|
|
|
|
SYNOPSIS
|
|
--------
|
|
*crit* 'decode' [-h] [-i IN] [-o OUT] [--pretty]
|
|
|
|
*crit* 'encode' [-h] [-i IN] [-o OUT]
|
|
|
|
*crit* 'info' [-h] in
|
|
|
|
*crit* 'x' [-h] dir {ps,fds,mems}
|
|
|
|
*crit* 'show' [-h] in
|
|
|
|
DESCRIPTION
|
|
-----------
|
|
*crit* is a feature-rich replacement for existing *criu* show.
|
|
|
|
ARGUMENTS
|
|
---------
|
|
|
|
Positional Arguments
|
|
~~~~~~~~~~~~~~~~~~~~
|
|
|
|
*decode*::
|
|
convert *criu* image from binary type JSON
|
|
|
|
*encode*::
|
|
convert *criu* image from JSON type to binary
|
|
|
|
*info*::
|
|
show info about image
|
|
|
|
*x*::
|
|
explore image directory
|
|
|
|
*show*::
|
|
convert *criu* image from binary to human-readable JSON
|
|
|
|
Optional Arguments
|
|
~~~~~~~~~~~~~~~~~~
|
|
|
|
*-h*, *--help*::
|
|
Print some help and exit
|
|
|
|
SEE ALSO
|
|
--------
|
|
criu(8)
|
|
|
|
AUTHOR
|
|
------
|
|
The CRIU team
|