<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: compression using fifo&#8217;s</title>
	<atom:link href="http://pascal-schwarz.ch/blog/index.php/2009/08/28/compression-using-fifos/feed/" rel="self" type="application/rss+xml" />
	<link>http://pascal-schwarz.ch/blog/index.php/2009/08/28/compression-using-fifos/</link>
	<description>fortuity is way too important to leave it to chance</description>
	<lastBuildDate>Sat, 22 Oct 2011 12:31:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alejandro</title>
		<link>http://pascal-schwarz.ch/blog/index.php/2009/08/28/compression-using-fifos/comment-page-1/#comment-26445</link>
		<dc:creator>Alejandro</dc:creator>
		<pubDate>Mon, 25 Jul 2011 14:57:46 +0000</pubDate>
		<guid isPermaLink="false">http://pascal-schwarz.ch/blog/?p=144#comment-26445</guid>
		<description>To export just leave the filename blank as in this example:
xe vm-export vm=VM-UUID filename= &#124; gzip -c &gt; /mnt/vm.xva.gz

To import use /dev/stdin as filename:
gunzip -c /mnt/vm.xva.gz &#124; xe vm-import sr-uuid=SR-UUID filename=/dev/stdin</description>
		<content:encoded><![CDATA[<p>To export just leave the filename blank as in this example:<br />
xe vm-export vm=VM-UUID filename= | gzip -c &gt; /mnt/vm.xva.gz</p>
<p>To import use /dev/stdin as filename:<br />
gunzip -c /mnt/vm.xva.gz | xe vm-import sr-uuid=SR-UUID filename=/dev/stdin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alejandro</title>
		<link>http://pascal-schwarz.ch/blog/index.php/2009/08/28/compression-using-fifos/comment-page-1/#comment-26444</link>
		<dc:creator>Alejandro</dc:creator>
		<pubDate>Mon, 25 Jul 2011 14:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://pascal-schwarz.ch/blog/?p=144#comment-26444</guid>
		<description>To export just leave the filename blank as in this example:
xe vm-export vm= filename= &#124; gzip -c &gt; /mnt/vm.xva.gz

To import use /dev/stdin as filename:
gunzip -c /mnt/vm.xva.gz &#124; xe vm-import sr-uuid= filename=/dev/stdin</description>
		<content:encoded><![CDATA[<p>To export just leave the filename blank as in this example:<br />
xe vm-export vm= filename= | gzip -c &gt; /mnt/vm.xva.gz</p>
<p>To import use /dev/stdin as filename:<br />
gunzip -c /mnt/vm.xva.gz | xe vm-import sr-uuid= filename=/dev/stdin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reno</title>
		<link>http://pascal-schwarz.ch/blog/index.php/2009/08/28/compression-using-fifos/comment-page-1/#comment-26326</link>
		<dc:creator>Reno</dc:creator>
		<pubDate>Thu, 14 Apr 2011 07:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://pascal-schwarz.ch/blog/?p=144#comment-26326</guid>
		<description>In citrix xen server 5.6.1 which I am using, there is option compress=true, gzip is involved then.

xe vm-export vm=UUID compress=true filename=xxx</description>
		<content:encoded><![CDATA[<p>In citrix xen server 5.6.1 which I am using, there is option compress=true, gzip is involved then.</p>
<p>xe vm-export vm=UUID compress=true filename=xxx</p>
]]></content:encoded>
	</item>
</channel>
</rss>

