<?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: An rsync primer</title>
	<atom:link href="http://www.thelinuxblog.com/an-rsync-primer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thelinuxblog.com/an-rsync-primer/</link>
	<description>The Linux Blog, General Linux, Shell Scripts</description>
	<lastBuildDate>Fri, 05 Mar 2010 13:46:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: TheLinuxBlog.com</title>
		<link>http://www.thelinuxblog.com/an-rsync-primer/comment-page-1/#comment-1767</link>
		<dc:creator>TheLinuxBlog.com</dc:creator>
		<pubDate>Tue, 13 Jan 2009 19:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxblog.com/an-rsync-primer/#comment-1767</guid>
		<description>Thanks for the linux @Binny V A, Seems like that perl script just loops over each directory and sends it to the backup server using rsync over SSH as the transport method. This can also be achieved using rsync options and ignore lists. Or by using the rsync -avz host:file1 :file2 host:file{3,4} /dest/ options as defined in the rsync man page, but it depends on your application.

- Owen.</description>
		<content:encoded><![CDATA[<p>Thanks for the linux @Binny V A, Seems like that perl script just loops over each directory and sends it to the backup server using rsync over SSH as the transport method. This can also be achieved using rsync options and ignore lists. Or by using the rsync -avz host:file1 :file2 host:file{3,4} /dest/ options as defined in the rsync man page, but it depends on your application.</p>
<p>- Owen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Binny V A</title>
		<link>http://www.thelinuxblog.com/an-rsync-primer/comment-page-1/#comment-1766</link>
		<dc:creator>Binny V A</dc:creator>
		<pubDate>Tue, 13 Jan 2009 18:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxblog.com/an-rsync-primer/#comment-1766</guid>
		<description>Rsync is very good if you want a simple backup solution. I have a small tutorial on &lt;a href=&quot;http://lindesk.com/2008/06/script-to-backup-files-over-a-network-using-rsync/&quot; rel=&quot;nofollow&quot;&gt;backuping using rsync&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Rsync is very good if you want a simple backup solution. I have a small tutorial on <a href="http://lindesk.com/2008/06/script-to-backup-files-over-a-network-using-rsync/" rel="nofollow">backuping using rsync</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
