Commit 2f3727f0 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

docs: Add EXAMPLES section

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 148273d0
...@@ -82,6 +82,18 @@ OPTIONS ...@@ -82,6 +82,18 @@ OPTIONS
-h|--help:: -h|--help::
Print inline 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 AUTHOR
------ ------
OpenVZ team. OpenVZ team.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment