Correct sort order

This commit is contained in:
Marcel Bischoff 2015-09-25 16:32:40 +02:00
parent 2f9c5bd547
commit 800c7987ab

View File

@ -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