lxc-checkpoint --version (return code: 0)
2.1.0
lxc-checkpoint --help (return code: 0)
Usage: lxc-checkpoint --name=NAME
lxc-checkpoint checkpoints and restores a container
Serializes a container's running state to disk to allow restoring it in
its running state at a later time.
Options :
-n, --name=NAME NAME of the container
-r, --restore Restore container
-D, --checkpoint-dir=DIR directory to save the checkpoint in
-v, --verbose Enable verbose criu logs
Checkpoint options:
-s, --stop Stop the container after checkpointing.
-p, --pre-dump Only pre-dump the memory of the container.
Container keeps on running and following
checkpoints will only dump the changes.
--predump-dir=DIR path to images from previous dump (relative to -D)
Restore options:
-d, --daemon Daemonize the container (default)
-F, --foreground Start with the current tty attached to /dev/console
--rcfile=FILE Load configuration file FILE
Common options :
-o, --logfile=FILE Output log to FILE instead of stderr
-l, --logpriority=LEVEL Set log priority to LEVEL
-q, --quiet Don't produce any output
-P, --lxcpath=PATH Use specified container path
-?, --help Give this help list
--usage Give a short usage message
--version Print the version number
Mandatory or optional arguments to long options are also mandatory or optional
for any corresponding short options.
See the lxc-checkpoint man page for further information.