Rework Backup category
This commit is contained in:
parent
9536551b7f
commit
b03f0ea0f5
14
README.md
14
README.md
@ -224,16 +224,20 @@ 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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Set Status
|
||||||
|
```bash
|
||||||
|
# Disable Local Time Machine Backups
|
||||||
|
hash tmutil &> /dev/null && sudo tmutil disablelocal
|
||||||
|
|
||||||
|
# Enable Local Time Machine Backups (Default)
|
||||||
|
hash tmutil &> /dev/null && sudo tmutil enablelocal
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Developer
|
## Developer
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user