Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Rileyb80

macrumors newbie
Original poster
Dec 4, 2009
13
0
screenshot20110804at192.png


Hi I'm getting this popping up every 10-15 minutes and I cant seem to get rid of it.

I've had it since I installed Lion and it's been getting quite annoying, I also cant seem to disable time machine as it just turns on after 15 minutes and pops up the message again.

Can anyone help?
 
Image

Hi I'm getting this popping up every 10-15 minutes and I cant seem to get rid of it.

I've had it since I installed Lion and it's been getting quite annoying, I also cant seem to disable time machine as it just turns on after 15 minutes and pops up the message again.

Can anyone help?

Is the big switch on or off in Preferences -> Time Machine ?
You can't turn it off?
 

Attachments

  • Screen Shot 2011-08-04 at 2.43.18 PM.png
    Screen Shot 2011-08-04 at 2.43.18 PM.png
    47.9 KB · Views: 590
I can but it just ignores it and turns it back on 15 minutes later

screenshot20110804at194.png


I cant even seem to lock it just ignores me :(
 
I can but it just ignores it and turns it back on 15 minutes later

Image

I cant even seem to lock it just ignores me :(

Do you have an external drive to connect to it? If so, connect it, select it as the drive and then try turning it off. See if that works. If not try deleting the com.apple.TimeMachine.plist file.

You can turn it off from the terminal if all else fails.
Code:
defaults write /Library/Preferences/com.apple.timemachine AutoBackup -boolean false
 
Last edited:
I dont have a external drive to hand.

Deleted the preference file will report back if it comes back.

*edit* command prompt gave me this
2011-08-04 20:02:20.613 defaults[14976:707] Could not write domain com.apple.TimeMachine.plist; exiting
 
I dont have a external drive to hand.

Deleted the preference file will report back if it comes back.

*edit* command prompt gave me this
2011-08-04 20:02:20.613 defaults[14976:707] Could not write domain com.apple.TimeMachine.plist; exiting

My bad, try sudo since it is in the Library, so

Code:
sudo defaults write /Library/Preferences/com.apple.timemachine AutoBackup -boolean false
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.