<?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: Copying files and dirs with tar</title>
	<atom:link href="http://sadevil.org/blog/2008/06/21/copying-files-and-dirs-with-tar/feed/" rel="self" type="application/rss+xml" />
	<link>http://sadevil.org/blog/2008/06/21/copying-files-and-dirs-with-tar/</link>
	<description>... from Diana and Jan ...</description>
	<pubDate>Sat, 10 Jan 2009 04:43:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kristof</title>
		<link>http://sadevil.org/blog/2008/06/21/copying-files-and-dirs-with-tar/comment-page-1/#comment-15261</link>
		<dc:creator>Kristof</dc:creator>
		<pubDate>Mon, 25 Aug 2008 07:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://sadevil.org/blog/?p=252#comment-15261</guid>
		<description>IMHO, cpio does this at least as good (and probly. faster) as tar, and has more readable and memorizable syntax :

# find . -print &#124; cpio -vdump /destination</description>
		<content:encoded><![CDATA[<p>IMHO, cpio does this at least as good (and probly. faster) as tar, and has more readable and memorizable syntax :</p>
<p># find . -print | cpio -vdump /destination</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://sadevil.org/blog/2008/06/21/copying-files-and-dirs-with-tar/comment-page-1/#comment-12744</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Sat, 21 Jun 2008 19:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://sadevil.org/blog/?p=252#comment-12744</guid>
		<description>Because you're still fscked with respect to (soft)links. Tar handles that beautifully.</description>
		<content:encoded><![CDATA[<p>Because you&#8217;re still fscked with respect to (soft)links. Tar handles that beautifully.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ghosty</title>
		<link>http://sadevil.org/blog/2008/06/21/copying-files-and-dirs-with-tar/comment-page-1/#comment-12743</link>
		<dc:creator>Ghosty</dc:creator>
		<pubDate>Sat, 21 Jun 2008 19:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://sadevil.org/blog/?p=252#comment-12743</guid>
		<description>Why not use cp with the -p option ?</description>
		<content:encoded><![CDATA[<p>Why not use cp with the -p option ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
