Speed up Time Machine Backups Considerably

If you are finding that doing an on-demand Time Machine backup from your mac is terribly slow, follow these steps to speed up these backups.

Please note this should only be a temporary process, as it will affect the performance and battery life of your Mac.

To do this - Open Terminal and type the following command:

sudo sysctl debug.lowpri_throttle_enabled=0

And that's it. Now if you stop your Time Machine Backup and start another one, you'll notice the transfer speeds considerably improved.

Once you have finished doing your on-demand Time Machine Backup, make sure to revert the change made by going back into Terminal and typing the following command:

sudo sysctl debug.lowpri_throttle_enabled=1

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

System File Checker - Fix problems with essential system files

If you are having some strange issues with your Windows PC, and have ran malware scans with no...

My PC has a Virus - What do I do?

If your PC has a Virus, there's a few things you can do before raising a support...

Using DISM and mounting a source for offline WIndows repair

Using DISM to repair windows from the install disc:   Assuming d: drive is where the cd/dvd is...