Subscribe to
Posts
Comments
NSLog(); Header Image

Speed Up Time Machine

Disable throttling of low-priority background I/O, then re-enable it.


sudo sysctl debug.lowpri_throttle_enabled=0
sudo sysctl debug.lowpri_throttle_enabled=1