Re: [lxc-devel] [PATCH 2/2] introduce lxc-snapshot

2013-09-10 Thread Stéphane Graber
On Fri, Sep 06, 2013 at 06:11:05PM -0500, Serge Hallyn wrote: > Hopefully someone else will come in and spruce it up :) This > version is as simple as can be > > lxc-snapshot -n a1 > create a snapshot of a1 > echo "second commit" > /tmp/a > lxc-snapshot -n a1 -c /tmp/a > create a snap

[lxc-devel] [PATCH 2/2] introduce lxc-snapshot

2013-09-06 Thread Serge Hallyn
Hopefully someone else will come in and spruce it up :) This version is as simple as can be lxc-snapshot -n a1 create a snapshot of a1 echo "second commit" > /tmp/a lxc-snapshot -n a1 -c /tmp/a create a snapshot of a1 with /tmp/a as a commit comment lxc-snapshot -n a1 -L l