Last active
February 7, 2022 21:08
-
-
Save pongstr/565580381fa86ae110ec578766d91ffb to your computer and use it in GitHub Desktop.
un-throttle TimeMachine Backups
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/zsh | |
## Unthrottle timemachine backup, if backups are important | |
## why throttle the speed? apple. | |
sudo sysctl debug.lowpri_throttle_enabled=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment