How can i list snashot information and delete snapshot from command line or bash in elegant way? Thanks.

Salem linked to it (thank you!), but it seems succinct enough that I'm going to include it here in case the link were to disappear in the future.

# qemu-img snapshot [ -l | -a snapshot | -c snapshot | -d snapshot ] filename

-l: lists all snapshots
-a: reverts the image to the snapshot
-c: creates a snapshot
-d: deletes the snapshot

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.