After creating a few snapshots in a lxd container using lxc snapshot I cannot find a way to list those snapshots. lxc list lists only containers, not the snapshots of each container. How can I list the names of all snapshots of a container? Thanks.
Asked
Active
Viewed 9,547 times
2 Answers
11
You can list the snapshots for a container named example with:
lxc info example --verbose
Ivan Ogai
- 416
- 4
- 4
3
Ubuntu 16.04 LTS
lxc info container
If you use ZFS for storage
zfs list -t snapshot
niksfirefly
- 131
- 1