<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MacMedics Macintosh Service, Consulting, &#38; Sales For Baltimore, Washington DC, &#38; Philadelphia Blog &#187; Backups</title>
	<atom:link href="http://www.macmedics.com/blog/tag/backups/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.macmedics.com/blog</link>
	<description>Macintosh Consulting, Service, &#38; Support</description>
	<lastBuildDate>Fri, 03 Feb 2012 15:46:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>With Lion 10.7 Out, This Would Be A Great Time To Upgrade Your Hard Drive</title>
		<link>http://www.macmedics.com/blog/2011/07/20/with-lion-10-7-out-this-would-be-a-great-time-to-upgrade-your-hard-drive/</link>
		<comments>http://www.macmedics.com/blog/2011/07/20/with-lion-10-7-out-this-would-be-a-great-time-to-upgrade-your-hard-drive/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 15:23:12 +0000</pubDate>
		<dc:creator>Dana Stibolt</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Better Mac Computing]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[Back Up Your Mac And Test That Backup Before Installing Lion]]></category>
		<category><![CDATA[Backup Before Installing Lion]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[Lion]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Upgrading Your Hard Drive Before Installing Lion]]></category>

		<guid isPermaLink="false">http://www.macmedics.com/blog/?p=2076</guid>
		<description><![CDATA[Every time Apple releases a new version of OS X, we end up helping clients replace their hard drives, that &#8220;died&#8221; while trying to upgrade to the new OS the very next day. This makes it a great time to just upgrade your hard drive proactively. MacMedics can help. Just buy a copy of Lion [...]]]></description>
			<content:encoded><![CDATA[<div align="left" style="float: none; padding: 0px 5px 5px 0px;"><a name="fb_share" type="button_count" share_url="http://www.macmedics.com/blog/2011/07/20/with-lion-10-7-out-this-would-be-a-great-time-to-upgrade-your-hard-drive/"></a></div><p><a href="http://www.HardDrivesDie.com?blog-post"><img alt="" src="http://macmedics.com/images/Google_Ads_250x250.jpg" title="http://www.HardDrivesDie.com" class="alignnone" width="250" height="250" /></a></p>
<p>Every time Apple releases a new version of OS X, we end up helping clients replace their hard drives, that &#8220;died&#8221; while trying to upgrade to the new OS the very next day.</p>
<p>This makes it a great time to just upgrade your hard drive proactively. </p>
<p>MacMedics can help. </p>
<p>Just buy a copy of Lion from the App Store, but don&#8217;t install it, come see us and pick the size of the hard drive you want, we&#8217;ll replace your hard drive, install Lion, and migrate your data for you.</p>
<p>Example: MacBook Pro with a 500 GB 7200 RPM hard drive or a Intel iMac with a 1 TB hard drive: $259 all parts and labor, with a 1-year warranty.</p>
<p>Plus, your old hard drive is yours to keep and can be placed off site to be used as a snapshot in time off site backup. Or, we can show you how to make a &#8220;bootable&#8221; clone backup, if your drive is large enough, and that can serve as another point in your Mac&#8217;s data backup plan.</p>
<p>Hard drives DO NOT last forever, no matter how high quality they might be. See out website <a href="http://www.HardDriveDie.com">www.HardDriveDie.com</a> for more info.</p>
<p><script language="javascript" type="text/javascript">
<!-- Hide script from older browsers</p>
<p>function validEmail(email) {
	invalidChars = " /:,;";</p>
<p>	if (email == "") {
		return false;
	}</p>
<p>	for (i=0; i < invalidChars.length; i++) {
		badChar = invalidChars.charAt(i);</p>
<p>		if (email.indexOf(badChar,0) > -1) {
			return false;
		}
	}</p>
<p>	atPos = email.indexOf("@",1);</p>
<p>	if (atPos == -1) {
		return false;
	}</p>
<p>	if (email.indexOf("@",atPos+1) > -1) {
		return false;
	}</p>
<p>	periodPos = email.indexOf(".",atPos);</p>
<p>	if (periodPos == -1) {
		return false;
	}</p>
<p>	if (periodPos + 3 > email.length)	{
		return false;
	}
	return true;
}</p>
<p>function checkRequired(errors) {
	var reqfieldsString = "";
	var reqfields = [];
	var strErrors = "";
	if (reqfieldsString.length != 0) {
		reqfields = reqfieldsString.split(",");
	}</p>
<p>	for( i=0; i < reqfields.length; i++ ) {</p>
<p>		var tempfieldname = document.getElementById(reqfields[i]).title;
		var tempval =  document.getElementById(reqfields[i]).value;</p>
<p>		if (tempval == "") {
			errors.push(tempfieldname + " is required");
		}
	}
	if (errors.length != 0) {</p>
<p>		strErrors = errors.join("\n");</p>
<p>	}</p>
<p>	return strErrors;
}</p>
<p>function submitIt(subsForm) {
	var errors = [];
	var error = "";
	var this_email = document.getElementById("email");</p>
<p>	var this_email_val = this_email.value;</p>
<p>	if (this_email_val == "") {
		errors.push("Email address is required");
	} else if (!validEmail(this_email_val)) {
		errors.push("Invalid email address");
	}</p>
<p>	error = checkRequired(errors);</p>
<p>	if ( error.length > 0 ) {</p>
<p>		alert("The fields below are either blank or have invalid data." + "\n\n" + error);</p>
<p>		return false;
	}
	return true;
}</p>
<p>// End hiding script -->
</script></p>
<p><b>Sign Up for Our Newsletter:</b></p>
<form class="sm-form" onSubmit="return submitIt(this)" name="subsForm" id="subsForm" action="http://app.subscribermail.com/add_mail.cfm" method="post">
<input type="hidden" name="ppid" value="MACM3A352205">
<input type="hidden" name="version" value="v3">
<table cellspacing="2" cellpadding="2" border="0">
<tr>
<td><b>Email:</b> <span style="font-family:Arial, Helvetica, sans-serif; font-size:12px; color:red">(required)</span></td>
<td>
<input type="text" size="25" maxlength="90" name="email" id="email"></td>
</tr>
<tr>
<td><b>First Name</b> </td>
<td>
<input type="text" size="15" maxlength="25" name="FirstName" id="FirstName" title="First Name"></td>
</tr>
<tr>
<td><b>Last Name</b> </td>
<td>
<input type="text" size="15" maxlength="25" name="LastName" id="LastName" title="Last Name"></td>
</tr>
<input type="hidden" value="TOPI4BB5E9AF" name="interest_group">
<tr>
<td colspan="2">
<input type="submit" name="Submit" value="Submit"></td>
</tr>
</table>
</form>
]]></content:encoded>
			<wfw:commentRss>http://www.macmedics.com/blog/2011/07/20/with-lion-10-7-out-this-would-be-a-great-time-to-upgrade-your-hard-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Releases Snow Leopard 10.6.5 &#8211; Back Your Hard Drive Up Before You Install</title>
		<link>http://www.macmedics.com/blog/2010/11/10/apple-releases-snow-leopard-10-6-5-back-your-hard-drive-up-before-you-install/</link>
		<comments>http://www.macmedics.com/blog/2010/11/10/apple-releases-snow-leopard-10-6-5-back-your-hard-drive-up-before-you-install/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 22:54:17 +0000</pubDate>
		<dc:creator>Dana Stibolt</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Better Mac Computing]]></category>
		<category><![CDATA[Data Recovery]]></category>
		<category><![CDATA[iMacs]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Mac Pros]]></category>
		<category><![CDATA[MacBook Air]]></category>
		<category><![CDATA[MacBook Pros]]></category>
		<category><![CDATA[MacBooks]]></category>
		<category><![CDATA[Macintosh Consulting]]></category>
		<category><![CDATA[Macintosh Service]]></category>
		<category><![CDATA[MacMedics]]></category>
		<category><![CDATA[Software Updates]]></category>
		<category><![CDATA[Warnings]]></category>
		<category><![CDATA[10.6.5]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[Before You Install Snow Leopard]]></category>
		<category><![CDATA[Data Backups]]></category>
		<category><![CDATA[Data Protection]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://www.macmedics.com/blog/?p=1550</guid>
		<description><![CDATA[Apple has released Snow Leopard 10.6.5. This is a MAJOR software update and it should installed ONLY if you have a TESTED and WORKING back up system, and that you&#8217;re not in the middle of a production deadline. Our advice for MacMedics clients regarding this update, is NOT to install it right away. We recommend [...]]]></description>
			<content:encoded><![CDATA[<div align="left" style="float: none; padding: 0px 5px 5px 0px;"><a name="fb_share" type="button_count" share_url="http://www.macmedics.com/blog/2010/11/10/apple-releases-snow-leopard-10-6-5-back-your-hard-drive-up-before-you-install/"></a></div><p>Apple has released Snow Leopard 10.6.5. This is a MAJOR software update and it should installed ONLY if you have a TESTED and WORKING back up system, and that you&#8217;re not in the middle of a production deadline.</p>
<p>Our advice for MacMedics clients regarding this update, is NOT to install it right away. We recommend waiting at least a few days before installing it. Also, if you have multiple Macintosh computers that need this update, just install it on one computer to start. If you&#8217;re a MacMedics client that we see on a regular basis, we will install this update for you when it has been fully vetted.</p>
<p>URGENT: Every time Apple releases a software update, we see several dead hard drives the next day. Please read our UPDATE WARNINGs page which can be found <a href="http://www.macmedics.com/updates.htm">here</a>, before you install this software update.</p>
<p>The 10.6.5 Update is recommended for all users running Mac OS X Snow Leopard and includes general operating system fixes that enhance the stability, compatibility, and security of your Mac, including fixes that:</p>
<p>Improve reliability with Microsoft Exchange servers</p>
<p>Address performance of some image-processing operations in iPhoto and Aperture</p>
<p>Address stability and performance of graphics applications and games<br />
Resolve a delay between print jobs</p>
<p>Address a printing issue for some HP printers connected to an AirPort Extreme</p>
<p>Resolve an issue when dragging contacts from Address Book to iCal</p>
<p>Address an issue where dragging an item from a stack causes the Dock to not automatically hide</p>
<p>Resolve an issue with Wikipedia information not displaying correctly in Dictionary</p>
<p>Improve performance of MainStage on certain Mac systems</p>
<p>Resolve spacing issues with OpenType fonts</p>
<p>Improve reliability with some Bluetooth braille displays</p>
<p>Resolve a VoiceOver issue when browsing some web sites with Safari 5</p>
<p>For detailed information on this update, please visit this website:<a href=" http://support.apple.com/kb/HT4250"> http://support.apple.com/kb/HT4250</a>.</p>
<p>For information on the security content of this update, please visit: <a href="http://support.apple.com/kb/HT1222">http://support.apple.com/kb/HT1222</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.macmedics.com/blog/2010/11/10/apple-releases-snow-leopard-10-6-5-back-your-hard-drive-up-before-you-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacMedics Presents How To Protect Your Data To The Professional Photographers Of Greater Annapolis</title>
		<link>http://www.macmedics.com/blog/2010/04/21/macmedics-presents-how-to-protect-your-data-to-the-professional-photographers-of-greater-annapolis/</link>
		<comments>http://www.macmedics.com/blog/2010/04/21/macmedics-presents-how-to-protect-your-data-to-the-professional-photographers-of-greater-annapolis/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 23:11:51 +0000</pubDate>
		<dc:creator>Dana Stibolt</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[MacMedics]]></category>
		<category><![CDATA[Annapolis]]></category>
		<category><![CDATA[Annapolis Mall]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[Data Backups]]></category>
		<category><![CDATA[Data Protection]]></category>
		<category><![CDATA[Data Security]]></category>
		<category><![CDATA[PPOGA]]></category>
		<category><![CDATA[Professional Photographers of Greater Annapolis]]></category>

		<guid isPermaLink="false">http://www.macmedics.com/blog/?p=1213</guid>
		<description><![CDATA[Dana Stibolt will be the guest speaker at next meeting of PPOGA &#8211; Professional Photographers of Greater Annapolis. He will be talking about backing up your important data redundantly and automatically. The meeting will be held at the Annapolis DoubleTree Hotel (near the Annapolis Mall) Tuesday, May 18, 2010 at 6:30pm. Free gifts from MacMedics [...]]]></description>
			<content:encoded><![CDATA[<div align="left" style="float: none; padding: 0px 5px 5px 0px;"><a name="fb_share" type="button_count" share_url="http://www.macmedics.com/blog/2010/04/21/macmedics-presents-how-to-protect-your-data-to-the-professional-photographers-of-greater-annapolis/"></a></div><p><img alt="PPOGA - Professional Photographers of Greater Annapolis" src="http://profile.ak.fbcdn.net/object2/489/36/n312199459118_7345.jpg" title="PPOGA - Professional Photographers of Greater Annapolis logo" class="alignnone" width="200" height="200" /></p>
<p>Dana Stibolt will be the guest speaker at next meeting of PPOGA &#8211; Professional Photographers of Greater Annapolis. He will be talking about backing up your important data redundantly and automatically.</p>
<p>The meeting will be held at the <a href="http://doubletree1.hilton.com/en_US/dt/hotel/ANPDTDT-Doubletree-Hotel-Annapolis-Maryland/index.do">Annapolis DoubleTree Hotel</a> (near the Annapolis Mall) Tuesday, May 18, 2010 at 6:30pm. Free gifts from MacMedics for all who attend. $12 entry includes food, beverage, and door prize entry!</p>
<p>See the Professional Photographers of Greater Annapolis&#8217; Facebook page <a href="http://www.facebook.com/home.php?ref=logo#!/group.php?gid=312199459118">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.macmedics.com/blog/2010/04/21/macmedics-presents-how-to-protect-your-data-to-the-professional-photographers-of-greater-annapolis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacMedics Frequently Asked Macintosh Service Questions: Snow Leopard Installation</title>
		<link>http://www.macmedics.com/blog/2010/01/03/macmedics-frequently-asked-macintosh-service-questions-snow-leopard-installation/</link>
		<comments>http://www.macmedics.com/blog/2010/01/03/macmedics-frequently-asked-macintosh-service-questions-snow-leopard-installation/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 17:44:22 +0000</pubDate>
		<dc:creator>Dana Stibolt</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Better Mac Computing]]></category>
		<category><![CDATA[Data Recovery]]></category>
		<category><![CDATA[MacMedics]]></category>
		<category><![CDATA[Warnings]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Macintosh Consulting]]></category>
		<category><![CDATA[Macintosh Service]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[Software Updates]]></category>
		<category><![CDATA[Time Machine]]></category>

		<guid isPermaLink="false">http://www.macmedics.com/blog/?p=1015</guid>
		<description><![CDATA[MacMedics Frequently Asked Macintosh Service Questions: Snow Leopard Installation Do I need to to back up before installing Snow Leopard? In a word YES! Whenever you run a minor or major software update, you DO need to have your data backed up (and be sure to have that back up tested as well!). Time and [...]]]></description>
			<content:encoded><![CDATA[<div align="left" style="float: none; padding: 0px 5px 5px 0px;"><a name="fb_share" type="button_count" share_url="http://www.macmedics.com/blog/2010/01/03/macmedics-frequently-asked-macintosh-service-questions-snow-leopard-installation/"></a></div><p>MacMedics Frequently Asked Macintosh Service Questions: Snow Leopard Installation</p>
<p><img alt="" src="http://www.macmedics.com/images/leopard%20box.jpg" title="Before installing Snow Leopard (10.6) please ensure you have a tested and working backup of ALL of your data" class="alignnone" width="300" height="233" /></p>
<p><strong>Do I need to to back up before installing Snow Leopard?</strong></p>
<p>In a word <strong>YES!</strong> Whenever you run a minor or major software update, you DO need to have your data backed up (and be sure to have that back up tested as well!). </p>
<p>Time and time again we have clients come in with a major hard drive problem right after they have tried to upgrade their Mac OS.</p>
<p>Run Time Machine BEFORE you run that installer. If you are not on Leopard or Snow Leopard, run a program like <a href="http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html?MacMedics.com/blog">SuperDuper</a> to make a clone of your hard drive before you perform your upgrade. Even if you have a Time Machine back up, I highly suggest you have a fresh clone of your hard drive on standby whenever you’re running a major Apple software upgrade. This way if something goes wrong, you have a bootable copy of all of your data. Nice thing about a clone vs. Time Machine is you can boot off it and TEST it BEFORE you run a major upgrade. This way if something goes wrong you can get right back to work by booting off the clone.</p>
<p>Never run an Apple software update when you’re on deadline or have a major project due. Updates should always be performed when you’re not under the gun.</p>
<p><strong>Should I unplug my external backup when installing Snow Leopard?</strong></p>
<p>Yes. In fact MacMedics recommends that all USB and FireWire devices (except your keyboard and mouse) should be unplugged before you run the Snow Leopard installer. That holds true for any software update or upgrade as well.</p>
<p>See our full Snow Leopard upgrade Blog <a href="http://www.macmedics.com/blog/2009/08/31/before-installing-snow-leopard-be-sure-to-read-our-apple-upgrade-warning-page-first/">post</a> with all the things you should consider here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.macmedics.com/blog/2010/01/03/macmedics-frequently-asked-macintosh-service-questions-snow-leopard-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are You Planning On Erasing Your Old Mac Or Hard Drive Today?</title>
		<link>http://www.macmedics.com/blog/2010/01/02/are-you-planning-on-erasing-your-old-mac-or-hard-drive-today/</link>
		<comments>http://www.macmedics.com/blog/2010/01/02/are-you-planning-on-erasing-your-old-mac-or-hard-drive-today/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 22:08:16 +0000</pubDate>
		<dc:creator>Dana Stibolt</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Apple Authorized Sales]]></category>
		<category><![CDATA[Apple Authorized Service]]></category>
		<category><![CDATA[Better Mac Computing]]></category>
		<category><![CDATA[Data Recovery]]></category>
		<category><![CDATA[MacMedics]]></category>
		<category><![CDATA[Warnings]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[Carbon Copy Cloner]]></category>
		<category><![CDATA[Copying Data]]></category>
		<category><![CDATA[Craigslist]]></category>
		<category><![CDATA[Data Security]]></category>
		<category><![CDATA[eBay]]></category>
		<category><![CDATA[Erasing Your Old Mac]]></category>
		<category><![CDATA[I Got A New Mac For The Holidays]]></category>
		<category><![CDATA[Moving Data]]></category>
		<category><![CDATA[Never Run A Software Update Without A Tested And Working Backup]]></category>
		<category><![CDATA[Re-Gifting An Old Mac]]></category>
		<category><![CDATA[Retiring Your Old Mac]]></category>
		<category><![CDATA[Secure Your Data]]></category>
		<category><![CDATA[Selling Your Mac on Craigslist]]></category>
		<category><![CDATA[Selling Your Mac on eBay]]></category>
		<category><![CDATA[Selling Your Old Mac]]></category>
		<category><![CDATA[SuperDuper]]></category>
		<category><![CDATA[Time Machine]]></category>

		<guid isPermaLink="false">http://www.macmedics.com/blog/?p=911</guid>
		<description><![CDATA[UPDATE 12/26/10: I’m re-posting this Blog POST from last January, because lots of folks are spending time during the X-Mas/New Year holidays to do some house keeping on data from 2010. I’m sure lots of people got new Macs for the holidays too, so be sure to read the Blog post below. Two things to [...]]]></description>
			<content:encoded><![CDATA[<div align="left" style="float: none; padding: 0px 5px 5px 0px;"><a name="fb_share" type="button_count" share_url="http://www.macmedics.com/blog/2010/01/02/are-you-planning-on-erasing-your-old-mac-or-hard-drive-today/"></a></div><p><strong>UPDATE 12/26/10:</strong> I’m re-posting this Blog POST from last January, because lots of folks are spending time during the X-Mas/New Year holidays to do some house keeping on data from 2010. I’m sure lots of people got new Macs for the holidays too, so be sure to read the Blog post below. </p>
<p><img alt="" src="http://www.macmedics.com/images/icon_warning.png" title="Before your erase your hard drive or empty your trash, be sure to read this Mac Medics Blog post!" class="alignnone" width="93" height="81" /></p>
<p>Two things to remember:</p>
<p><strong>1. Never delete data that has not been certified in it’s new location or on a new computer.</p>
<p>2. Never use a computer to process and generate mission critical data without a back-up. </strong></p>
<p><strong>Always keep your data in two places at once while moving over to a new computer!</strong></p>
<p>When folks buy a new computer (or get one as a gift during the holidays) and then transfer the data to the new Mac, they are often anxious to re-purpose, re-gift, or re-sell the old Macintosh. So much so, that once they see the new unit is up and running, they will ERASE the old unit and put a fresh OS on it in preparation for it&#8217;s new life. In many cases they have already made a deal to sell their old Mac (or give it away to a family member) and the sale is &#8220;pending&#8221; on them getting the new Mac up and running. So there&#8217;s often some pressure to get the job done quickly and complete the transaction.</p>
<p>NEVER EVER transfer or migrate your current data over to a new Mac (then delete your old data or sell an old computer) and assume that you&#8217;re safer then you were with the old drive. Data SHOULD always be in two places at once! </p>
<p>If you need to erase an old computer and you&#8217;ve just transferred ALL of your data to a new shiny computer, don&#8217;t let that &#8220;new computer&#8221; feeling of safety (because it&#8217;s new I&#8217;m at LESS risk!) distract you! If it&#8217;s a new Mac, run a quick Time Machine back up or clone your drive with <a href="http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html">SuperDuper</a> BEFORE you erase that old data. In fact, one very safe way to back up and then test your data is to make a bootable clone of your data (you can do this with SuperDuper), you can then &#8220;boot&#8221; off this clone and test to ensure your data is all there. This way if something gets fouled up in the migration or transfer, you can at least have a bootable copy of your data and use that to work off of until you can sort things out. Don&#8217;t forget to ensure that new backup is also working correctly. This is a common issue, so DON&#8217;T fall into this trap! </p>
<p>You ALWAYS need to have your data in two places at once WHILE you are moving over to a new Macintosh laptop or desktop. Very often we see client suffer data loss during this time of transfer. In many cases the clients first scan of the data is positive and everything looks fine. Then they erase their old computer, only to learn that their e-mail or iPhoto database is corrupted, and they&#8217;ve lost some or all of their data during transfer.</p>
<p><strong>You&#8217;re at a greater risk for data loss on a new computer right out of the box then one that has been in use for more than 90 days.</strong></p>
<p>With all hard drives (and new hard drives in NEW computers) there&#8217;s a 30 to 60 day &#8220;burn-in&#8221; that if the drive is going to give up on you there&#8217;s a pretty good chance that it will fail in that time frame. There are almost no DOA hard drives, so the ones that have issues are the ones that develop one in that first 30-60 days. If a hard drive comes off the line at the factory and it&#8217;s got an issue, they catch those, and destroy them. In fact, it&#8217;s been quite some time, since a hard drive has arrived here at MacMedics &#8220;Dead On Arrival&#8221;. In a few cases we see them dead, when they have been improperly packaged for shipment. We cannot afford to have one of our client&#8217;s computers to have a sick hard drive installed in it, so if a batch of hard drives comes to us and they were shipped by an idiot, then back they go. Thankfully we buy by the case, so the factory shipping container is usually very sturdy, so this is not an issue very often.</p>
<p>See my website at <a href="http://www.HardDrivesDie.com">http://www.HardDrivesDie.com</a>. Yeah! It&#8217;s that common of an issue that I made a website all about it. It has my TOP 5 list of data protection-preservation tips. Also see my <a href="http://bit.ly/JEtIp">Friday the 13th Blog post</a> on topic of hard drives.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.macmedics.com/blog/2010/01/02/are-you-planning-on-erasing-your-old-mac-or-hard-drive-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple&#8217;s 10.5.7 will be out soon. Rumored release date of 5/8 turned out to be wrong.</title>
		<link>http://www.macmedics.com/blog/2009/05/08/apples-1057-will-be-out-soon-rumored-release-of-58-turned-out-to-be-wrong/</link>
		<comments>http://www.macmedics.com/blog/2009/05/08/apples-1057-will-be-out-soon-rumored-release-of-58-turned-out-to-be-wrong/#comments</comments>
		<pubDate>Fri, 08 May 2009 20:20:37 +0000</pubDate>
		<dc:creator>Dana Stibolt</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Better Mac Computing]]></category>
		<category><![CDATA[Software Updates]]></category>
		<category><![CDATA[Warnings]]></category>
		<category><![CDATA[10.5.7]]></category>
		<category><![CDATA[Backups]]></category>

		<guid isPermaLink="false">http://www.macmedics.com/blog/?p=615</guid>
		<description><![CDATA[Word on the street is that Apple might release OS X 10.5.7 very soon (it was rumored to be released on Friday 5/8, but that turned out that not to be the case). While the 10.5.7 Leopard update will be very exciting news, MacMedics DOES NOT recommend that Mac users install this update the day [...]]]></description>
			<content:encoded><![CDATA[<div align="left" style="float: none; padding: 0px 5px 5px 0px;"><a name="fb_share" type="button_count" share_url="http://www.macmedics.com/blog/2009/05/08/apples-1057-will-be-out-soon-rumored-release-of-58-turned-out-to-be-wrong/"></a></div><p><img alt="" src="http://macmedics.com/images/Mac_OS_X_Leopard_10.5.7.jpg" title="Mac OS X Leopard 10.5.7" class="alignnone" width="200" height="200" /></p>
<p>Word on the street is that Apple might release <a href="http://www.apple.com/macosx/">OS X 10.5.7</a> very soon (it was rumored to be released on Friday 5/8, but that turned out that not to be the case). </p>
<p>While the 10.5.7 Leopard update will be very exciting news, MacMedics DOES NOT recommend that Mac users install this update the day it comes out. Also, for anyone that use their computers for production or other mission critical purposes, we recommend you install this update on a test machine and try it out for a few days before installing it on your primary machine. </p>
<p>MacMedics also strongly recommends you have a tested and fully functional back up in place <strong>BEFORE</strong> you install any Apple system software update. Something could go wrong during the install, and you could have a major problem on your hands. Whenever Apple releases a major update to OS X we usually see 4 or 5 clients’ hard drives die that first day. If your hard drive is dying or already unhealthy, the extra hard drive activity needed to install a major update is often all it takes to kill a hard drive. Please see our web page [<a href="http://www.harddrivesdie.com">http://www.harddrivesdie.com</a>] on the subject of hard drive failures. </p>
<p>Don&#8217;t forget that while <a href="http://www.apple.com/macosx/features/timemachine.html">Time Machine</a> is an excellent automatic back up (just the way we like it here at MacMedics!), it IS very hard to test the RESTORE capabilities of such a back up. Read my <a href="http://www.macmedics.com/blog/?p=508">post</a> on Time Machine here. The short story is while you might not lose any data, you could be in for a major situation and delay if you want to recreate your hard drive as it was. The ideal situation is to have TWO back ups. One Time Machine and one &#8220;bootable&#8221; clone back up of your hard drive. That way no matter what happens you can boot off the clone and get right back to work.</p>
<p>We&#8217;ll post new info on our update warnings page and here in our Blog as it becomes available. We will also <a href="http://www.twitter.com/macmedics">Twitter</a> about anything you need to know in the meantime.</p>
<p><a href="http://www.macmedics.com/updates.htm">http://www.macmedics.com/updates.htm</a><br />
<a href="http://www.twitter.com/macmedics">http://www.twitter.com/macmedics</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.macmedics.com/blog/2009/05/08/apples-1057-will-be-out-soon-rumored-release-of-58-turned-out-to-be-wrong/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing a second hard drive into a MacBook Pro = Very Cool. Having a mobile bootable backup anywhere = PRICELESS.</title>
		<link>http://www.macmedics.com/blog/2009/04/29/you-can-never-have-too-many-backups/</link>
		<comments>http://www.macmedics.com/blog/2009/04/29/you-can-never-have-too-many-backups/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 14:03:37 +0000</pubDate>
		<dc:creator>Dana Stibolt</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Better Mac Computing]]></category>
		<category><![CDATA[Data Recovery]]></category>
		<category><![CDATA[MacBook Pros]]></category>
		<category><![CDATA[MacMedics]]></category>
		<category><![CDATA[Warnings]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[Hard Drives]]></category>
		<category><![CDATA[MacBook Pro]]></category>
		<category><![CDATA[Time Machine]]></category>

		<guid isPermaLink="false">http://www.macmedics.com/blog/?p=605</guid>
		<description><![CDATA[This Blog post is from Kory Barrett from MacMedics Washington: Even the employees here at MacMedics are not immune to Macintosh troubles. No matter how closely we follow our own advice, computers being the mortal devices that they are, we too experience problems. So it wasn&#8217;t a real shock when my MacBook Pro recently failed. [...]]]></description>
			<content:encoded><![CDATA[<div align="left" style="float: none; padding: 0px 5px 5px 0px;"><a name="fb_share" type="button_count" share_url="http://www.macmedics.com/blog/2009/04/29/you-can-never-have-too-many-backups/"></a></div><p>This Blog post is from Kory Barrett from MacMedics Washington:</p>
<p>Even the employees here at MacMedics are not immune to Macintosh troubles. No matter how closely we follow our own advice, computers being the mortal devices that they are, we too experience problems.</p>
<p>So it wasn&#8217;t a real shock when my MacBook Pro recently failed. But in the process I became a huge fan of a new backup solution.</p>
<p>It all started at home, when I opened up my unit to check email before turning in for the night. However, I immediately sensed a problem. Though the power light on my latch release button was a solid white as normal, my screen stayed completely dark. No matter what I attempted I couldn&#8217;t generate video. Thinking it was stuck in a &#8220;sleep&#8221; state I tried several methods to wake it up. When that didn&#8217;t work I shut down the unit and restarted it. I tried several different startup tricks (zapping the PRAM, Option-boot, etc.), all to no avail.</p>
<p>Realizing that I had a real problem, I decided to hold off until the following morning when I&#8217;d be returning to our lab. The question of the integrity of my data didn&#8217;t really enter my mind at this point, as the symptoms did not suggest a hard drive failure. There were no unusual sounds that I could detect (grinding, screeching that we often hear when drives fail), and besides, I back my data up on a nightly basis using Time Machine to an Apple Time Capsule that I have at home.</p>
<p>Upon arriving in the office the next day, we methodically diagnosed the problem. When we concluded there was an internal hardware failure and began to disassemble the unit, I did finally start to get anxious about my data. What if my backup wasn&#8217;t reliable? I do perform sample tests from time to time, but I&#8217;d never done a full restore from it, and actually we&#8217;ve seen at least a small number of failures when trying to restore from a Time Machine backup. And even if it were successful, A) I&#8217;d still have lost all the work I&#8217;d completed since my last backup ran (a full day&#8217;s worth), and B) my backup was at home, meaning I&#8217;d have to leave work and spend a good part of the day going through the restore process, meaning more lost time.</p>
<p>So, it got to a point where I couldn&#8217;t wait to get the drive out of my MacBook Pro and attach it to our lab equipment to verify that my data was OK. Thankfully, it was, and the cause of my problem was a bad logic board. We replaced the board and I was back up and running. My worst fears were never realized.</p>
<p>But while the outcome was positive, it did get me thinking. If my drive had failed, how reliable was my backup? How much important data would I have lost in the day of work since my backup last executed? And had I really considered the time it would have taken me to head home and go through a full restore? Looking at it this way I was not satisfied with my backup plan, which obviously needed improvement.</p>
<p>It&#8217;s now about a week later, and I feel really good about what I&#8217;m doing. A colleague recommended a product to me that I am now using. It runs separately from my nightly Time Machine backup at home, meaning my data is in three places. But, while my nightly backup has its benefits, my additional new backup has others. What I did was install a 2nd, internal hard drive in my MacBook Pro. Using Intego&#8217;s Personal Backup software, I &#8220;clone&#8221; my hard drive to this 2nd internal backup drive several times a day. It runs quickly and does not slow down my machine in the process. Now, if my primary drive ever fails, I can easily reboot my machine to my cloned backup and get back up and running right away.</p>
<p>So now I&#8217;m really covered. If my drive fails, I have an updated internal backup. If my laptop gets stolen, I have a separate backup at home. I feel very comfortable that my data is well protected, and shouldn&#8217;t we all be?</p>
<p>But there&#8217;s the obvious question &#8211; &#8220;How did I fit a 2nd hard drive inside my MacBook Pro&#8221;? To do so, I sacrificed my internal SuperDrive. In its place I purchased a &#8220;sled&#8221; that holds the 2nd hard drive, designed to fit right where the SuperDrive was. I had asked myself &#8220;How often do I really need my SuperDrive anyway?&#8221;, and realized it wasn&#8217;t too often. For those rare occasions I also purchased an external SuperDrive. It&#8217;s small and very portable, and fits nicely in my laptop bag. So whenever I do need to install from a disk or burn a CD or DVD, I can still do so.</p>
<p>Cost-wise, including the internal drive sled, the hard drive itself, backup software, and the external SuperDrive, this solution was only about $100 more than a typical external hard drive backup. For me, it was well worth it.</p>
<p>If you are interested in learning more, please let us know, as we&#8217;d be happy to set this up for you. You really can&#8217;t be too careful with your data, and remember, it&#8217;s not a matter of if a drive will fail, it&#8217;s a matter of when.</p>
<p>More reading on hard drive failure and backups can be found at <a href="http://www.HardDrivesDie.com">http://www.HardDrivesDie.com</a>. Also be sure to read our post about Time Machine <a href="http://www.macmedics.com/blog/?p=508">here</a>.</p>
<p>Current and new subscribers to the MacMedics newsletter can request our free Time Machine white paper.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.macmedics.com/blog/2009/04/29/you-can-never-have-too-many-backups/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Year’s Resolutions: Back up your data (and test it)</title>
		<link>http://www.macmedics.com/blog/2009/01/04/new-year%e2%80%99s-resolutions-back-up-your-data-and-test-it/</link>
		<comments>http://www.macmedics.com/blog/2009/01/04/new-year%e2%80%99s-resolutions-back-up-your-data-and-test-it/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 15:16:33 +0000</pubDate>
		<dc:creator>Dana Stibolt</dc:creator>
				<category><![CDATA[Better Mac Computing]]></category>
		<category><![CDATA[MacMedics]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[Data Protection]]></category>
		<category><![CDATA[Data Recovery]]></category>
		<category><![CDATA[LaCie]]></category>
		<category><![CDATA[Mac Books]]></category>

		<guid isPermaLink="false">http://www.macmedics.com/blog/?p=369</guid>
		<description><![CDATA[Last year at this time we announced our campaign to “retire” older hard drives and to also ensure that data was backed up. We created an informative website to explain our thoughts on the matter. Our site has had thousands of hits over the last year, but sadly we still see cases daily where clients [...]]]></description>
			<content:encoded><![CDATA[<div align="left" style="float: none; padding: 0px 5px 5px 0px;"><a name="fb_share" type="button_count" share_url="http://www.macmedics.com/blog/2009/01/04/new-year%e2%80%99s-resolutions-back-up-your-data-and-test-it/"></a></div><p>Last year at this time we announced our campaign to “retire” older hard drives and to also ensure that data was backed up. We created an <a href="http://www.harddrivesdie.com">informative website</a> to explain our thoughts on the matter. Our site has had thousands of hits over the last year, but sadly we still see cases daily where clients have lost data. </p>
<p><img alt="" src="http://www.macmedics.com/images/Hard_Drives_Die_skull.jpg" title="All hard drives die - Back up data and then test it!" class="alignnone" width="217" height="320" /></p>
<p>Hard drives can fail at anytime and at any age, so it’s very important to always have a back up of your data. Our message must be getting out there, because we see more and more clients who are in the planning stage of a back up system lose their data the day before they hooked the the new back up system up. As ironic as that sounds, it happens all the time. People just put it off too long and the risk catches up with them. With larger and larger hard drives available as the Apple factory option that risk only increases with the amount of data stored in one place. An automatic and reliable back up system should be put in place BEFORE you start generating data.</p>
<p>Another situation we commonly see is where a back up has been made and the primary drive then gets erased (on purpose) in preparation for a move to a new computer or some other reason. It’s very, very important that when you make a back up with plan to only have that data on solely the back up drive for a time, that you test to ensure your data is really there. If the backup is bootable, then try booting off it to test. If it’s a Time Machine back up, then do some sample restores from a couple of different days. The rule here is if you’re going to be moving your data, it’s very important that to check to see that data is valid before you erase your old data.</p>
<p>The new year is great time to start fresh with a good back up system. Do yourself a favor and make a resolution to get a back up system installed as soon as possible. There are lots of options, and many are very inexpensive. Ask your MacMedics Engineer or Service Coordinator for help. We’ll be happy to help install a system that’s right for you.</p>
<p>P.S. If you have a MacBook check to see if you have a Seagate 7.01 firmware drive. These drives are prone to an unusual fatal hard drive failure. If you have this drive installed, MacMedics recommends that your proactively replace it. See our previous blog post on the topic <a href="http://www.macmedics.com/blog/?p=113">here</a>.</p>
<p>Also see our <a href="http://www.macmedics.com/blog/?p=190">post</a> about stripped or spanned hard drive RAIDs such as the LaCie Big Disk. This is another case where having all your eggs in one basket can be very risky. We&#8217;ve learned over time that many of clients don&#8217;t even know they are using such a system. Super dangerous for your data. If you have one, just get in touch with us ASAP!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.macmedics.com/blog/2009/01/04/new-year%e2%80%99s-resolutions-back-up-your-data-and-test-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back up and secure your data! (Then test your back up system!)</title>
		<link>http://www.macmedics.com/blog/2008/09/20/back-up-and-secure-your-data-then-test-your-back-up-system/</link>
		<comments>http://www.macmedics.com/blog/2008/09/20/back-up-and-secure-your-data-then-test-your-back-up-system/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 19:09:00 +0000</pubDate>
		<dc:creator>Dana Stibolt</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Data Recovery]]></category>
		<category><![CDATA[MacBooks]]></category>
		<category><![CDATA[Apple Store]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[Data Protection]]></category>
		<category><![CDATA[MacBook]]></category>
		<category><![CDATA[Seagate]]></category>

		<guid isPermaLink="false">http://www.macmedics.com/blog/?p=147</guid>
		<description><![CDATA[One of the things we hate the most is to see folks who come into our shop with a bad data loss situation. We expect to see people with older Mac computers in situations where the data is lost, and no back up was in place. That happens pretty frequently, and sadly it often happens [...]]]></description>
			<content:encoded><![CDATA[<div align="left" style="float: none; padding: 0px 5px 5px 0px;"><a name="fb_share" type="button_count" share_url="http://www.macmedics.com/blog/2008/09/20/back-up-and-secure-your-data-then-test-your-back-up-system/"></a></div><p>One of the things we hate the most is to see folks who come into our shop with a bad data loss situation. We expect to see people with older Mac computers in situations where the data is lost, and no back up was in place. That happens pretty frequently, and sadly it often happens WITH a back up that was either NOT in use, or UNTESTED. As computers age so do their hard drives, so think about replacing your drive with a larger, faster, and more robust drive BEFORE your drive starts to fail. Just because your computer is newer does not mean that your hard drive is without risk, in fact you might be in even greater risk in the first 30 days of use with a new comouter. See our website: <a href="http://www.harddrivesdie.com">www.HardDrivesDie.com</a> for more info</p>
<p>Now that Leopard has been out for almost a year, we’re starting to see customers who never set up Time Machine, set it up once then turned it off, or some how messed up the configuration. With Leopard and Time Machine it makes it really easy to have an affordable and reliable back up that really works in place. While in most instances it’s a case of set it and forget it, it is wise to test your Time Machine and/or Time Capsule back up. Pick a file at random from a few weeks ago and do a test recovery. See what happens and make sure you understand how to pull old files off of your back up system.</p>
<p>It’s also not a bad idea to make sure you know how to recover from a Time Machine back up and a total hard drive failure. We suggest testing your back up (Time Machine or any other back up program you may be using) and doing a test restore of your entire back up. It’s best to do this on a separate machine, and not tamper with your working machine, but you should know how to get back on your feet again if the unthinkable happens. If you need help getting a backup and disaster plan in place, call your local MacMedics office.</p>
<p>This week a nice lady with a 1 year old infant came to see us after being referred from the Apple Store in Annapolis (Thanks to the Apple Store for thinking of MacMedics again!!). She was in a really bad situation, as her drive that was installed in pretty new machine was making a terrible noise. We tried to recover her data, but the hard drive was too badly damaged to get a copy of the data. All she wanted was the pictures of her baby. Totally understandable. We’ll be sending her drive off for a clean room recovery evaluation.</p>
<p>Losing pictures is one of the things that hurts the most. One easy way to ensure you always have a back up is to “burn” a CD of your new pictures as soon as they are imported into iPhoto. As soon as they are imported, they are all right there, just highlight them and burn them to a CD right then and there. CD media is so cheap, there’s no reason not to use a CD and just make a back up on the spot. The mistake that people make, is that they will plan to make a back up later, or wait until they have enough data to fill a CD or DVD. Even if you DO have a hard drive based back up, pictures are too precious not to double protect. There is no reason NOT to have more than one back up. Use the extra CD or DVD you burn as a way to start an off-site back up, give them to your parents or to a neighbor for safe keeping. Trust me, it sounds over protective, but right here in Severna Park a close friend of MacMedics had his house burn to the ground, and he lost everything including all of his hard drives, and all of his pictures. We went though  the pictures we took of our kids playing soccer together, and looked for any instance where we had pictures of his daughter playing with ours.</p>
<p>Also, this week we had 3 back-to-back cases of the <a href="http://www.macmedics.com/blog/?p=113">Seagate 7.01 firmware failure</a>. This type of drive failure make data recovery impossible. If you have this drive take steps to replace it now! It appears that as these drives age, they are even more prone to the failure they are famous for. MacMedics STRONGLY recommends proactive replacement of this drive immediately! If you have questions on the best way to do this, call or e-mail your local MacMedics office as soon as possible. A new drive can be as little as $119 and most come with a 5-year warranty.</p>
<p>If you need a system for designed for backing up your data (or help recovering lost data) get in touch with your local <a href="http://www.marylandmacs.com">MacMedics</a> office or give us a call at 1-866-MAC-MEDICS</p>
]]></content:encoded>
			<wfw:commentRss>http://www.macmedics.com/blog/2008/09/20/back-up-and-secure-your-data-then-test-your-back-up-system/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

