mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
virsh-snapshot-list: add page (#23654)
This commit is contained in:
@@ -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`
|
||||
Reference in New Issue
Block a user