From 2f9c5bd547e5d4821a4afc483953290e9bf79fc6 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Fri, 25 Sep 2015 16:30:38 +0200 Subject: [PATCH] Add Time Machine snippets --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9f9fc31..85e3067 100644 --- a/README.md +++ b/README.md @@ -125,6 +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 ``` +#### 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 #### Disable Sudden Motion Sensor