<?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: How To Synchronize Directories with Rsync</title>
	<atom:link href="http://www.unixtutorial.org/2008/09/how-to-synchronize-directories-with-rsync/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unixtutorial.org/2008/09/how-to-synchronize-directories-with-rsync/</link>
	<description>Learn UNIX</description>
	<lastBuildDate>Thu, 26 Jan 2012 23:00:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: bill</title>
		<link>http://www.unixtutorial.org/2008/09/how-to-synchronize-directories-with-rsync/comment-page-1/#comment-7032</link>
		<dc:creator>bill</dc:creator>
		<pubDate>Sun, 31 Jul 2011 13:06:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=89#comment-7032</guid>
		<description>hi all,

here is what i&#039;m doing :


# rsync -avuz source/ dest/
# rsync -avuz dest/ source/


in order to sync 2 different directories

if you know what you are doing you can also use the --delete option, in order to remove files that are in &quot;dest&quot; dir and not in &quot;source&quot; dir anymore.</description>
		<content:encoded><![CDATA[<p>hi all,</p>
<p>here is what i'm doing :</p>
<p># rsync -avuz source/ dest/<br />
# rsync -avuz dest/ source/</p>
<p>in order to sync 2 different directories</p>
<p>if you know what you are doing you can also use the &#8211;delete option, in order to remove files that are in "dest" dir and not in "source" dir anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: obaino</title>
		<link>http://www.unixtutorial.org/2008/09/how-to-synchronize-directories-with-rsync/comment-page-1/#comment-7008</link>
		<dc:creator>obaino</dc:creator>
		<pubDate>Sat, 14 May 2011 11:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=89#comment-7008</guid>
		<description>Thank you for this tutorial.
I was wondering...
How is it possible to simultaneously synchronize 2 directories? If there are changes to both directories to keep only the newer files

thx once again :-)</description>
		<content:encoded><![CDATA[<p>Thank you for this tutorial.<br />
I was wondering&#8230;<br />
How is it possible to simultaneously synchronize 2 directories? If there are changes to both directories to keep only the newer files</p>
<p>thx once again <img src='http://unixtutorial.s3.amazonaws.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tetsuo</title>
		<link>http://www.unixtutorial.org/2008/09/how-to-synchronize-directories-with-rsync/comment-page-1/#comment-6981</link>
		<dc:creator>tetsuo</dc:creator>
		<pubDate>Thu, 10 Mar 2011 21:35:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=89#comment-6981</guid>
		<description>My unix skills are limited and I had to find a simple backup solution for some directories on a server at work. I am now using rsync to sync them with an external drive. Have a great day!</description>
		<content:encoded><![CDATA[<p>My unix skills are limited and I had to find a simple backup solution for some directories on a server at work. I am now using rsync to sync them with an external drive. Have a great day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tetsuo</title>
		<link>http://www.unixtutorial.org/2008/09/how-to-synchronize-directories-with-rsync/comment-page-1/#comment-6966</link>
		<dc:creator>tetsuo</dc:creator>
		<pubDate>Tue, 15 Feb 2011 10:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=89#comment-6966</guid>
		<description>Very useful article. Many thanks! :)</description>
		<content:encoded><![CDATA[<p>Very useful article. Many thanks! <img src='http://unixtutorial.s3.amazonaws.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent2</title>
		<link>http://www.unixtutorial.org/2008/09/how-to-synchronize-directories-with-rsync/comment-page-1/#comment-6770</link>
		<dc:creator>Brent2</dc:creator>
		<pubDate>Wed, 23 Dec 2009 02:48:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=89#comment-6770</guid>
		<description>I&#039;m somewhat familiar with rsync and have used prebuilt commands in the past.  This morning I got inspired and started reading everything I could find.

The annoying thing?  Everything I found was either way too advanced or way too patronizing.  This was perfect.  I fully intend to see if I can find your next articles on it.</description>
		<content:encoded><![CDATA[<p>I'm somewhat familiar with rsync and have used prebuilt commands in the past.  This morning I got inspired and started reading everything I could find.</p>
<p>The annoying thing?  Everything I found was either way too advanced or way too patronizing.  This was perfect.  I fully intend to see if I can find your next articles on it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.unixtutorial.org/2008/09/how-to-synchronize-directories-with-rsync/comment-page-1/#comment-5852</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sat, 22 Aug 2009 05:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=89#comment-5852</guid>
		<description>Nice tutorial and example as well.  Never had the need to use rsync before; was more curious as to its &quot;power&quot;.

Cheers
Mike.</description>
		<content:encoded><![CDATA[<p>Nice tutorial and example as well.  Never had the need to use rsync before; was more curious as to its "power".</p>
<p>Cheers<br />
Mike.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tracking the Progress of Rsync Transfers &#124; UNIX Tutorial: Learn UNIX</title>
		<link>http://www.unixtutorial.org/2008/09/how-to-synchronize-directories-with-rsync/comment-page-1/#comment-957</link>
		<dc:creator>Tracking the Progress of Rsync Transfers &#124; UNIX Tutorial: Learn UNIX</dc:creator>
		<pubDate>Thu, 02 Oct 2008 17:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=89#comment-957</guid>
		<description>[...] Unix. You can follow me on Twitter, too! Thanks for visiting!In my first introductory rsync post, How To Synchronize Directories with Rsync, I&#039;ve shown you the most basic approach to syncing two directories up. Today, I&#039;d like to show you [...]</description>
		<content:encoded><![CDATA[<p>[...] Unix. You can follow me on Twitter, too! Thanks for visiting!In my first introductory rsync post, How To Synchronize Directories with Rsync, I've shown you the most basic approach to syncing two directories up. Today, I'd like to show you [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gleb Reys</title>
		<link>http://www.unixtutorial.org/2008/09/how-to-synchronize-directories-with-rsync/comment-page-1/#comment-806</link>
		<dc:creator>Gleb Reys</dc:creator>
		<pubDate>Fri, 05 Sep 2008 19:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=89#comment-806</guid>
		<description>Hi Mark,

Thanks for asking! Since I&#039;ve never used GoodSync, I can&#039;t say how exactly rsync is different, apart from the following:

- it&#039;s open source, which means it can be compiled and used on any OS. GoodSync appears to be a Windows application
- rsync is a well documented tool with protocol open for comments and improvements. GoodSync seems to be a proprietary software
- GoodSync has graphics interface, while rsync itself is a command line tool. There are quite a few frontends for it, but they need to be downloaded separately

Bottom line is: you don&#039;t need to know programming, but command line-driven rsync will seem harder to use than GoodSync, at least initially</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>Thanks for asking! Since I've never used GoodSync, I can't say how exactly rsync is different, apart from the following:</p>
<p>- it's open source, which means it can be compiled and used on any OS. GoodSync appears to be a Windows application<br />
- rsync is a well documented tool with protocol open for comments and improvements. GoodSync seems to be a proprietary software<br />
- GoodSync has graphics interface, while rsync itself is a command line tool. There are quite a few frontends for it, but they need to be downloaded separately</p>
<p>Bottom line is: you don't need to know programming, but command line-driven rsync will seem harder to use than GoodSync, at least initially</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.unixtutorial.org/2008/09/how-to-synchronize-directories-with-rsync/comment-page-1/#comment-796</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 05 Sep 2008 15:53:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=89#comment-796</guid>
		<description>I am not sure I understand this, how does this differer say from GoodSync? I&#039;ve used GoodSync and it has been great but is this something I have to download to get it to work, or are you saying I need to know programming?</description>
		<content:encoded><![CDATA[<p>I am not sure I understand this, how does this differer say from GoodSync? I've used GoodSync and it has been great but is this something I have to download to get it to work, or are you saying I need to know programming?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 3/14 queries in 0.007 seconds using disk: basic
Object Caching 404/405 objects using disk: basic
Content Delivery Network via Amazon Web Services: S3: unixtutorial.s3.amazonaws.com

Served from: www.unixtutorial.org @ 2012-02-08 01:18:29 -->
