Searched defs:checkpoint (Results 1 - 2 of 2) sorted by relevance

/lxc/src/lxc/tools/
H A Dlxc_checkpoint.c41 {"checkpoint-dir", required_argument, 0, 'D'},
99 .progname = "lxc-checkpoint",
103 lxc-checkpoint checkpoints and restores a container\n\
110 -D, --checkpoint-dir=DIR directory to save the checkpoint in\n\
125 static bool checkpoint(struct lxc_container *c) function
135 ret = c->checkpoint(c, checkpoint_dir, stop, verbose);
249 ret = checkpoint(c);
/lxc/src/lxc/
H A Dlxccontainer.h781 bool (*checkpoint)(struct lxc_container *c, char *directory, bool stop, bool verbose); member in struct:lxc_container
784 * \brief Restore a container from a checkpoint.
889 * the same inodes on checkpoint and restore. In the case of e.g. zfs

Completed in 10 milliseconds