<?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>fengcool.com &#187; tar</title>
	<atom:link href="http://www.fengcool.com/tag/tar/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fengcool.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 25 Jan 2012 19:09:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>untar all files in a directory</title>
		<link>http://www.fengcool.com/2012/01/untar-all-files-in-a-directory/</link>
		<comments>http://www.fengcool.com/2012/01/untar-all-files-in-a-directory/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 19:09:40 +0000</pubDate>
		<dc:creator>rick</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[tar]]></category>
		<category><![CDATA[untar]]></category>

		<guid isPermaLink="false">http://www.fengcool.com/?p=186</guid>
		<description><![CDATA[for i in *.tar.gz; do echo extracting $i; tar xvzf $i ;
]]></description>
			<content:encoded><![CDATA[<p>for i in *.tar.gz; do echo extracting $i; tar xvzf $i ;</p>
<a rel="external nofollow" class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fengcool.com%2F2012%2F01%2Funtar-all-files-in-a-directory%2F&amp;linkname=untar%20all%20files%20in%20a%20directory"><img src="http://www.fengcool.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.fengcool.com/2012/01/untar-all-files-in-a-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup newly modified files</title>
		<link>http://www.fengcool.com/2009/02/backup-newly-modified-files/</link>
		<comments>http://www.fengcool.com/2009/02/backup-newly-modified-files/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 03:27:03 +0000</pubDate>
		<dc:creator>rick</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[backup files]]></category>
		<category><![CDATA[modified files]]></category>
		<category><![CDATA[tar]]></category>

		<guid isPermaLink="false">http://www.fengcool.com/?p=70</guid>
		<description><![CDATA[backup new modified files, avoid doing full backup]]></description>
			<content:encoded><![CDATA[<p>My server backups over 20GB files everyday. It takes hours to tar those huge amount of files. I think this kind of stupid task is harmful to hard driver. One more stupid issue is that over 99% of files are not modified since last backup. So, here is the command to let me backup newly modified files only.</p>
<p>tar -zcvf /save/to/file.tar /filePath/*  &#8211;newer-mtime &#8216;1 days ago&#8217;</p>
<p>You may want to change &#8220;1 days ago&#8221; to 2 days, or 5 days.</p>
<p>By the way, it&#8217;s better to do full backup monthly or bi-monthly.  <img src='http://www.fengcool.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<a rel="external nofollow" class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fengcool.com%2F2009%2F02%2Fbackup-newly-modified-files%2F&amp;linkname=Backup%20newly%20modified%20files"><img src="http://www.fengcool.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.fengcool.com/2009/02/backup-newly-modified-files/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

