You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

time machine slow in 10.7.5

Since updating to 10.7.5 using the Combo updater, Time Machine on my iMac seems much slower. Anyone else seeing this behavior?

iMac, Mac OS X (10.7.5), iMac 21.5 in.; i5; iPad 32Gb iOS 5.

Posted on Sep 21, 2012 7:23 AM

Reply
635 replies

Sep 26, 2012 4:49 AM in response to Larry Nolan

Hi all,


I've spoken with the Apple Care Support today. Feedback:


- Apple isn't informed about the 10.7.5 vs. TM issue

- The ways proposed by Apple support are:

- Downgrade to 10.7.4 by clean install

- Restart the internet routeur attached to your TC

- Do an Airport update if available

- Apple said also that the 10.8.2 doesn't have TM issue


Other thing ... I found a little bit strange the permissions of my different Spotlight index:

sudo mdutil -s -v -a

/:

Indexing enabled.

/.MobileBackups:

Indexing enabled.

/Volumes/MobileBackups:

Index is read-only.

/Volumes/MobileBackups/Backups.backupdb:

Index is read-only.


Is this correct?


Thanks to keep me informed.

Sep 26, 2012 5:47 AM in response to poflynn

@poflynn - that is correct behavior.


sudo is used in to allow you to run commands with administrative access. You must type your password - which you must type blind when using the shell - before sudo will run the command for you.


You see the same thing in the window environment when you respond to a popup which requests your admin account and password.


To be more explicit:


sudo mdutil -s -a


will respond with


password:


You then type your password and hit return. You will not see anything echoed back.


The command will then run

Sep 26, 2012 6:29 AM in response to poflynn

If you want to stop spotlight the see below instructions.


Key in the following.


sudo mdutil -a -i off


You will be prompted to enter your admin password.


Hit return spotlight will stop.



If you want to enable it again, return to Terminal and type:


sudo mdutil -a -i on


You will be prompted to enter your admin password.


Hit return spotlight will start.

Sep 26, 2012 6:41 AM in response to poflynn

@poflynn - well, now we're getting into the actually using command line stuff - which is a dark, twisty passage.


You probably started up several sudo processes and they are waiting for a proper password response. sudo usually tries to get the password a few times before giving up and dieing.


If your terminal window is still up and you have a prompt, type jobs and hit return. That should tell you what packground processes are running. If it's something running, there will be a number in []. If you want it to stop, type kill %1 for [1], kill %2 for [2], etc


It's probably safer to kill these guys off rather than let them run because they can become daemons which happily lurk in the background until you reboot the machine or kill them some other means.


Hope this helps.

Sep 26, 2012 8:32 AM in response to David MacDonald2

Macbook Air seems OK, but Retina Macbook Pro got stuck in Indexing (5 day estimate) and since then the only way I can do Time Machine backups to my NAS drive from the Pro is to use the launctrl method to disable Spotlight.

Using mdutil didn't work.


Today I noticed that the 1.4 GB backup started at 10am this morning hadn't finished by 4pm...

Turning off Spotlight and the backup completed in 10mins.

Sep 26, 2012 9:48 AM in response to Larry Nolan

I used the workaround posted here from OSXDaily [http://osxdaily.com/2011/12/10/disable-or-enable-spotlight-in-mac-os-x-lion/] and Time Machine works like a dream. Such a simple workaround ... I can't imagine why Apple and others are recomending re-installs and downgrading when a one-line command in terminal will workaround the issue until it can be fixed...

time machine slow in 10.7.5

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.