diff --git a/README.md b/README.md index 85e3067..0bde60e 100644 --- a/README.md +++ b/README.md @@ -125,15 +125,16 @@ This changes the interval to 30 minutes. The integer value is the time in second sudo defaults write /System/Library/Launch Daemons/com.apple.backupd-auto StartInterval -int 1800 ``` +#### Disable Local Time Machine Backups +```bash +hash tmutil &> /dev/null && sudo tmutil disablelocal +``` + #### Prevent Time Machine From Prompting to Use New Hard Drives as Backup Volume ```bash defaults write com.apple.TimeMachine DoNotOfferNewDisksForBackup -bool true ``` -#### Disable Local Time Machine Backups -```bash -hash tmutil &> /dev/null && sudo tmutil disablelocal -``` ## Disks and Volumes