dotfiles/os/macos/timemachine.pref.fish
2024-02-04 16:00:19 -08:00

8 lines
282 B
Fish
Executable file

#!/usr/bin/env fish
source "$DOT/script/utils.fish"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
execute "defaults write com.apple.TimeMachine DoNotOfferNewDisksForBackup -bool true" \
"Do not ask to use new hard drives as a backup volume"