Straight from afp548.com:
Wednesday, January 09 2008 @ 09:37 pm CST
Contributed by: macshome
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 (one line):
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.