1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-11-22 01:37:14 +01: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

3
osx
View File

@ -123,3 +123,6 @@ 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
# Disable local Time Machine backups
hash tmutil &> /dev/null && sudo tmutil disablelocal