<?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: Getting Started with Ghost4Linux</title>
	<atom:link href="http://irfanhabib.com/blog/2007/04/15/getting-started-with-ghost4linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://irfanhabib.com/blog/2007/04/15/getting-started-with-ghost4linux/</link>
	<description>On Mac, Linux, Grid, Virtualization and Software Technology</description>
	<lastBuildDate>Tue, 24 Aug 2010 18:28:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Per Nilsen</title>
		<link>http://irfanhabib.com/blog/2007/04/15/getting-started-with-ghost4linux/comment-page-1/#comment-847</link>
		<dc:creator>Per Nilsen</dc:creator>
		<pubDate>Sat, 18 Oct 2008 13:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://irfan.phantomos-vi.com/?p=107#comment-847</guid>
		<description>***Feel free to use g4l at own risk.
I have used g4l for two years without any problems in Linux. Mostly backups of Fedora, but also Opensuse and Ubuntu. I have found it to be totally reliable, even though that it is not commercial, and it is written that &#039;g4l comes with absolutely no warranty&#039;.</description>
		<content:encoded><![CDATA[<p>***Feel free to use g4l at own risk.<br />
I have used g4l for two years without any problems in Linux. Mostly backups of Fedora, but also Opensuse and Ubuntu. I have found it to be totally reliable, even though that it is not commercial, and it is written that &#8216;g4l comes with absolutely no warranty&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Irfan&#8217;s Corner on the Web &#187; How to use Acronis TrueImage 11 in Linux</title>
		<link>http://irfanhabib.com/blog/2007/04/15/getting-started-with-ghost4linux/comment-page-1/#comment-694</link>
		<dc:creator>Irfan&#8217;s Corner on the Web &#187; How to use Acronis TrueImage 11 in Linux</dc:creator>
		<pubDate>Sun, 06 Jan 2008 15:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://irfan.phantomos-vi.com/?p=107#comment-694</guid>
		<description>[...] however none offers the reliability or ease of use as Acronis TrueImage does. I&#8217;ve been on g4L previsouly, however, unfortunately it is not reliable and I can not count on it as I can count on commercial [...]</description>
		<content:encoded><![CDATA[<p>[...] however none offers the reliability or ease of use as Acronis TrueImage does. I&#8217;ve been on g4L previsouly, however, unfortunately it is not reliable and I can not count on it as I can count on commercial [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://irfanhabib.com/blog/2007/04/15/getting-started-with-ghost4linux/comment-page-1/#comment-577</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 12 Oct 2007 09:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://irfan.phantomos-vi.com/?p=107#comment-577</guid>
		<description>Very nice little tool. However I am trying to find out how to create a live usb of w4l because I have a computer without cdrom.</description>
		<content:encoded><![CDATA[<p>Very nice little tool. However I am trying to find out how to create a live usb of w4l because I have a computer without cdrom.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ICT-Freak P2V: How to P2V a Linux Box &#171;</title>
		<link>http://irfanhabib.com/blog/2007/04/15/getting-started-with-ghost4linux/comment-page-1/#comment-571</link>
		<dc:creator>ICT-Freak P2V: How to P2V a Linux Box &#171;</dc:creator>
		<pubDate>Thu, 23 Aug 2007 09:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://irfan.phantomos-vi.com/?p=107#comment-571</guid>
		<description>[...] step is to make an image of the source machine. I recommend g4l, Ghost for Linux. There are some detailed instructions on g4l available, but the basics [...]</description>
		<content:encoded><![CDATA[<p>[...] step is to make an image of the source machine. I recommend g4l, Ghost for Linux. There are some detailed instructions on g4l available, but the basics [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael D. Setzer IO</title>
		<link>http://irfanhabib.com/blog/2007/04/15/getting-started-with-ghost4linux/comment-page-1/#comment-570</link>
		<dc:creator>Michael D. Setzer IO</dc:creator>
		<pubDate>Sat, 21 Apr 2007 08:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://irfan.phantomos-vi.com/?p=107#comment-570</guid>
		<description>Just a note on Compression.
Bzip2 is the best at compression, but in a test I did, it takes about 5 times as long using lzop compress, and gives less than a 1% improvement with a disk image. Generally, gzip was about twice the time of lzop, and no compression was about twice the time of gzip being sending the larger data thru the network.

With my systems, the lzop would compress and 80GB drive in about 50 minutes, and gzip was about 2 hours. Never did a bzip2 since it was just taking to long.

The lzop and gzip would restore in about the same amount of time. Also, noticed that the CPU usage with gzip was much higher, so on longer end systems lzop would also be better. The above test was done with the boot partition so it was small. With the full drive, the lzop image was about 10% larger, but at half the time, it was worth the extra space to me.

Very impressive write up.
Thanks.</description>
		<content:encoded><![CDATA[<p>Just a note on Compression.<br />
Bzip2 is the best at compression, but in a test I did, it takes about 5 times as long using lzop compress, and gives less than a 1% improvement with a disk image. Generally, gzip was about twice the time of lzop, and no compression was about twice the time of gzip being sending the larger data thru the network.</p>
<p>With my systems, the lzop would compress and 80GB drive in about 50 minutes, and gzip was about 2 hours. Never did a bzip2 since it was just taking to long.</p>
<p>The lzop and gzip would restore in about the same amount of time. Also, noticed that the CPU usage with gzip was much higher, so on longer end systems lzop would also be better. The above test was done with the boot partition so it was small. With the full drive, the lzop image was about 10% larger, but at half the time, it was worth the extra space to me.</p>
<p>Very impressive write up.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Livette</title>
		<link>http://irfanhabib.com/blog/2007/04/15/getting-started-with-ghost4linux/comment-page-1/#comment-574</link>
		<dc:creator>Livette</dc:creator>
		<pubDate>Mon, 16 Apr 2007 23:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://irfan.phantomos-vi.com/?p=107#comment-574</guid>
		<description>Nice blog!</description>
		<content:encoded><![CDATA[<p>Nice blog!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justevolvin</title>
		<link>http://irfanhabib.com/blog/2007/04/15/getting-started-with-ghost4linux/comment-page-1/#comment-573</link>
		<dc:creator>justevolvin</dc:creator>
		<pubDate>Mon, 16 Apr 2007 23:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://irfan.phantomos-vi.com/?p=107#comment-573</guid>
		<description>This is great!  I&#039;ve been looking for something like this for Linux!  I&#039;ve been wanting to monkey around with my SuSE box at work but have been hesitant since it&#039;s been so reliable.  Now I can upgrade it when 10.3 is officially released and rest assured that I have a good backup (heck I might even install Feisty Fawn instead).  Thanks again!</description>
		<content:encoded><![CDATA[<p>This is great!  I&#8217;ve been looking for something like this for Linux!  I&#8217;ve been wanting to monkey around with my SuSE box at work but have been hesitant since it&#8217;s been so reliable.  Now I can upgrade it when 10.3 is officially released and rest assured that I have a good backup (heck I might even install Feisty Fawn instead).  Thanks again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
