Contribute  :  Advanced Search  :  Directory  :  Forum  :  FAQ's  :  My Downloads  :  Links  :  Polls  
AFP548 Changing the world one server at a time.
Welcome to AFP548
Thursday, July 29 2010 @ 09:28 am MDT
   

Stop Time Machine from Nagging About Every External Disk

Tips

A while back I posted a tip on a useful, but little known, preference setting for dealing with the Kerberos Agent dialog box. Today I'm posting another little known setting to handle an even more annoying box. The Time Machine "Use this disk for backup?" dialog.

The scenario is like this. Every time you plug in a different external disk Time Machine asks if you want to use it for backups. This is fine for the home user that can just click the No button, and get on with life. This is a giant pain in a managed deployment though as the setting is set per machine, not disk. Imagine if you have 3,000 Macs and 500 external disks that float around. That's a lot of nag windows and a lot of chances for users to screw up. What we need is a way to set a policy that tells Time Machine to not ask about every disk that is plugged in. That way we can guide the users to the correct result. Here it is:

defaults write com.apple.TimeMachine DoNotOfferNewDisksForBackup -bool YES

As with the Kerberos setting, I would push this with policy so that you don't need to touch every Mac by hand.

Story Options

Advertising

Stop Time Machine from Nagging About Every External Disk | 7 comments | Create New Account
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Stop Time Machine from Nagging About Every External Disk
Authored by: Anonymous on Tuesday, January 15 2008 @ 04:44 pm MST
You rock! Thanks!
Stop Time Machine from Nagging About Every External Disk
Authored by: Anonymous on Sunday, January 20 2008 @ 01:31 pm MST
Why not just have time machine off by default ... or is this a situation where the deployment uses time machine, but only for one specific drive?
Stop Time Machine from Nagging About Every External Disk
Authored by: cyguy on Tuesday, March 18 2008 @ 12:21 pm MDT
Great little tick. Since I'm not too familiar with this command, I copied the original plist to desktop and looked at content using Prop. List Editor. Then ran the command, recopied the plist to desktop, looked at the content thinking I should see this info in the plist. But no such thing. Is there a way to see changes made? If not, how would one know this change and other changes to the plist some time in future?

Thanx