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

/lxc/src/lxc/tools/
H A Dlxc_checkpoint.c44 {"restore", no_argument, 0, 'r'},
109 -r, --restore Restore container\n\
148 bool ret = c->restore(c, checkpoint_dir, verbose);
157 static bool restore(struct lxc_container *c) function
247 ret = restore(c);
/lxc/src/lxc/
H A Dlxccontainer.h787 * \param directory The directory to restore the container from.
793 bool (*restore)(struct lxc_container *c, char *directory, bool verbose); member in struct:lxc_container
889 * the same inodes on checkpoint and restore. In the case of e.g. zfs

Completed in 707 milliseconds