Re: [lxc-users] lxd: restore snapshot as a new container?

2016-01-25 Thread Tomasz Chmielewski
On 2016-01-25 22:19, Tomasz Chmielewski wrote: Let's say I have a container named "container1" and make a snapshot called "test1": # lxc snapshot container1 "test1" How would I restore it as a new container, called "container1-test"? lxc copy container1/test1 container1-test1 If using a f

Re: [lxc-users] lxd: restore snapshot as a new container?

2016-01-25 Thread Tomasz Chmielewski
On 2016-01-20 02:04, Serge Hallyn wrote: Quoting Tomasz Chmielewski (man...@wpkg.org): Can lxc restore a snapshot as a new container? Let's say I have a container named "container1" and make a snapshot called "test1": # lxc snapshot container1 "test1" How would I restore it as a new containe

Re: [lxc-users] lxd: restore snapshot as a new container?

2016-01-19 Thread Serge Hallyn
Quoting Tomasz Chmielewski (man...@wpkg.org): > Can lxc restore a snapshot as a new container? > > Let's say I have a container named "container1" and make a snapshot > called "test1": > > # lxc snapshot container1 "test1" > > > How would I restore it as a new container, called "container1-test

[lxc-users] lxd: restore snapshot as a new container?

2016-01-19 Thread Tomasz Chmielewski
Can lxc restore a snapshot as a new container? Let's say I have a container named "container1" and make a snapshot called "test1": # lxc snapshot container1 "test1" How would I restore it as a new container, called "container1-test"? Tomasz Chmielewski http://wpkg.org