list-snapshots

Lists snapshots of a virtual system.

By default, this command outputs a table of snapshots from the system identified with the --host parameter. However, you can get more detail with the optional --multiline flag, which includes a list of all logical volumes in the snapshot and their individual sizes and usage levels.

Example usage

  cloudmin list-snapshots --host kvmsnap.home
  ID                             Disks      Total size Max usage
  ------------------------------ ---------- ---------- ----------
  snapone                        1          2 MB       1.67%

Command Line Help

Lists snapshots of a virtual system.

cloudmin list-snapshots --host hostname
                       [--multiline]