<?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"
	>
<channel>
	<title>Comments on: G4L：Linux 中的 Ghost</title>
	<atom:link href="http://linuxtoy.org/archives/g4l.html/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxtoy.org/archives/g4l.html</link>
	<description>LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神，可以点击顶部导航 Contact 按钮进行投稿。</description>
	<pubDate>Mon, 22 Mar 2010 04:56:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: setsail_wu</title>
		<link>http://linuxtoy.org/archives/g4l.html#comment-91536</link>
		<dc:creator>setsail_wu</dc:creator>
		<pubDate>Tue, 26 Aug 2008 16:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/g4l.html#comment-91536</guid>
		<description>&lt;p&gt;我将分区备份为文件存储，方法见我博客。
http://blog.163.com/setsail_wu/blog/static/3574445200872702058666/&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>我将分区备份为文件存储，方法见我博客。
<a href="http://blog.163.com/setsail_wu/blog/static/3574445200872702058666/" rel="nofollow">http://blog.163.com/setsail_wu/blog/static/3574445200872702058666/</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: tomchiukc</title>
		<link>http://linuxtoy.org/archives/g4l.html#comment-87146</link>
		<dc:creator>tomchiukc</dc:creator>
		<pubDate>Sun, 18 May 2008 11:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/g4l.html#comment-87146</guid>
		<description>&lt;h1&gt;dd if=/dev/sda1 &#124; gzip &#62; /media/disk/Acer-Rm13-Part1..sda1.dd.gz&lt;/h1&gt;

&lt;p&gt;gzip: stdout: File too large&lt;/p&gt;

&lt;p&gt;......&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<h1>dd if=/dev/sda1 | gzip &gt; /media/disk/Acer-Rm13-Part1..sda1.dd.gz</h1>

<p>gzip: stdout: File too large</p>

<p>......</p>]]></content:encoded>
	</item>
	<item>
		<title>By: pig345</title>
		<link>http://linuxtoy.org/archives/g4l.html#comment-5095</link>
		<dc:creator>pig345</dc:creator>
		<pubDate>Thu, 28 Dec 2006 06:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/g4l.html#comment-5095</guid>
		<description>&lt;p&gt;自己用DD也可以阿。&lt;/p&gt;

&lt;p&gt;backup:&lt;/p&gt;

&lt;h1&gt;dd if=/dev/hda1 &#124; gzip &#62; bw.office.sled.10.hda1.dd.gz&lt;/h1&gt;

&lt;p&gt;restore:&lt;/p&gt;

&lt;h1&gt;gzip -dc bw.office.sled.10.hda1.dd.gz &#124; dd of=/dev/hda1&lt;/h1&gt;

&lt;p&gt;不过速度可比win下Ghost差远了，16G分区(实际用4G)可能要1个小时!
注意：restore的时候一定要用其他linux启动（比如LiveCD版的）。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>自己用DD也可以阿。</p>

<p>backup:</p>

<h1>dd if=/dev/hda1 | gzip &gt; bw.office.sled.10.hda1.dd.gz</h1>

<p>restore:</p>

<h1>gzip -dc bw.office.sled.10.hda1.dd.gz | dd of=/dev/hda1</h1>

<p>不过速度可比win下Ghost差远了，16G分区(实际用4G)可能要1个小时!
注意：restore的时候一定要用其他linux启动（比如LiveCD版的）。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: catchtime</title>
		<link>http://linuxtoy.org/archives/g4l.html#comment-5030</link>
		<dc:creator>catchtime</dc:creator>
		<pubDate>Wed, 27 Dec 2006 07:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/g4l.html#comment-5030</guid>
		<description>&lt;p&gt;这个软件感觉像是用DD的方式进行硬盘的克隆，因为我有个80GB的硬盘，实际只使用7GB，而在做GHOST时，显示却要备份80GB&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>这个软件感觉像是用DD的方式进行硬盘的克隆，因为我有个80GB的硬盘，实际只使用7GB，而在做GHOST时，显示却要备份80GB</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Army</title>
		<link>http://linuxtoy.org/archives/g4l.html#comment-3265</link>
		<dc:creator>Army</dc:creator>
		<pubDate>Wed, 29 Nov 2006 13:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/g4l.html#comment-3265</guid>
		<description>&lt;p&gt;G4U ：http://www.feyrer.de/g4u/，基于NetBSD。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>G4U ：http://www.feyrer.de/g4u/，基于NetBSD。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Army</title>
		<link>http://linuxtoy.org/archives/g4l.html#comment-3263</link>
		<dc:creator>Army</dc:creator>
		<pubDate>Wed, 29 Nov 2006 13:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/g4l.html#comment-3263</guid>
		<description>&lt;p&gt;G4L的作者盗用了G4U（Ghost for Unix）的代码，&lt;/p&gt;

&lt;p&gt;G4U，我04年时试用过，喜欢它的ftp上传功能。G4U比G4L强多了。&lt;/p&gt;

&lt;p&gt;Still 1.17   Today I had to discover that someone used g4u as a source for g4l, but instead of giving proper credit and respecting the licensing and copyright on g4u, all traces were removed that the core work was done by me. Instead, the author put his name in and his work under a different license. I'm not happy about this, and ask people to discourage such actions as well as to despise the the author of g4l (cowardly calling himself only "nme"). Read more about this in my blog.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>G4L的作者盗用了G4U（Ghost for Unix）的代码，</p>

<p>G4U，我04年时试用过，喜欢它的ftp上传功能。G4U比G4L强多了。</p>

<p>Still 1.17   Today I had to discover that someone used g4u as a source for g4l, but instead of giving proper credit and respecting the licensing and copyright on g4u, all traces were removed that the core work was done by me. Instead, the author put his name in and his work under a different license. I'm not happy about this, and ask people to discourage such actions as well as to despise the the author of g4l (cowardly calling himself only "nme"). Read more about this in my blog.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2006-11-25 -- 时光漫步</title>
		<link>http://linuxtoy.org/archives/g4l.html#comment-3048</link>
		<dc:creator>links for 2006-11-25 -- 时光漫步</dc:creator>
		<pubDate>Sun, 26 Nov 2006 02:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/g4l.html#comment-3048</guid>
		<description>&lt;p&gt;[...] LinuxTOY » G4L：Linux 中的 Ghost (tags: linux ghost) [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] LinuxTOY » G4L：Linux 中的 Ghost (tags: linux ghost) [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: ourr &#187; links for 2006-11-25</title>
		<link>http://linuxtoy.org/archives/g4l.html#comment-3044</link>
		<dc:creator>ourr &#187; links for 2006-11-25</dc:creator>
		<pubDate>Sat, 25 Nov 2006 23:26:35 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/g4l.html#comment-3044</guid>
		<description>&lt;p&gt;[...] LinuxTOY » G4L：Linux 中的 Ghost (tags: linux ghost) [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] LinuxTOY » G4L：Linux 中的 Ghost (tags: linux ghost) [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Toy</title>
		<link>http://linuxtoy.org/archives/g4l.html#comment-2875</link>
		<dc:creator>Toy</dc:creator>
		<pubDate>Fri, 24 Nov 2006 11:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/g4l.html#comment-2875</guid>
		<description>&lt;p&gt;@我本疯狂：再次提醒，不要直接引用本站图片地址。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@我本疯狂：再次提醒，不要直接引用本站图片地址。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 我本疯狂</title>
		<link>http://linuxtoy.org/archives/g4l.html#comment-2859</link>
		<dc:creator>我本疯狂</dc:creator>
		<pubDate>Fri, 24 Nov 2006 09:45:39 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/g4l.html#comment-2859</guid>
		<description>&lt;p&gt;&lt;strong&gt;G4L：Linux 中的 Ghost...&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;G4L 即 Ghost for Linux 的简称，它是一个与 Norton Ghost 很相似的硬盘及分区映像克隆工具。可以使用 G4L 来对当前的系统进行备份，当系统出现故障时，能够及时恢复。G4L 支持对创建的备份映像进....&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><strong>G4L：Linux 中的 Ghost...</strong></p>

<p>G4L 即 Ghost for Linux 的简称，它是一个与 Norton Ghost 很相似的硬盘及分区映像克隆工具。可以使用 G4L 来对当前的系统进行备份，当系统出现故障时，能够及时恢复。G4L 支持对创建的备份映像进....</p>]]></content:encoded>
	</item>
</channel>
</rss>
