<?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: Be Careful With rsync &#8211;delete</title>
	<atom:link href="http://www.darcynorman.net/2006/10/03/be-careful-with-rsync-delete/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darcynorman.net/2006/10/03/be-careful-with-rsync-delete/</link>
	<description>apparently much happier in person</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:03:04 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Blaine</title>
		<link>http://www.darcynorman.net/2006/10/03/be-careful-with-rsync-delete/#comment-194754</link>
		<dc:creator>Blaine</dc:creator>
		<pubDate>Fri, 27 Mar 2009 19:04:51 +0000</pubDate>
		<guid isPermaLink="false">768876440#comment-194754</guid>
		<description>On my storage server I have a folder backup/ that contains subfolders that correspond to each machine I would like to backup.

Then I use something like this when invoking rsync:
rsync -e ssh -avz --delete Folder/To/Backup storageserver:/backup/folder/hostfolder

this way, /backup/folder/hostfolder will always only have the files for the computer I&#039;m backing up, and won&#039;t delete any files from other machines :)</description>
		<content:encoded><![CDATA[<p>On my storage server I have a folder backup/ that contains subfolders that correspond to each machine I would like to backup.</p>
<p>Then I use something like this when invoking rsync:<br />
rsync -e ssh -avz &#8211;delete Folder/To/Backup storageserver:/backup/folder/hostfolder</p>
<p>this way, /backup/folder/hostfolder will always only have the files for the computer I&#8217;m backing up, and won&#8217;t delete any files from other machines <img src='http://www.darcynorman.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans Bangkok</title>
		<link>http://www.darcynorman.net/2006/10/03/be-careful-with-rsync-delete/#comment-194664</link>
		<dc:creator>Hans Bangkok</dc:creator>
		<pubDate>Thu, 12 Mar 2009 04:40:33 +0000</pubDate>
		<guid isPermaLink="false">768876440#comment-194664</guid>
		<description>I know it&#039;s an old thread but I&#039;ve been replacing rsync with Unison for those situations where I might be updating the destination filesystem as well as the source. Supports full two-way syncing, merging the changes from both directions, and can even support third-party diff tools to let you manually reconcile situations where a (text) file has been updated in both locations since the last sync run. Obviously you should try to avoid this anyway, my procedure is:

sit down at machine x
sync with y
have a work session
sync with y

sit down at machine y
sync with x
work
sync with x

where I&#039;m working on both x and y at the same time, I make sure to work only on certain projects/applications/filesets on a given machine, if I happen to be using say Firefox (portable) on both machines, I make a mental note as to which one is the &quot;master&quot; for that work session, and just hold down the appropriate arrow key in the Unison GUI before pressing &quot;Go&quot; for the sync job.

Also great for quick-and-dirty backups to/from USB drives</description>
		<content:encoded><![CDATA[<p>I know it&#8217;s an old thread but I&#8217;ve been replacing rsync with Unison for those situations where I might be updating the destination filesystem as well as the source. Supports full two-way syncing, merging the changes from both directions, and can even support third-party diff tools to let you manually reconcile situations where a (text) file has been updated in both locations since the last sync run. Obviously you should try to avoid this anyway, my procedure is:</p>
<p>sit down at machine x<br />
sync with y<br />
have a work session<br />
sync with y</p>
<p>sit down at machine y<br />
sync with x<br />
work<br />
sync with x</p>
<p>where I&#8217;m working on both x and y at the same time, I make sure to work only on certain projects/applications/filesets on a given machine, if I happen to be using say Firefox (portable) on both machines, I make a mental note as to which one is the &#8220;master&#8221; for that work session, and just hold down the appropriate arrow key in the Unison GUI before pressing &#8220;Go&#8221; for the sync job.</p>
<p>Also great for quick-and-dirty backups to/from USB drives</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Collins</title>
		<link>http://www.darcynorman.net/2006/10/03/be-careful-with-rsync-delete/#comment-82283</link>
		<dc:creator>Ryan Collins</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">768876440#comment-82283</guid>
		<description>Rsync under Tiger (10.4) supports resources forks. Actually, IIRC all of the command line tools (cp, mv, rsync, etc) are resource fork aware.</description>
		<content:encoded><![CDATA[<p>Rsync under Tiger (10.4) supports resources forks. Actually, IIRC all of the command line tools (cp, mv, rsync, etc) are resource fork aware.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micheal J</title>
		<link>http://www.darcynorman.net/2006/10/03/be-careful-with-rsync-delete/#comment-82428</link>
		<dc:creator>Micheal J</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">768876440#comment-82428</guid>
		<description>It should be noted that rsync doesn&#039;t support Resource forks, so if you&#039;re using rsync to back up, say Quicken data? It&#039;s useless and leaves a crippled backup file. You need to install the Dev tool and use CpMac or use ditto. (Or even better SuperDuper depending on the setup).

From what I understand rsync should support resource forks in Leopard, but I&#039;m not entirely sure on this.</description>
		<content:encoded><![CDATA[<p>It should be noted that rsync doesn&#8217;t support Resource forks, so if you&#8217;re using rsync to back up, say Quicken data? It&#8217;s useless and leaves a crippled backup file. You need to install the Dev tool and use CpMac or use ditto. (Or even better SuperDuper depending on the setup).</p>
<p>From what I understand rsync should support resource forks in Leopard, but I&#8217;m not entirely sure on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sami Khan</title>
		<link>http://www.darcynorman.net/2006/10/03/be-careful-with-rsync-delete/#comment-82450</link>
		<dc:creator>Sami Khan</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">768876440#comment-82450</guid>
		<description>I love the OOPs tag. I should make a copy of that tag for my site. I have nuked gigs of data (fortunately it was just entertainment junk)... I am still bad at my backup practices :(</description>
		<content:encoded><![CDATA[<p>I love the OOPs tag. I should make a copy of that tag for my site. I have nuked gigs of data (fortunately it was just entertainment junk)&#8230; I am still bad at my backup practices <img src='http://www.darcynorman.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dnorman</title>
		<link>http://www.darcynorman.net/2006/10/03/be-careful-with-rsync-delete/#comment-82453</link>
		<dc:creator>dnorman</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">768876440#comment-82453</guid>
		<description>Resource forks? Does anyone still use those? All the files I use are either text or binary. No need for those old school forks...</description>
		<content:encoded><![CDATA[<p>Resource forks? Does anyone still use those? All the files I use are either text or binary. No need for those old school forks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joachim Bengtsson</title>
		<link>http://www.darcynorman.net/2006/10/03/be-careful-with-rsync-delete/#comment-82584</link>
		<dc:creator>Joachim Bengtsson</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">768876440#comment-82584</guid>
		<description>You have to give rsync the -E flag to make it resource fork aware.</description>
		<content:encoded><![CDATA[<p>You have to give rsync the -E flag to make it resource fork aware.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joachim Bengtsson</title>
		<link>http://www.darcynorman.net/2006/10/03/be-careful-with-rsync-delete/#comment-82585</link>
		<dc:creator>Joachim Bengtsson</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">768876440#comment-82585</guid>
		<description>You have to give rsync the -E flag to make it resource fork aware.</description>
		<content:encoded><![CDATA[<p>You have to give rsync the -E flag to make it resource fork aware.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
