IT Technology Services New Orleans

New Orleans Technology Services

Category

Apple

Do upcoming AppleCare changes mean worse iPhone customer service?

By | Apple, iPhone, IT Blog | No Comments

AppleCare Protection Plan

The rumor mill has been buzzing with regards to significant changes that will be coming to AppleCare, Apple’s popular standard and extended warranty program. Interestingly, it appears that AppleCare support for iPhone, iPod touch, and iPad is about to become much more of a pain for customers. This marks a significant change where Apple will seemingly make a decision to make the customer service experience worse rather than better, all in the name of saving a ton of money.

 

The way AppleCare works today, if you buy an iOS device, you get a year of AppleCare. You can optionally purchase AppleCare+, extending the warranty by an additional year, and allowing you to purchase a replacement device in the event of accidental damage for $49, twice over the course of the term. If your device has an issue during the AppleCare or AppleCare+ term, Apple would typically hand you a replacement device, while keeping your old one. This usually resulted in an easy, quick in-and-out for customers with legitimately faulty devices.

The changes we are hearing about imply that Apple will no longer make sure that its customers, many of whom rely on their iPhones for day-to-day business and personal matters, have a phone with them when they leave the Apple Store. Instead, iOS devices will be treated similarly to other Apple products–the Apple Geniuses will repair the iPhones that have problems. In other words, instead of walking in with a faulty iPhone and walking out with one that works, you might now would in with that same faulty device, and walk out empty-handed, having to wait a few days before your device is ready.

Apple is a business, with shareholders–many of whom have been particularly frustrated and unhappy with the way the stock has been falling recently. It is estimated that the company will save a whopping $1 billion annually by changing the way faulty iOS device customer service is handled. That’s not chump change. What it is, though (if accurate,) is a shift where the company unequivocally states that, when it comes to customer service, it is willing to cut corners in order to save money.

None of this has been officially announced, it’s just the word from the grapevine, passed on by people familiar with the matter. One thing that’s unknown is what this means for AppleCare+, the $99 extended iOS device warranty. We’re hoping that these changes, if real, only apply to the free included warranty that comes with these devices, and that customers who’ve paid for AppleCare+ will not see any change in the level of service.

 

How To Make Sure Time Machine is making restorable backups – OS X

By | Apple, IT Blog | No Comments

Time Machine is Apple’s built-in backup solution for OS X that creates hourly backups of all files on the system. Unlike a clone of the drive, the backups are not directly bootable, but they can be used to restore any instance of your OS installation and file structure to the drive. This makes it convenient for restoring data to a recently repaired system, migrating to a new one, or undoing a recent configuration change that is causing problems.

This backup solution is quite useful to have and is easy to set up, but there may be instances where Time Machine is configured to avoid important system files and thereby not create backups that can be restored to a bootable state.

Time Machine exclusion list Time Machine’s exclusion list should show the system files and applications entry, but may not always do so.

(Credit: Screenshot by Topher Kessler/CNET)

Part of Time Machine’s configuration is an exclusion list to which you can add files or folders to prevent them from being backed up. This is convenient for some large files, such as virtual machines, to prevent them from being continually backed up, but this feature also contains special handling for the Mac‘s system files. By default all files on the computer are backed up, but if you add the System folder to the exclusion list, then Time Machine will prompt you to have it not only avoid the system folder, but also other hidden folders on the system.

If enabled, this option will change a preferences setting in Time Machine to have it avoid these system files, which may seem preferable to some people, as it will reserve more Time Machine drive space for backups of your personal data, but it will result in the backups being unusable for restoring the entire system to a bootable state.

OS X will not remind you that it is only backing up your personal data and not the system, so unfortunately if Time Machine is set to omit system files, then you might not be aware of it until you run into a problem and need to restore your system. This may be especially true if, when checking out Time Machine’s features, you enabled this option to try it out but then forgot it was set up.

Time Machine warning When you add the System folder to the exclusion list, Time Machine will issue this prompt. Selecting the option to exclude all system files will flag Time Machine’s hidden setting.

(Credit: Screenshot by Topher Kessler/CNET)

Therefore, if you would like Time Machine to create backups that can be restored to a bootable state, then be sure that system files are not omitted. To do this, you can check your system in one of two ways. First, go to the Time Machine system preferences and see if you have either “\System” or “System Files and Applications” listed in the exclusion list. If so, remove these to ensure that they get backed up.

These being present in the list reflects Time Machine’s hidden setting to avoid system files; however, in some instances this setting may be enabled even if these are not shown in the list. You can check for this by opening the Terminal and running the following command:

sudo defaults read /Library/Preferences/com.apple.TimeMachine SkipSystemFiles

If the output of this command is a 1, then Time Machine is set to avoid system files, in which case running the following command should clear the setting and allow Time Machine to create full system backups:

sudo defaults write /Library/Preferences/com.apple.TimeMachine SkipSystemFiles false

After this setting has been changed, keep in mind that when Time Machine next backs up it will now include your system files and therefore take a little longer to complete the backup.