<?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: Mac OS X Tiger Backups: The Good, The Bad, and The Ugly	</title>
	<atom:link href="https://nerdvittles.com/mac-os-x-tiger-backups-the-good-the-bad-and-the-ugly/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdvittles.com/mac-os-x-tiger-backups-the-good-the-bad-and-the-ugly/</link>
	<description>Ward Mundy&#039;s Technobabblelog</description>
	<lastBuildDate>Mon, 08 May 2006 16:35:37 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: zach		</title>
		<link>https://nerdvittles.com/mac-os-x-tiger-backups-the-good-the-bad-and-the-ugly/comment-page-1/#comment-1478</link>

		<dc:creator><![CDATA[zach]]></dc:creator>
		<pubDate>Mon, 08 May 2006 16:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=55#comment-1478</guid>

					<description><![CDATA[Regarding the RAID comment by Thom Rosario:  RAID mirroring is not an adequate backup solution. It will keep you running even if one drive should fail. BUT if you mess up your database with some buggy code, accidentally delete something, or just happen to get h4xx0r3d,  then it affects both drives in the RAID -- sayonara data!]]></description>
			<content:encoded><![CDATA[<p>Regarding the RAID comment by Thom Rosario:  RAID mirroring is not an adequate backup solution. It will keep you running even if one drive should fail. BUT if you mess up your database with some buggy code, accidentally delete something, or just happen to get h4xx0r3d,  then it affects both drives in the RAID &#8212; sayonara data!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Digital501		</title>
		<link>https://nerdvittles.com/mac-os-x-tiger-backups-the-good-the-bad-and-the-ugly/comment-page-1/#comment-1159</link>

		<dc:creator><![CDATA[Digital501]]></dc:creator>
		<pubDate>Sat, 11 Mar 2006 15:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=55#comment-1159</guid>

					<description><![CDATA[I&#039;ve had good luck using the Disk Utility to clone my hard drive. http://www.digital501.com/2006021110/mac-backup-osx/  It seems to be the most reliable way to get a clone of my drive. I&#039;m looking into using Automator or some type of script to run it automatically.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had good luck using the Disk Utility to clone my hard drive. <a href="http://www.digital501.com/2006021110/mac-backup-osx/" rel="nofollow ugc">http://www.digital501.com/2006021110/mac-backup-osx/</a>  It seems to be the most reliable way to get a clone of my drive. I&#8217;m looking into using Automator or some type of script to run it automatically.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Roy		</title>
		<link>https://nerdvittles.com/mac-os-x-tiger-backups-the-good-the-bad-and-the-ugly/comment-page-1/#comment-917</link>

		<dc:creator><![CDATA[Roy]]></dc:creator>
		<pubDate>Thu, 02 Feb 2006 10:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=55#comment-917</guid>

					<description><![CDATA[I&#039;m using a mirrored drive as my backup against drive failure. I&#039;m using an offsite storage backup site updated via rsyncX for the data folders, in case something happens to the drives. The use of SSH confers some security to the data as it is transferred over the internet.

I know the offsite backup isn&#039;t bootable. It isn&#039;t supposed to be. If anything happens that we need the offsite backup data, I anticipate we&#039;ll have some other more urgent problems.

RsyncX is free and using a shell script and cron, it is automatic and trouble free. The system has been working for over a year now without maintenance.

I should note that the file server also backs up the user data folders on their individual machines via RsyncX. It is the unfortunate reality that users tend to deposit files that should go on the server all over their individual home folders. For those of us who aren&#039;t using NetBoot or network home folders, backing up that data is important in making sure that nothing is lost.

RsyncX works well, and its ability to sync data from remote machines is useful. I&#039;m sure people have come up with better ways to do this, but as of a year ago, most of them were pay-to-use or would&#039;ve required periodic maintenance.

&lt;i&gt;[WM: Thanks for your note. Rsync is a great tool. We&#039;ve recommended it for Asterisk server backups for a long time. The only trick is getting it configured. Here&#039;s our &lt;a href=&quot;http://mundy.org/blog/index.php?p=89&quot;&gt;article&lt;/a&gt; that shows how.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m using a mirrored drive as my backup against drive failure. I&#8217;m using an offsite storage backup site updated via rsyncX for the data folders, in case something happens to the drives. The use of SSH confers some security to the data as it is transferred over the internet.</p>
<p>I know the offsite backup isn&#8217;t bootable. It isn&#8217;t supposed to be. If anything happens that we need the offsite backup data, I anticipate we&#8217;ll have some other more urgent problems.</p>
<p>RsyncX is free and using a shell script and cron, it is automatic and trouble free. The system has been working for over a year now without maintenance.</p>
<p>I should note that the file server also backs up the user data folders on their individual machines via RsyncX. It is the unfortunate reality that users tend to deposit files that should go on the server all over their individual home folders. For those of us who aren&#8217;t using NetBoot or network home folders, backing up that data is important in making sure that nothing is lost.</p>
<p>RsyncX works well, and its ability to sync data from remote machines is useful. I&#8217;m sure people have come up with better ways to do this, but as of a year ago, most of them were pay-to-use or would&#8217;ve required periodic maintenance.</p>
<p><i>[WM: Thanks for your note. Rsync is a great tool. We&#8217;ve recommended it for Asterisk server backups for a long time. The only trick is getting it configured. Here&#8217;s our <a href="http://mundy.org/blog/index.php?p=89">article</a> that shows how.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Thom Rosario		</title>
		<link>https://nerdvittles.com/mac-os-x-tiger-backups-the-good-the-bad-and-the-ugly/comment-page-1/#comment-680</link>

		<dc:creator><![CDATA[Thom Rosario]]></dc:creator>
		<pubDate>Mon, 28 Nov 2005 15:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=55#comment-680</guid>

					<description><![CDATA[I&#039;m surprised that you didn&#039;t mention OS X&#039;s built-in support for RAID.  If you want, you can add a second drive to your Mac and use RAID 1 to mirror the contents across both drives, so that you can simply replace a drive when it fails.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m surprised that you didn&#8217;t mention OS X&#8217;s built-in support for RAID.  If you want, you can add a second drive to your Mac and use RAID 1 to mirror the contents across both drives, so that you can simply replace a drive when it fails.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: OddyOh		</title>
		<link>https://nerdvittles.com/mac-os-x-tiger-backups-the-good-the-bad-and-the-ugly/comment-page-1/#comment-517</link>

		<dc:creator><![CDATA[OddyOh]]></dc:creator>
		<pubDate>Sat, 17 Sep 2005 13:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=55#comment-517</guid>

					<description><![CDATA[Another SuperDuper satisfied user here!  Well worth the price.  Once you&#039;ve done the first backup, &quot;smart update&quot; backups (where it basically sync&#039;s between source and destination) can take 10 minutes or less, I run mine once a week, or whenever a new update comes out.  ;)]]></description>
			<content:encoded><![CDATA[<p>Another SuperDuper satisfied user here!  Well worth the price.  Once you&#8217;ve done the first backup, "smart update" backups (where it basically sync&#8217;s between source and destination) can take 10 minutes or less, I run mine once a week, or whenever a new update comes out.  😉</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ward Mundy		</title>
		<link>https://nerdvittles.com/mac-os-x-tiger-backups-the-good-the-bad-and-the-ugly/comment-page-1/#comment-461</link>

		<dc:creator><![CDATA[Ward Mundy]]></dc:creator>
		<pubDate>Fri, 15 Jul 2005 13:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=55#comment-461</guid>

					<description><![CDATA[The 10.4.2 update for Tiger was released this week and reportedly fixes the problem with Carbon Copy Cloner which explains why the software developer (who happens to work for Apple) didn&#039;t release a patch. We&#039;ve amended this article accordingly.]]></description>
			<content:encoded><![CDATA[<p>The 10.4.2 update for Tiger was released this week and reportedly fixes the problem with Carbon Copy Cloner which explains why the software developer (who happens to work for Apple) didn&#8217;t release a patch. We&#8217;ve amended this article accordingly.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Billy Bob		</title>
		<link>https://nerdvittles.com/mac-os-x-tiger-backups-the-good-the-bad-and-the-ugly/comment-page-1/#comment-225</link>

		<dc:creator><![CDATA[Billy Bob]]></dc:creator>
		<pubDate>Sun, 19 Jun 2005 11:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=55#comment-225</guid>

					<description><![CDATA[Another backup solution using Apple&#039;s built-in utilities:

&lt;b&gt;sudo asr -source / -target /Volumes/&lt;i&gt;firewireBU&lt;/i&gt; -erase&lt;/b&gt;

where &lt;i&gt;firewireBU&lt;/i&gt; is the name of your mounted backup drive or partition.

You can read all about it with &lt;i&gt;man asr&lt;/i&gt; in a Terminal window.  The &lt;i&gt;-erase&lt;/i&gt;  switch blesses the backup volume so that it will boot.]]></description>
			<content:encoded><![CDATA[<p>Another backup solution using Apple&#8217;s built-in utilities:</p>
<p><b>sudo asr -source / -target /Volumes/<i>firewireBU</i> -erase</b></p>
<p>where <i>firewireBU</i> is the name of your mounted backup drive or partition.</p>
<p>You can read all about it with <i>man asr</i> in a Terminal window.  The <i>-erase</i>  switch blesses the backup volume so that it will boot.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: James Katt		</title>
		<link>https://nerdvittles.com/mac-os-x-tiger-backups-the-good-the-bad-and-the-ugly/comment-page-1/#comment-205</link>

		<dc:creator><![CDATA[James Katt]]></dc:creator>
		<pubDate>Mon, 23 May 2005 02:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=55#comment-205</guid>

					<description><![CDATA[SuperDuper! creates the best, most perfect clones.  It doesn&#039;t drop aliases, permissions, etc.  I&#039;ve tried others, but SuperDuper! does a better job than even CCC.]]></description>
			<content:encoded><![CDATA[<p>SuperDuper! creates the best, most perfect clones.  It doesn&#8217;t drop aliases, permissions, etc.  I&#8217;ve tried others, but SuperDuper! does a better job than even CCC.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ronald Brunt		</title>
		<link>https://nerdvittles.com/mac-os-x-tiger-backups-the-good-the-bad-and-the-ugly/comment-page-1/#comment-202</link>

		<dc:creator><![CDATA[Ronald Brunt]]></dc:creator>
		<pubDate>Fri, 20 May 2005 16:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=55#comment-202</guid>

					<description><![CDATA[Don&#039;t forget about trying &lt;a href=&quot;http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html&quot;&gt;SuperDuper&lt;/a&gt;. It is shareware [$19.95, but you can clone for free!] and is an excellent choice.]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t forget about trying <a href="http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html">SuperDuper</a>. It is shareware [$19.95, but you can clone for free!] and is an excellent choice.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Lenn Hann		</title>
		<link>https://nerdvittles.com/mac-os-x-tiger-backups-the-good-the-bad-and-the-ugly/comment-page-1/#comment-201</link>

		<dc:creator><![CDATA[Lenn Hann]]></dc:creator>
		<pubDate>Fri, 20 May 2005 16:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=55#comment-201</guid>

					<description><![CDATA[Good article! Have you guys reviewed SuperDuper or Synk? So far, SD appears to be the leader in the Tiger era. Both get good reviews, but which tool builds the &quot;best&quot; clone, i.e. closest to the actual source disk with no dropped files, permissions, etc?

http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html
http://www.decimus.net/synk/

Mike Bombich (CCC) works for Apple now. Apple wins, but CCC may not be updated for quite a while.]]></description>
			<content:encoded><![CDATA[<p>Good article! Have you guys reviewed SuperDuper or Synk? So far, SD appears to be the leader in the Tiger era. Both get good reviews, but which tool builds the "best" clone, i.e. closest to the actual source disk with no dropped files, permissions, etc?</p>
<p><a href="http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html" rel="nofollow ugc">http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html</a><br />
<a href="http://www.decimus.net/synk/" rel="nofollow ugc">http://www.decimus.net/synk/</a></p>
<p>Mike Bombich (CCC) works for Apple now. Apple wins, but CCC may not be updated for quite a while.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jim		</title>
		<link>https://nerdvittles.com/mac-os-x-tiger-backups-the-good-the-bad-and-the-ugly/comment-page-1/#comment-200</link>

		<dc:creator><![CDATA[Jim]]></dc:creator>
		<pubDate>Fri, 20 May 2005 16:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=55#comment-200</guid>

					<description><![CDATA[If you don&#039;t know about it, I would highly recommend a program called &lt;a href=&quot;http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html&quot;&gt;Super Duper&lt;/a&gt;. It creates perfect, bootable backups which can be updated incrementally; it is clearly and simply designed and easy to use, while also having a lot of powerful features. It has been updated for Tiger. It is one of those Mac shareware programs that really emulates the Mac way of being user-friendly, from interface to marketing to documentation--like Transmit, for instance.]]></description>
			<content:encoded><![CDATA[<p>If you don&#8217;t know about it, I would highly recommend a program called <a href="http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html">Super Duper</a>. It creates perfect, bootable backups which can be updated incrementally; it is clearly and simply designed and easy to use, while also having a lot of powerful features. It has been updated for Tiger. It is one of those Mac shareware programs that really emulates the Mac way of being user-friendly, from interface to marketing to documentation&#8211;like Transmit, for instance.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
