<?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"
	>
<channel>
	<title>Comments on: Trouble Free Backups, Part One - rsync and&#160;Strongspace</title>
	<atom:link href="http://www.magpiebrain.com/blog/2005/10/29/trouble-free-backups-part-one-rsync-and-strongspace/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.magpiebrain.com/blog/2005/10/29/trouble-free-backups-part-one-rsync-and-strongspace/</link>
	<description>Sam Newman's blog</description>
	<pubDate>Sun, 12 Oct 2008 08:02:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Daryl</title>
		<link>http://www.magpiebrain.com/blog/2005/10/29/trouble-free-backups-part-one-rsync-and-strongspace/#comment-16443</link>
		<dc:creator>Daryl</dc:creator>
		<pubDate>Thu, 29 Mar 2007 21:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2005/10/29/trouble-free-backups-part-one-rsync-and-strongspace/#comment-16443</guid>
		<description>So, I still have not had a consistent answer on what happens if you *do* use rsync to try and backup to Strongspace (which I have by dint of my Joyent textdrive account).

Basically, an rsync backup of my Mac would kick a** (particularly as my flat was burgled and drive stolen  few months back).

So, let's say I rsync my entire Users folder to Strongspace and then need to restore the entire thing back to a new machine because of a complete hard drive failure on the PB. 

Has anyone actually tried to see what would happen ? with or without the -E flag ? (in particular, mail archives, documents, photos, sites and sources directories and perhaps a compressed automated mysql dump)

Basically, I just want to know that I'd be able to reconstruct critical data in the event of catastrophic loss. 

let me know,
Daryl.</description>
		<content:encoded><![CDATA[<p>So, I still have not had a consistent answer on what happens if you <strong>do</strong> use rsync to try and backup to Strongspace (which I have by dint of my Joyent textdrive account).</p>
<p>Basically, an rsync backup of my Mac would kick a** (particularly as my flat was burgled and drive stolen  few months back).</p>
<p>So, let&#8217;s say I rsync my entire Users folder to Strongspace and then need to restore the entire thing back to a new machine because of a complete hard drive failure on the PB. </p>
<p>Has anyone actually tried to see what would happen ? with or without the -E flag ? (in particular, mail archives, documents, photos, sites and sources directories and perhaps a compressed automated mysql dump)</p>
<p>Basically, I just want to know that I&#8217;d be able to reconstruct critical data in the event of catastrophic loss. </p>
<p>let me know,<br />
Daryl.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://www.magpiebrain.com/blog/2005/10/29/trouble-free-backups-part-one-rsync-and-strongspace/#comment-994</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Thu, 02 Mar 2006 13:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2005/10/29/trouble-free-backups-part-one-rsync-and-strongspace/#comment-994</guid>
		<description>What I've done to back up several machines on a staff network is:
1. Create a central server which uses rsync to back up each Mac
2. That central server nfs-mounts a Unix box (but you could do it with sftp virtual drives if nfs is not available or desirable)
3. The central server then saves the data to a disk image using hdiutil on the unix server. Voila: resource forks preserved, and all you have to do is download a handy disk image when you want to restore :)
</description>
		<content:encoded><![CDATA[<p>What I&#8217;ve done to back up several machines on a staff network is:<br />
1. Create a central server which uses rsync to back up each Mac<br />
2. That central server nfs-mounts a Unix box (but you could do it with sftp virtual drives if nfs is not available or desirable)<br />
3. The central server then saves the data to a disk image using hdiutil on the unix server. Voila: resource forks preserved, and all you have to do is download a handy disk image when you want to restore :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Bevan</title>
		<link>http://www.magpiebrain.com/blog/2005/10/29/trouble-free-backups-part-one-rsync-and-strongspace/#comment-993</link>
		<dc:creator>Rob Bevan</dc:creator>
		<pubDate>Wed, 09 Nov 2005 17:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2005/10/29/trouble-free-backups-part-one-rsync-and-strongspace/#comment-993</guid>
		<description>Apparantly, the version of rsync that ships with Mac OS X 10.4 includes an -E option to include "extended attributes" of files (such as resource forks). There are issues with Spotlight though: see this hint: http://www.macosxhints.com/article.php?story=20051104185525439&#38;lsrc=osxh</description>
		<content:encoded><![CDATA[<p>Apparantly, the version of rsync that ships with Mac OS X 10.4 includes an -E option to include &#8220;extended attributes&#8221; of files (such as resource forks). There are issues with Spotlight though: see this hint: <a href="http://www.macosxhints.com/article.php?story=20051104185525439&#038;lsrc=osxh"  rel="nofollow">http://www.macosxhints.com/article.php?story=20051104185525439&#038;lsrc=osxh</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Newman</title>
		<link>http://www.magpiebrain.com/blog/2005/10/29/trouble-free-backups-part-one-rsync-and-strongspace/#comment-992</link>
		<dc:creator>Sam Newman</dc:creator>
		<pubDate>Fri, 04 Nov 2005 09:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2005/10/29/trouble-free-backups-part-one-rsync-and-strongspace/#comment-992</guid>
		<description>They _are_ deprecated according to Apple - they've been trying to get people to move away from them for a while, but I guess they had to keep them for backwards compatibility. 

For the moment it looks like I'll have to use a local full backup to either an external drive or another mac, and use my strongspace stuff for things like my documents, code and the like.</description>
		<content:encoded><![CDATA[<p>They <em>are</em> deprecated according to Apple &#8211; they&#8217;ve been trying to get people to move away from them for a while, but I guess they had to keep them for backwards compatibility. </p>
<p>For the moment it looks like I&#8217;ll have to use a local full backup to either an external drive or another mac, and use my strongspace stuff for things like my documents, code and the like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Tirsen</title>
		<link>http://www.magpiebrain.com/blog/2005/10/29/trouble-free-backups-part-one-rsync-and-strongspace/#comment-991</link>
		<dc:creator>Jon Tirsen</dc:creator>
		<pubDate>Thu, 03 Nov 2005 22:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2005/10/29/trouble-free-backups-part-one-rsync-and-strongspace/#comment-991</guid>
		<description>Yeah, it's a bit of pain in the backside those resource forks. Please do blog if you come up with a good solution for using rsync to a non-OSX machine that preserves resource forks.

(Sometimes I just wish Apple would've dropped resource forks when they switched to Unix.)</description>
		<content:encoded><![CDATA[<p>Yeah, it&#8217;s a bit of pain in the backside those resource forks. Please do blog if you come up with a good solution for using rsync to a non-OSX machine that preserves resource forks.</p>
<p>(Sometimes I just wish Apple would&#8217;ve dropped resource forks when they switched to Unix.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Newman</title>
		<link>http://www.magpiebrain.com/blog/2005/10/29/trouble-free-backups-part-one-rsync-and-strongspace/#comment-990</link>
		<dc:creator>Sam Newman</dc:creator>
		<pubDate>Thu, 03 Nov 2005 10:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2005/10/29/trouble-free-backups-part-one-rsync-and-strongspace/#comment-990</guid>
		<description>More googling implies rsync has a bug with resource forks in Tiger:

bq. on Tiger, rsync has a critical bug when handling files with resource forks. The bug makes rsync generate a new copy of files and directories with resource forks in each increment.

(from "this topic(AppleTalk forum)":http://forums.appletalk.com.au/index.php?s=ba6dc11860726cb374cc170f466d6464&#38;showtopic=11327&#38;st=0&#38;#entry93258)

*sigh* - for me this is probably OK though, I really only backup code and my documents to strongpsace. The bulk of my stuff gets backed up to an external drive, so I guess I can use RsyncX (or even Backup 3) for that.</description>
		<content:encoded><![CDATA[<p>More googling implies rsync has a bug with resource forks in Tiger:</p>
<blockquote>
<p>on Tiger, rsync has a critical bug when handling files with resource forks. The bug makes rsync generate a new copy of files and directories with resource forks in each increment.</p>
</blockquote>
<p>(from <a href="http://forums.appletalk.com.au/index.php?s=ba6dc11860726cb374cc170f466d6464&#038;showtopic=11327&#038;st=0&#entry93258"  title="AppleTalk forum">this topic</a>)</p>
<p><strong>sigh</strong> &#8211; for me this is probably OK though, I really only backup code and my documents to strongpsace. The bulk of my stuff gets backed up to an external drive, so I guess I can use RsyncX (or even Backup 3) for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Newman</title>
		<link>http://www.magpiebrain.com/blog/2005/10/29/trouble-free-backups-part-one-rsync-and-strongspace/#comment-989</link>
		<dc:creator>Sam Newman</dc:creator>
		<pubDate>Thu, 03 Nov 2005 09:24:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2005/10/29/trouble-free-backups-part-one-rsync-and-strongspace/#comment-989</guid>
		<description>Google'd a bit, and found that RsyncX won't work perfectly if the destination server isn't also OSX (apparently suome of the extra metadata can get lost). There is a "patch(rsync+hfsmode patch)":http://www.quesera.com/reynhout/misc/rsync+hfsmode/ for the OSX rsyc which enables the copying of HFS+ resource forks and finder metadata.

Some more digging turns up at least one reference to rsync supporting resource forks in Tiger - I'll try and test this tonight - so from the sounds of it you should only need rsyncx/the HFS+ patch if running Panther or earlier.</description>
		<content:encoded><![CDATA[<p>Google&#8217;d a bit, and found that RsyncX won&#8217;t work perfectly if the destination server isn&#8217;t also OSX (apparently suome of the extra metadata can get lost). There is a <a href="http://www.quesera.com/reynhout/misc/rsync+hfsmode/"  title="rsync+hfsmode patch">patch</a> for the OSX rsyc which enables the copying of HFS+ resource forks and finder metadata.</p>
<p>Some more digging turns up at least one reference to rsync supporting resource forks in Tiger &#8211; I&#8217;ll try and test this tonight &#8211; so from the sounds of it you should only need rsyncx/the HFS+ patch if running Panther or earlier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Newman</title>
		<link>http://www.magpiebrain.com/blog/2005/10/29/trouble-free-backups-part-one-rsync-and-strongspace/#comment-988</link>
		<dc:creator>Sam Newman</dc:creator>
		<pubDate>Thu, 03 Nov 2005 09:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2005/10/29/trouble-free-backups-part-one-rsync-and-strongspace/#comment-988</guid>
		<description>Ah - I wasn't aware of that, thanks Jon (although I have been using the Fink build of rsync rather than the built in one). I'll get round to updating the tutorial in a day or so.</description>
		<content:encoded><![CDATA[<p>Ah &#8211; I wasn&#8217;t aware of that, thanks Jon (although I have been using the Fink build of rsync rather than the built in one). I&#8217;ll get round to updating the tutorial in a day or so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Tirsen</title>
		<link>http://www.magpiebrain.com/blog/2005/10/29/trouble-free-backups-part-one-rsync-and-strongspace/#comment-987</link>
		<dc:creator>Jon Tirsen</dc:creator>
		<pubDate>Thu, 03 Nov 2005 06:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2005/10/29/trouble-free-backups-part-one-rsync-and-strongspace/#comment-987</guid>
		<description>You should probably mention that the built in rsync in Mac OS X doesn't copy the resource fork which means that the files are pretty useless when restored from backup. You need to get RSyncX from here:
http://archive.macosxlabs.org/rsyncx/rsyncx.html</description>
		<content:encoded><![CDATA[<p>You should probably mention that the built in rsync in Mac OS X doesn&#8217;t copy the resource fork which means that the files are pretty useless when restored from backup. You need to get RSyncX from here:<br />
<a href="http://archive.macosxlabs.org/rsyncx/rsyncx.html"  rel="nofollow">http://archive.macosxlabs.org/rsyncx/rsyncx.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
