1CRIT(1) CRIU Manual CRIT(1)
2
3
4
6 crit - CRiu Image Tool
7
9 crit decode [-h] [-i IN] [-o OUT] [--pretty]
10
11 crit encode [-h] [-i IN] [-o OUT]
12
13 crit info [-h] in
14
15 crit x [-h] dir {ps,fds,mems}
16
17 crit show [-h] in
18
20 crit is a feature-rich replacement for existing criu show.
21
23 Positional Arguments
24 decode
25 convert criu image from binary type JSON
26
27 encode
28 convert criu image from JSON type to binary
29
30 info
31 show info about image
32
33 x
34 explore image directory
35
36 show
37 convert criu image from binary to human-readable JSON
38
39 Optional Arguments
40 -h, --help
41 Print some help and exit
42
44 criu(8)
45
47 The CRIU team
48
49
50
51criu 2022-07-20 CRIT(1)