Add Time Machine snippets
This commit is contained in:
parent
3b37245170
commit
2f9c5bd547
10
README.md
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user