<?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>Kenfodder &#187; rsync</title>
	<atom:link href="http://kenfodder.com/index.php/tag/rsync/feed/" rel="self" type="application/rss+xml" />
	<link>http://kenfodder.com</link>
	<description>My name is Kenneth Lee. I&#039;m a Software Developer and this is my blog</description>
	<lastBuildDate>Mon, 06 Jul 2009 11:57:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>For loop to rsync some files</title>
		<link>http://kenfodder.com/index.php/2009/06/13/for-loop-to-rsync-some-files/</link>
		<comments>http://kenfodder.com/index.php/2009/06/13/for-loop-to-rsync-some-files/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 19:19:40 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[shell scripting]]></category>

		<guid isPermaLink="false">http://kenfodder.com/?p=12</guid>
		<description><![CDATA[Copy over each file beginning blegga containing number between 516 to 524 and ending with avi&#8230;
for (( i = 516; i &#60; 525; i++)); do rsync -P blegga*$i*.avi moo:foo/; done
]]></description>
			<content:encoded><![CDATA[<p>Copy over each file beginning <tt>blegga</tt> containing number between <tt>516</tt> to <tt>524</tt> and ending with <tt>avi</tt>&#8230;</p>
<p><code>for (( i = 516; i &lt; 525; i++)); do rsync -P blegga*$i*.avi moo:foo/; done</code></p>
]]></content:encoded>
			<wfw:commentRss>http://kenfodder.com/index.php/2009/06/13/for-loop-to-rsync-some-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
