<?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: Howto: Linux compress / decompress files with Tar</title>
	<atom:link href="http://www.vincentwong.net/howto-linux-compress-tar/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vincentwong.net/howto-linux-compress-tar</link>
	<description>废柴同盟 2.0</description>
	<pubDate>Fri, 21 Nov 2008 00:55:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: admin</title>
		<link>http://www.vincentwong.net/howto-linux-compress-tar#comment-11</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 14 Nov 2007 06:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.vincentwong.net/howto-linux-compress-tar#comment-11</guid>
		<description>wow.. great sharing.. 
Bzip2 is much better, but slower then gzip. but bz2 will be better when you do some regular backup, save more space if you do your achieve.
Thanks.</description>
		<content:encoded><![CDATA[<p>wow.. great sharing..<br />
Bzip2 is much better, but slower then gzip. but bz2 will be better when you do some regular backup, save more space if you do your achieve.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lhseong</title>
		<link>http://www.vincentwong.net/howto-linux-compress-tar#comment-10</link>
		<dc:creator>lhseong</dc:creator>
		<pubDate>Wed, 14 Nov 2007 03:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.vincentwong.net/howto-linux-compress-tar#comment-10</guid>
		<description>you also can use j to replace z, which is bzip2 with gzip. Bzip2 has greater compression compare to gzip

tar -cjvf  filename.tar.bz2 /var/www/
tar -xjvf  filename.tar.bz2 /var/www/</description>
		<content:encoded><![CDATA[<p>you also can use j to replace z, which is bzip2 with gzip. Bzip2 has greater compression compare to gzip</p>
<p>tar -cjvf  filename.tar.bz2 /var/www/<br />
tar -xjvf  filename.tar.bz2 /var/www/</p>
]]></content:encoded>
	</item>
</channel>
</rss>
