From 997cb325ddf6400d9dee4ed165e7179cfaa95c68 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Thu, 12 Apr 2012 11:23:56 +0200 Subject: .osx: Prevent Time Machine from prompting to use new hard drives as backup volume --- .osx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.osx b/.osx index 30a5aa0..f608db3 100755 --- a/.osx +++ b/.osx @@ -221,6 +221,9 @@ defaults write com.apple.dashboard devmode -bool true # Reset Launchpad [ -e ~/Library/Application\ Support/Dock/*.db ] && rm ~/Library/Application\ Support/Dock/*.db +# Prevent Time Machine from prompting to use new hard drives as backup volume +defaults write com.apple.TimeMachine DoNotOfferNewDisksForBackup -bool true + # Disable local Time Machine backups hash tmutil &> /dev/null && sudo tmutil disablelocal -- cgit v1.2.3