<?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: Syncing files between two computers with OS X 10.6, using rsync &amp; SSH</title>
	<atom:link href="http://thesven.com/?feed=rss2&#038;p=155" rel="self" type="application/rss+xml" />
	<link>http://thesven.com/?p=155</link>
	<description>ActionScript and Web Development</description>
	<lastBuildDate>Tue, 24 Aug 2010 05:40:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Michael</title>
		<link>http://thesven.com/?p=155&#038;cpage=1#comment-95</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 17 May 2010 16:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://thesven.com/?p=155#comment-95</guid>
		<description>Hey Musikia,

Thanks for the information! This was my first time using rsync and I guess that I had overlooked that option. I will most likely be changing my scripts to use this in the future, and will update the blog post when I get a chance.

- Mike</description>
		<content:encoded><![CDATA[<p>Hey Musikia,</p>
<p>Thanks for the information! This was my first time using rsync and I guess that I had overlooked that option. I will most likely be changing my scripts to use this in the future, and will update the blog post when I get a chance.</p>
<p>- Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Musikia</title>
		<link>http://thesven.com/?p=155&#038;cpage=1#comment-94</link>
		<dc:creator>Musikia</dc:creator>
		<pubDate>Mon, 17 May 2010 15:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://thesven.com/?p=155#comment-94</guid>
		<description>So I&#039;ve been working on a solution like this...

Isn&#039;t --delete a bit dangerous?  It gets rid of all &quot;extraneous&quot; files on the destination.  If you happen to, just once, run it the &quot;wrong way&quot;, you&#039;ve just deleted your only copy of something.

Why not instead use -u (--update, skip files that are newer on the receiver) and run it both directions.  That way you get a bidirectional sync, with the newest files &quot;winning&quot;, no matter which machine they&#039;re on.  (You&#039;d still need -a and want -z.  -r is implied by -a.)

Just $0.02.  If you have a machine you _want_ to be the &quot;winner&quot;, then --delete makes more sense.  But for me, I often work on both machines and need to be sure to preserve newest.</description>
		<content:encoded><![CDATA[<p>So I&#8217;ve been working on a solution like this&#8230;</p>
<p>Isn&#8217;t &#8211;delete a bit dangerous?  It gets rid of all &#8220;extraneous&#8221; files on the destination.  If you happen to, just once, run it the &#8220;wrong way&#8221;, you&#8217;ve just deleted your only copy of something.</p>
<p>Why not instead use -u (&#8211;update, skip files that are newer on the receiver) and run it both directions.  That way you get a bidirectional sync, with the newest files &#8220;winning&#8221;, no matter which machine they&#8217;re on.  (You&#8217;d still need -a and want -z.  -r is implied by -a.)</p>
<p>Just $0.02.  If you have a machine you _want_ to be the &#8220;winner&#8221;, then &#8211;delete makes more sense.  But for me, I often work on both machines and need to be sure to preserve newest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://thesven.com/?p=155&#038;cpage=1#comment-43</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 23 Apr 2010 11:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://thesven.com/?p=155#comment-43</guid>
		<description>Hey Drew,

Thanks a lot! I will take a look into it.</description>
		<content:encoded><![CDATA[<p>Hey Drew,</p>
<p>Thanks a lot! I will take a look into it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew</title>
		<link>http://thesven.com/?p=155&#038;cpage=1#comment-41</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Fri, 23 Apr 2010 04:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://thesven.com/?p=155#comment-41</guid>
		<description>You may consider upgrading the version of rsync you use to sync files, because the version Apple include doesn&#039;t contain certain fixes &amp; patches that help keep important attributes on the files. 

Mike Bombich (CarbonCopyCloner) has a guide that will give you a patched mac specific version 3.0.6 compared to the almost 3 year old 2.6.9 that Apple supplies with 10.6.

http://www.bombich.com/mactips/rsync.html
He also uses other flags that will help preserve data such as creation times, ACL&#039;s, Extended attributes, resource forks etc. 

It is worth upgrading at both ends of the syncing too, incase you find you need to copy in the other direction in the future.</description>
		<content:encoded><![CDATA[<p>You may consider upgrading the version of rsync you use to sync files, because the version Apple include doesn&#8217;t contain certain fixes &amp; patches that help keep important attributes on the files. </p>
<p>Mike Bombich (CarbonCopyCloner) has a guide that will give you a patched mac specific version 3.0.6 compared to the almost 3 year old 2.6.9 that Apple supplies with 10.6.</p>
<p><a href="http://www.bombich.com/mactips/rsync.html" rel="nofollow">http://www.bombich.com/mactips/rsync.html</a><br />
He also uses other flags that will help preserve data such as creation times, ACL&#8217;s, Extended attributes, resource forks etc. </p>
<p>It is worth upgrading at both ends of the syncing too, incase you find you need to copy in the other direction in the future.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
