<?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: HOWTO: Create a Tar Archive From a File List</title>
	<atom:link href="http://dannyman.toldme.com/2004/09/14/howto-create-tar-archive-from-manifest/feed/" rel="self" type="application/rss+xml" />
	<link>http://dannyman.toldme.com/2004/09/14/howto-create-tar-archive-from-manifest/</link>
	<description>Interesting bits of information and editorial, evolving online since 1995.</description>
	<lastBuildDate>Mon, 16 Jan 2012 02:14:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Graeme</title>
		<link>http://dannyman.toldme.com/2004/09/14/howto-create-tar-archive-from-manifest/comment-page-1/#comment-76310</link>
		<dc:creator>Graeme</dc:creator>
		<pubDate>Thu, 09 Jun 2011 07:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://dannyman.toldme.com/2004/09/14/howto-create-tar-archive-from-manifest/#comment-76310</guid>
		<description>Thanks Mate, your post just helped me too</description>
		<content:encoded><![CDATA[<p>Thanks Mate, your post just helped me too</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://dannyman.toldme.com/2004/09/14/howto-create-tar-archive-from-manifest/comment-page-1/#comment-75743</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Thu, 21 Jan 2010 11:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://dannyman.toldme.com/2004/09/14/howto-create-tar-archive-from-manifest/#comment-75743</guid>
		<description>On Windows you can use 7-zip (http://7-zip.org/) for creating archives - it can handle tar, zip, gzip, bzip2 and 7z adds a right-click context menu which is really useful.</description>
		<content:encoded><![CDATA[<p>On Windows you can use 7-zip (<a href="http://7-zip.org/" rel="nofollow">http://7-zip.org/</a>) for creating archives &#8211; it can handle tar, zip, gzip, bzip2 and 7z adds a right-click context menu which is really useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marie</title>
		<link>http://dannyman.toldme.com/2004/09/14/howto-create-tar-archive-from-manifest/comment-page-1/#comment-75710</link>
		<dc:creator>Marie</dc:creator>
		<pubDate>Sun, 10 Jan 2010 19:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://dannyman.toldme.com/2004/09/14/howto-create-tar-archive-from-manifest/#comment-75710</guid>
		<description>If you are using a GNU version of tar, you can use the --from-files option, e.g.:

tar czf tonals2010-01-10.tgz --files-from tonal-files.txt

where tonal-files.txt contains a list of files.

Happy tarring,
Marie</description>
		<content:encoded><![CDATA[<p>If you are using a GNU version of tar, you can use the &#8211;from-files option, e.g.:</p>
<p>tar czf tonals2010-01-10.tgz &#8211;files-from tonal-files.txt</p>
<p>where tonal-files.txt contains a list of files.</p>
<p>Happy tarring,<br />
Marie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolette</title>
		<link>http://dannyman.toldme.com/2004/09/14/howto-create-tar-archive-from-manifest/comment-page-1/#comment-75321</link>
		<dc:creator>Nicolette</dc:creator>
		<pubDate>Tue, 17 Feb 2009 16:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://dannyman.toldme.com/2004/09/14/howto-create-tar-archive-from-manifest/#comment-75321</guid>
		<description>Rick, your post helped me too :)</description>
		<content:encoded><![CDATA[<p>Rick, your post helped me too :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene</title>
		<link>http://dannyman.toldme.com/2004/09/14/howto-create-tar-archive-from-manifest/comment-page-1/#comment-75185</link>
		<dc:creator>Eugene</dc:creator>
		<pubDate>Mon, 24 Nov 2008 07:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://dannyman.toldme.com/2004/09/14/howto-create-tar-archive-from-manifest/#comment-75185</guid>
		<description>Rick,

your post has helped me :-)
thanx</description>
		<content:encoded><![CDATA[<p>Rick,</p>
<p>your post has helped me :-)<br />
thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://dannyman.toldme.com/2004/09/14/howto-create-tar-archive-from-manifest/comment-page-1/#comment-74784</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Fri, 06 Jun 2008 17:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://dannyman.toldme.com/2004/09/14/howto-create-tar-archive-from-manifest/#comment-74784</guid>
		<description>Michael,

You probably don&#039;t need this any more (3 years later), but for those who might find this through Google (as I did), this may come in handy.

You&#039;ll need some sort of Unix-y command substitute (e.g. cygwin), but you&#039;ve probably already got it since you&#039;re trying to use tar.  Anyways, this will do it for you:

&lt;code&gt;touch my.tar &amp;&amp; cat my.manifest &#124; xargs tar rvf my.tar&lt;/code&gt;

Works for me!</description>
		<content:encoded><![CDATA[<p>Michael,</p>
<p>You probably don&#8217;t need this any more (3 years later), but for those who might find this through Google (as I did), this may come in handy.</p>
<p>You&#8217;ll need some sort of Unix-y command substitute (e.g. cygwin), but you&#8217;ve probably already got it since you&#8217;re trying to use tar.  Anyways, this will do it for you:</p>
<p><code>touch my.tar &amp;&amp; cat my.manifest | xargs tar rvf my.tar</code></p>
<p>Works for me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://dannyman.toldme.com/2004/09/14/howto-create-tar-archive-from-manifest/comment-page-1/#comment-5153</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 03 Mar 2005 23:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://dannyman.toldme.com/2004/09/14/howto-create-tar-archive-from-manifest/#comment-5153</guid>
		<description>I need a .tar made for me, but sadly I&#039;m on Windows.
Is there any chance that there&#039;s a program that will create one for me on Windows, or is there anyone out there that will create one out of my file (It&#039;s about 22 megs uncompressed) and send it back?
Thanks ^.^

-- Michael</description>
		<content:encoded><![CDATA[<p>I need a .tar made for me, but sadly I&#8217;m on Windows.<br />
Is there any chance that there&#8217;s a program that will create one for me on Windows, or is there anyone out there that will create one out of my file (It&#8217;s about 22 megs uncompressed) and send it back?<br />
Thanks ^.^</p>
<p>&#8211; Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://dannyman.toldme.com/2004/09/14/howto-create-tar-archive-from-manifest/comment-page-1/#comment-37</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 16 Sep 2004 04:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://dannyman.toldme.com/2004/09/14/howto-create-tar-archive-from-manifest/#comment-37</guid>
		<description>cpio can make tar files, and it takes lists :)</description>
		<content:encoded><![CDATA[<p>cpio can make tar files, and it takes lists :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/15 queries in 0.007 seconds using disk: basic
Object Caching 332/334 objects using disk: basic

Served from: dannyman.toldme.com @ 2012-02-09 10:16:13 -->
