<?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: Backup and restore your Linux installation</title>
	<atom:link href="http://www.alexonlinux.com/backup-and-restore-your-linux-installation/feed" rel="self" type="application/rss+xml" />
	<link>http://www.alexonlinux.com/backup-and-restore-your-linux-installation</link>
	<description></description>
	<lastBuildDate>Fri, 30 Jul 2010 05:08:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Faulteh</title>
		<link>http://www.alexonlinux.com/backup-and-restore-your-linux-installation/comment-page-1#comment-22611</link>
		<dc:creator>Faulteh</dc:creator>
		<pubDate>Wed, 10 Jun 2009 02:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexonlinux.com/?p=1048#comment-22611</guid>
		<description>I&#039;ve been doing something similar to this for a while, but over the network to a large fileserver. To backup:

dd if=/dev/sda1 bs=1k &#124; ssh user@backupserver &#039;bzip2 -c &gt;hostname.sda1.ddimg.bz2&#039;

and restore:
bzip2 -c -d hostname.sda1.ddimg.bz2 &#124; ssh user@targetip &#039;dd of=/dev/sda1&#039;

The value of bs=1k or 1200 means it will fill up a TCP packet with more data so less network overhead.&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;22611&#039;,&#039;Faulteh&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;22611&#039;,&#039;Faulteh&#039;,&#039;I\&#039;ve been doing something similar to this for a while, but over the network to a large fileserver. To backup:\r\n\r\ndd if=\/dev\/sda1 bs=1k &#124; ssh user@backupserver \&#039;bzip2 -c &gt;hostname.sda1.ddimg.bz2\&#039;\r\n\r\nand restore:\r\nbzip2 -c -d hostname.sda1.ddimg.bz2 &#124; ssh user@targetip \&#039;dd of=\/dev\/sda1\&#039;\r\n\r\nThe value of bs=1k or 1200 means it will fill up a TCP packet with more data so less network overhead.&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been doing something similar to this for a while, but over the network to a large fileserver. To backup:</p>
<p>dd if=/dev/sda1 bs=1k | ssh user@backupserver &#8216;bzip2 -c &gt;hostname.sda1.ddimg.bz2&#8242;</p>
<p>and restore:<br />
bzip2 -c -d hostname.sda1.ddimg.bz2 | ssh user@targetip &#8216;dd of=/dev/sda1&#8242;</p>
<p>The value of bs=1k or 1200 means it will fill up a TCP packet with more data so less network overhead.
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('22611','Faulteh'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('22611','Faulteh','I\'ve been doing something similar to this for a while, but over the network to a large fileserver. To backup:\r\n\r\ndd if=\/dev\/sda1 bs=1k | ssh user@backupserver \'bzip2 -c &amp;gt;hostname.sda1.ddimg.bz2\'\r\n\r\nand restore:\r\nbzip2 -c -d hostname.sda1.ddimg.bz2 | ssh user@targetip \'dd of=\/dev\/sda1\'\r\n\r\nThe value of bs=1k or 1200 means it will fill up a TCP packet with more data so less network overhead.'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
</channel>
</rss>
