virsh-snapshot-list: add page (#23654)

This commit is contained in:
Managor
2026-08-25 07:57:56 +07:00
committed by GitHub
parent 875595a8ea
commit 6f966c7e2f
+16
View File
@@ -0,0 +1,16 @@
# 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`