2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 18:07:57 +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:
Cyrill Gorcunov 2012-07-23 07:09:39 +04:00 committed by Pavel Emelyanov
parent 148273d098
commit 2f3727f0e2

View File

@ -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.