<?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>Mohsin Sumar &#187; create compressed tar</title>
	<atom:link href="http://www.mohsinsumar.com/tag/create-compressed-tar/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mohsinsumar.com</link>
	<description>Zend Certified Engineer, PHP Professional, Designer &#38; Web Developer</description>
	<lastBuildDate>Sun, 13 Nov 2011 19:35:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to tar a file using SSH?</title>
		<link>http://www.mohsinsumar.com/ssh/how-to-tar-a-file-using-ssh/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-tar-a-file-using-ssh</link>
		<comments>http://www.mohsinsumar.com/ssh/how-to-tar-a-file-using-ssh/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 17:23:13 +0000</pubDate>
		<dc:creator>Mohsin Sumar</dc:creator>
				<category><![CDATA[SSH]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[compress tar]]></category>
		<category><![CDATA[create compressed tar]]></category>
		<category><![CDATA[tar file]]></category>

		<guid isPermaLink="false">http://www.mohsinsumar.com/?p=82</guid>
		<description><![CDATA[Use the following command if you want to create a tar and compress a file (or folder). tar -czf /path/to/save/file.tar folder_or_file_name The options used in the above command are outlined below for your understanding. -c = create -z = compress a file -f = use the file mentioned instead of tape drive]]></description>
			<content:encoded><![CDATA[<p>Use the following command if you want to create a tar and compress a file (or folder).</p>
<pre><span style="color: #800000;">tar -czf /path/to/save/file.tar folder_or_file_name</span></pre>
<p>The options used in the above command are outlined below for your understanding.</p>
<p>-c = create<br />
-z = compress a file<br />
-f = use the file mentioned instead of tape drive</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mohsinsumar.com/ssh/how-to-tar-a-file-using-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

