<?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: Create a TAR Archive of a Directory</title>
	<atom:link href="http://www.tech-recipes.com/rx/5/create-a-tar-archive-of-a-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/5/create-a-tar-archive-of-a-directory/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:01:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Quinn</title>
		<link>http://www.tech-recipes.com/rx/5/create-a-tar-archive-of-a-directory/comment-page-1/#comment-49715</link>
		<dc:creator>Quinn</dc:creator>
		<pubDate>Thu, 15 Sep 2011 15:26:07 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-49715</guid>
		<description>Cheryl,

Just add an   n   option to the command..  so

tar cnf archive.tar *

will grab just the files matching * and will not recursively dig into subdirectories.</description>
		<content:encoded><![CDATA[<p>Cheryl,</p>
<p>Just add an   n   option to the command..  so</p>
<p>tar cnf archive.tar *</p>
<p>will grab just the files matching * and will not recursively dig into subdirectories.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cheryl Bates</title>
		<link>http://www.tech-recipes.com/rx/5/create-a-tar-archive-of-a-directory/comment-page-1/#comment-49687</link>
		<dc:creator>Cheryl Bates</dc:creator>
		<pubDate>Wed, 14 Sep 2011 19:25:24 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-49687</guid>
		<description>How do I copy (using the tar command) all the files in a directory to tape without copying the sub directories.  I just want the files.

Thanks,
Cheryl</description>
		<content:encoded><![CDATA[<p>How do I copy (using the tar command) all the files in a directory to tape without copying the sub directories.  I just want the files.</p>
<p>Thanks,<br />
Cheryl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janak</title>
		<link>http://www.tech-recipes.com/rx/5/create-a-tar-archive-of-a-directory/comment-page-1/#comment-49167</link>
		<dc:creator>Janak</dc:creator>
		<pubDate>Fri, 02 Sep 2011 11:04:18 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-49167</guid>
		<description>thanks for the simple tip but very useful</description>
		<content:encoded><![CDATA[<p>thanks for the simple tip but very useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guest</title>
		<link>http://www.tech-recipes.com/rx/5/create-a-tar-archive-of-a-directory/comment-page-1/#comment-42211</link>
		<dc:creator>guest</dc:creator>
		<pubDate>Wed, 08 Sep 2010 07:33:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-42211</guid>
		<description>Jhnmrtnpaolo, you may also use -C option to type a directory you want to save the unarchived files to:
tar -zxvf archive.tar.gz -C /directory_to_save</description>
		<content:encoded><![CDATA[<p>Jhnmrtnpaolo, you may also use -C option to type a directory you want to save the unarchived files to:<br />
tar -zxvf archive.tar.gz -C /directory_to_save</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guest</title>
		<link>http://www.tech-recipes.com/rx/5/create-a-tar-archive-of-a-directory/comment-page-1/#comment-42210</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Wed, 08 Sep 2010 07:26:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-42210</guid>
		<description>Jhnmrtnpaolo,
Use this command: tar -zxvf archive.tar.gz</description>
		<content:encoded><![CDATA[<p>Jhnmrtnpaolo,<br />
Use this command: tar -zxvf archive.tar.gz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jhnmrtnpaolo</title>
		<link>http://www.tech-recipes.com/rx/5/create-a-tar-archive-of-a-directory/comment-page-1/#comment-41464</link>
		<dc:creator>Jhnmrtnpaolo</dc:creator>
		<pubDate>Thu, 12 Aug 2010 01:43:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-41464</guid>
		<description>how to unarchive in unix,if the file is named a archive.tar.gz . . . . using a cat,gzip, tar. on one command line
</description>
		<content:encoded><![CDATA[<p>how to unarchive in unix,if the file is named a archive.tar.gz . . . . using a cat,gzip, tar. on one command line</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giacomo Arru</title>
		<link>http://www.tech-recipes.com/rx/5/create-a-tar-archive-of-a-directory/comment-page-1/#comment-38488</link>
		<dc:creator>Giacomo Arru</dc:creator>
		<pubDate>Wed, 07 Apr 2010 08:19:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-38488</guid>
		<description>thank you - my memory it&#039;s going cracked

just entered tar jcf filename.tar.bz2 /tmp</description>
		<content:encoded><![CDATA[<p>thank you &#8211; my memory it&#8217;s going cracked</p>
<p>just entered tar jcf filename.tar.bz2 /tmp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://www.tech-recipes.com/rx/5/create-a-tar-archive-of-a-directory/comment-page-1/#comment-31197</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Wed, 17 Jun 2009 16:36:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-31197</guid>
		<description>Thanks for saving my time with this posting.</description>
		<content:encoded><![CDATA[<p>Thanks for saving my time with this posting.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 15/15 queries in 0.026 seconds using memcached
Object Caching 385/387 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-10 02:51:35 -->
