mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +00:00
docs: Add EXAMPLES section
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
148273d098
commit
2f3727f0e2
1 changed files with 12 additions and 0 deletions
|
|
@ -82,6 +82,18 @@ OPTIONS
|
|||
-h|--help::
|
||||
Print inline help.
|
||||
|
||||
EXAMPLES
|
||||
--------
|
||||
|
||||
To checkpoint a program with pid '1234' and write all image files into
|
||||
directory 'checkpoint' one should type
|
||||
|
||||
crtools dump -D checkpoint -t 1234
|
||||
|
||||
To restore this program detaching crtools itself, one should type
|
||||
|
||||
crtools restore -d -D checkpoint -t 1234
|
||||
|
||||
AUTHOR
|
||||
------
|
||||
OpenVZ team.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue