Quoting Tamas Papp (tom...@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)

_______________________________________________
lxc-users mailing list
lxc-users@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-users

Reply via email to