<?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: Converting 32bit RRD to 64bit RRD (moving cacti between architectures)</title>
	<atom:link href="http://slog.carlheaton.co.uk/index.php/2009/10/converting-32bit-rrd-to-64bit-rrd-moving-cacti-between-architectures/feed/" rel="self" type="application/rss+xml" />
	<link>http://slog.carlheaton.co.uk/index.php/2009/10/converting-32bit-rrd-to-64bit-rrd-moving-cacti-between-architectures/</link>
	<description>Slog - slowly updating blog.</description>
	<lastBuildDate>Tue, 13 Sep 2011 11:35:12 +0100</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: macan</title>
		<link>http://slog.carlheaton.co.uk/index.php/2009/10/converting-32bit-rrd-to-64bit-rrd-moving-cacti-between-architectures/comment-page-1/#comment-130</link>
		<dc:creator>macan</dc:creator>
		<pubDate>Tue, 13 Sep 2011 11:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://slog.carlheaton.co.uk/?p=184#comment-130</guid>
		<description>Thank you for this article :-)</description>
		<content:encoded><![CDATA[<p>Thank you for this article <img src='http://slog.carlheaton.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tang</title>
		<link>http://slog.carlheaton.co.uk/index.php/2009/10/converting-32bit-rrd-to-64bit-rrd-moving-cacti-between-architectures/comment-page-1/#comment-122</link>
		<dc:creator>Tang</dc:creator>
		<pubDate>Tue, 12 Jul 2011 03:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://slog.carlheaton.co.uk/?p=184#comment-122</guid>
		<description>Good job~   

Working fine</description>
		<content:encoded><![CDATA[<p>Good job~   </p>
<p>Working fine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Migration von RRD Grafiken</title>
		<link>http://slog.carlheaton.co.uk/index.php/2009/10/converting-32bit-rrd-to-64bit-rrd-moving-cacti-between-architectures/comment-page-1/#comment-121</link>
		<dc:creator>Migration von RRD Grafiken</dc:creator>
		<pubDate>Fri, 08 Jul 2011 22:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://slog.carlheaton.co.uk/?p=184#comment-121</guid>
		<description>[...] Ich hatte vor kurzem das Problem das RRD Graphen nicht mehr korrekt geupdatet wurden nach einer Migration. Im Netz fand ich dann diesen =&gt; Guide [...]</description>
		<content:encoded><![CDATA[<p>[...] Ich hatte vor kurzem das Problem das RRD Graphen nicht mehr korrekt geupdatet wurden nach einer Migration. Im Netz fand ich dann diesen =&gt; Guide [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: julsen</title>
		<link>http://slog.carlheaton.co.uk/index.php/2009/10/converting-32bit-rrd-to-64bit-rrd-moving-cacti-between-architectures/comment-page-1/#comment-118</link>
		<dc:creator>julsen</dc:creator>
		<pubDate>Sun, 01 May 2011 08:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://slog.carlheaton.co.uk/?p=184#comment-118</guid>
		<description>thanks - u saved my day</description>
		<content:encoded><![CDATA[<p>thanks &#8211; u saved my day</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://slog.carlheaton.co.uk/index.php/2009/10/converting-32bit-rrd-to-64bit-rrd-moving-cacti-between-architectures/comment-page-1/#comment-56</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 23 Oct 2009 22:13:25 +0000</pubDate>
		<guid isPermaLink="false">http://slog.carlheaton.co.uk/?p=184#comment-56</guid>
		<description>To recursively export (dump) and import, use the following commands:

&lt;code&gt;
for i in `find -name &quot;*.rrd&quot;`; do rrdtool dump $i &gt; $i.xml; done
for i in `find -name &quot;*.xml&quot;`; do rrdtool restore $i `echo $i &#124;sed s/.xml//g`; done&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>To recursively export (dump) and import, use the following commands:</p>
<p><code><br />
for i in `find -name "*.rrd"`; do rrdtool dump $i &gt; $i.xml; done<br />
for i in `find -name "*.xml"`; do rrdtool restore $i `echo $i |sed s/.xml//g`; done</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

