From 800c7987ab721b3ac28f10dfb9a7e3e13b108c71 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Fri, 25 Sep 2015 16:32:40 +0200 Subject: [PATCH] Correct sort order --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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