Correct sort order
This commit is contained in:
parent
2f9c5bd547
commit
800c7987ab
@ -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
|
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
|
#### Prevent Time Machine From Prompting to Use New Hard Drives as Backup Volume
|
||||||
```bash
|
```bash
|
||||||
defaults write com.apple.TimeMachine DoNotOfferNewDisksForBackup -bool true
|
defaults write com.apple.TimeMachine DoNotOfferNewDisksForBackup -bool true
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Disable Local Time Machine Backups
|
|
||||||
```bash
|
|
||||||
hash tmutil &> /dev/null && sudo tmutil disablelocal
|
|
||||||
```
|
|
||||||
|
|
||||||
## Disks and Volumes
|
## Disks and Volumes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user