mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
331 B
331 B
virsh snapshot-list
List available snapshots. More information: https://manned.org/virsh.
- List all snapshots and their basic information:
sudo virsh snapshot-list "{{vm_name}}"
- List all snapshots in a tree structure:
sudo virsh snapshot-list "{{vm_name}}" --tree
- Display help:
virsh snapshot-list --help