Skip to content

Instantly share code, notes, and snippets.

@pongstr
Last active February 7, 2022 21:08
Show Gist options
  • Save pongstr/565580381fa86ae110ec578766d91ffb to your computer and use it in GitHub Desktop.
Save pongstr/565580381fa86ae110ec578766d91ffb to your computer and use it in GitHub Desktop.
un-throttle TimeMachine Backups
#!/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