Skip to content

Instantly share code, notes, and snippets.

@ChristopherA
Created April 4, 2024 06:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChristopherA/315134e4401a0845584fed61ed44a2d5 to your computer and use it in GitHub Desktop.
Save ChristopherA/315134e4401a0845584fed61ed44a2d5 to your computer and use it in GitHub Desktop.
macOS Time Machine Tips

macOS Time Machines Tips

Speed up

To give priority to Time Machine:

sudo sysctl debug.lowpri_throttle_enabled=0

To return to normal:

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