]> @LXC_GENERATE_DATE@ lxc-checkpoint 1 lxc-checkpoint checkpoint a container lxc-checkpoint -n name -D PATH -r -s -v -d -F Description lxc-checkpoint checkpoints and restores containers. Options Restore the checkpoint for the container, instead of dumping it. This option is incompatible with . The directory to dump the checkpoint metadata. Optionally stop the container after dumping. This option is incompatible with . Enable verbose criu logging. Restore the container in the background (this is the default). Only available when providing . Restore the container in the foreground. Only available when providing . &commonoptions; Examples lxc-checkpoint -n foo -D /tmp/checkpoint Checkpoint the container foo into the directory /tmp/checkpoint. lxc-checkpoint -r -n foo -D /tmp/checkpoint Restore the checkpoint from the directory /tmp/checkpoint. &seealso; Author Tycho Andersen tycho.andersen@canonical.com