1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-06-15 17:13:11 +02:00

prevent local time machine backups

This commit is contained in:
Matthias Kretschmann 2012-07-04 04:10:04 +02:00
parent c97b190ed8
commit 0c5a680bf2

5
osx
View File

@ -122,4 +122,7 @@ defaults write com.apple.terminal StringEncodings -array 4
###############################################################################
# Prevent Time Machine from prompting to use new hard drives as backup volume
defaults write com.apple.TimeMachine DoNotOfferNewDisksForBackup -bool true
defaults write com.apple.TimeMachine DoNotOfferNewDisksForBackup -bool true
# Disable local Time Machine backups
hash tmutil &> /dev/null && sudo tmutil disablelocal