Add Time Machine Local Backups command
This commit is contained in:
parent
65e705919c
commit
d8b5f61596
10
README.md
10
README.md
@ -246,6 +246,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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Local Backups
|
||||||
|
Whether Time Machine performs local backups while the Time Machine backup volume is not available.
|
||||||
|
```bash
|
||||||
|
# Disable
|
||||||
|
sudo tmutil disablelocal
|
||||||
|
|
||||||
|
# Enable (Default)
|
||||||
|
sudo tmutil enablelocal
|
||||||
|
```
|
||||||
|
|
||||||
#### 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
|
||||||
|
Loading…
Reference in New Issue
Block a user