<?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: Recursively Zip Up a Directory while Excluding Certain Files Based on File Extension Type</title>
	<atom:link href="http://seanbehan.com/linux/recursively-zip-up-a-directory-while-excluding-certain-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://seanbehan.com/linux/recursively-zip-up-a-directory-while-excluding-certain-files/</link>
	<description>Web Programming, Ruby on Rails, Wordpress, PHP from Burlington, Vermont</description>
	<lastBuildDate>Wed, 16 May 2012 14:49: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: sean</title>
		<link>http://seanbehan.com/linux/recursively-zip-up-a-directory-while-excluding-certain-files/#comment-157</link>
		<dc:creator>sean</dc:creator>
		<pubDate>Tue, 21 Sep 2010 18:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://seanbehan.com/?p=1064#comment-157</guid>
		<description>to exclude directories and or to exclude mutliple file types here is the command

zip -r dir2zip.zip dir2zip -x &#039;./dir2zip/.git/*&#039; &#039;*.psd&#039; &#039;*.svg&#039; &#039;*.log&#039; &#039;*.sqlite3&#039;</description>
		<content:encoded><![CDATA[<p>to exclude directories and or to exclude mutliple file types here is the command</p>
<p>zip -r dir2zip.zip dir2zip -x &#8216;./dir2zip/.git/*&#8217; &#8216;*.psd&#8217; &#8216;*.svg&#8217; &#8216;*.log&#8217; &#8216;*.sqlite3&#8242;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

