CentOS 7.x lxc container snapshot

From Notes_Wiki
Revision as of 05:38, 23 January 2017 by Saurabh (talk | contribs) (Created page with "<yambe:breadcrumb>CentOS_7.x_lxc|CentOS 7.x lxc</yambe:breadcrumb> =CentOS 7.x lxc container snapshot= To take snapshot for lxc container use: <pre> lxc-snapshot -n centos...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

<yambe:breadcrumb>CentOS_7.x_lxc|CentOS 7.x lxc</yambe:breadcrumb>

CentOS 7.x lxc container snapshot

To take snapshot for lxc container use:

   lxc-snapshot -n centos_lxc

where centos_lxc should be replaced with name of container. Snapshots are created in '/var/lib/lxcsnaps/' folder. Note that snapshot can be taken only for stopped containers.


To list snapshots use:

   lxc-snapshot -L -n centos_lxc

where centos_lxc should be replaced with name of container


To restore particular snapshost use:

   lxc-snapshot -r snap0 -n centos_lxc

where snap0 is desried snapshot and centos_lxc is the name of the container