mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-21 17:27:13 +01:00
prevent local time machine backups
This commit is contained in:
parent
c97b190ed8
commit
0c5a680bf2
5
osx
5
osx
@ -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
|
Loading…
Reference in New Issue
Block a user