aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-04-12 11:23:56 +0200
committerMathias Bynens <mathias@qiwi.be>2012-04-12 11:23:56 +0200
commit997cb325ddf6400d9dee4ed165e7179cfaa95c68 (patch)
tree770abaaa86efc8045627f0bfe456b805f7cc001e
parentfb16c911a40b8467efb3634d906e316893937d31 (diff)
downloaddotfiles-997cb325ddf6400d9dee4ed165e7179cfaa95c68.tar.gz
dotfiles-997cb325ddf6400d9dee4ed165e7179cfaa95c68.tar.bz2
dotfiles-997cb325ddf6400d9dee4ed165e7179cfaa95c68.zip
.osx: Prevent Time Machine from prompting to use new hard drives as backup volume
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
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