<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>UI 網站 &#187; qemu</title>
	<atom:link href="http://ui.idv.tw/wordpress/?feed=rss2&#038;tag=qemu" rel="self" type="application/rss+xml" />
	<link>https://ui.idv.tw/wordpress</link>
	<description>個人雜亂筆記用</description>
	<lastBuildDate>Wed, 15 Oct 2025 10:08:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>qemu-img</title>
		<link>https://ui.idv.tw/wordpress/?p=1009</link>
		<comments>https://ui.idv.tw/wordpress/?p=1009#comments</comments>
		<pubDate>Thu, 01 Sep 2022 15:11:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分類]]></category>
		<category><![CDATA[qemu]]></category>

		<guid isPermaLink="false">http://ui.idv.tw/wordpress/?p=1009</guid>
		<description><![CDATA[qemu-img info vm100.qcow2 #查看 qcow2 qemu-img snapshot -l vm100.qcow2 #檢查 vm100 快照 qemu-img snapshot -c snapshot01 vm100.qcow2 #snappshot01(快照名) test.qcow2(要快照的檔案) qemu-img snapshot -a snapshot01 vm100.qcow2 #使用 -a snapshot-01 回復快照 qemu-img snapshot -d snapshot01 vm100.qcow2 #刪除 -d snapshot-01 刪除快照 &#8216;snapshot&#8217; is the &#8230; <a href="https://ui.idv.tw/wordpress/?p=1009">繼續閱讀 <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>qemu-img info vm100.qcow2            #查看 qcow2<br />
qemu-img snapshot -l vm100.qcow2 #檢查 vm100 快照<br />
qemu-img snapshot -c snapshot01 vm100.qcow2  #snappshot01(快照名)  test.qcow2(要快照的檔案)<br />
qemu-img snapshot -a snapshot01 vm100.qcow2  #使用 -a snapshot-01 回復快照<br />
qemu-img snapshot -d snapshot01 vm100.qcow2  #刪除 -d snapshot-01 刪除快照</p>
<p>  &#8216;snapshot&#8217; is the name of the snapshot to create, apply or delete<br />
  &#8216;-a&#8217; applies a snapshot (revert disk to saved state)<br />
  &#8216;-c&#8217; creates a snapshot<br />
  &#8216;-d&#8217; deletes a snapshot<br />
  &#8216;-l&#8217; lists all snapshots in the given image<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
]]></content:encoded>
			<wfw:commentRss>https://ui.idv.tw/wordpress/?feed=rss2&#038;p=1009</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
