dotfiles/os/macos/timemachine.pref.fish

9 lines
282 B
Fish
Raw Normal View History

2024-02-04 15:52:43 -08:00
#!/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"