Last active
August 14, 2018 10:46
-
-
Save okjake/073f4c0b2aa3906c400a20a34164f9b8 to your computer and use it in GitHub Desktop.
How to complete an initial time machine backup in under forty years
This file contains hidden or 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
| # debug.lowpri_throttle_enabled: 1 -> 0 | |
| # remove low priority process throttling | |
| sudo sysctl debug.lowpri_throttle_enabled=0 | |
| # do your backup | |
| # if everything slows down, your macbook just | |
| # caught fire or the backup finishes re-enable it | |
| sudo sysctl debug.lowpri_throttle_enabled=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment