<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>/kb &#187; exclude</title>
	<atom:link href="http://grx.no/kb/tag/exclude/feed/" rel="self" type="application/rss+xml" />
	<link>http://grx.no/kb</link>
	<description>personal knowledgebase</description>
	<lastBuildDate>Wed, 15 Jun 2011 07:07:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Exclude several files or directories from tar</title>
		<link>http://grx.no/kb/2009/08/09/exclude-several-files-or-directories-from-tar/</link>
		<comments>http://grx.no/kb/2009/08/09/exclude-several-files-or-directories-from-tar/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 14:08:34 +0000</pubDate>
		<dc:creator>hgrimelid</dc:creator>
				<category><![CDATA[Shell]]></category>
		<category><![CDATA[exclude]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[tar]]></category>

		<guid isPermaLink="false">http://grx.no/kb/?p=172</guid>
		<description><![CDATA[It&#8217;s very useful to be able to exclude certain files or directories when using tar. Here&#8217;s how I did in Leopard: tar czvf FILENAME.tgz --exclude=&#123;.svn,wiki*,static&#125; FILES_OR_DIRS_TO_TAR]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s very useful to be able to exclude certain files or directories when using tar. Here&#8217;s how I did in Leopard:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">tar</span> czvf FILENAME.tgz <span style="color: #660033;">--exclude</span>=<span style="color: #7a0874; font-weight: bold;">&#123;</span>.svn,wiki<span style="color: #000000; font-weight: bold;">*</span>,static<span style="color: #7a0874; font-weight: bold;">&#125;</span> FILES_OR_DIRS_TO_TAR</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://grx.no/kb/2009/08/09/exclude-several-files-or-directories-from-tar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

