How do I list lxc snapshots for LXD on Linux?

How do I list lxc snapshots for LXD on Linux?

To list the snapshots for LXC (Linux Containers) on LXD (Linux Container Daemon) on a Linux system, you can use the "lxc" command with the "snapshot" subcommand and the "list" option. "lxc" is a command-line utility that allows you to manage LXC containers on your system, and the "snapshot" subcommand allows you to manage snapshots of LXC containers.

To list the snapshots for LXC on LXD, follow these steps:

  1. Open a terminal and type the following command:
lxc snapshot list container
S‮www:ecruo‬.lautturi.com

Replace "container" with the name of the LXC container for which you want to list the snapshots.

  1. The "lxc" command will list the snapshots for the specified LXC container, including the names and dates of the snapshots.

With these steps, you should be able to list the snapshots for LXC on LXD using the "lxc" command. Consult the documentation of "lxc" for more information on how to use this utility.

Created Time:2017-10-28 21:38:55  Author:lautturi