[lxc-users] snapshot listing
Serge Hallyn
serge.hallyn at ubuntu.com
Wed Mar 16 23:09:03 UTC 2016
Quoting Tamas Papp (tompos at martos.bme.hu):
> hi,
>
> I remember, that not very long time ago the 'lxc list' command also
> listed snapshots too.
> But now it doesn't. How can I do that now?
>
You can see the number of snapshots with
lxc list -c nS
+------+-----------+
| NAME | SNAPSHOTS |
+------+-----------+
| x1 | 1 |
+------+-----------+
then see the actual snapshots with
lxc info x1
Name: x1
Architecture: x86_64
Created: 2016/03/14 22:16 UTC
Status: Stopped
Type: persistent
Profiles: default
Snapshots:
x1/snap0 (taken at 2016/03/16 23:07 UTC) (stateless)
More information about the lxc-users
mailing list