Is Time Machine stuck on "Preparing Backup", really slow, claims it hasn't backed up recently when you're sure it has, or starts to back up and then just stops?
This is an amalgamation of How can I force Time Machine to make a complete... | Official Apple Support Communities, and Speed Up Time Machine by Removing Low Process Priority Throttling and Fix Time Machine When Stuck on “Preparing Backup” in Mac OS X from OS X Daily, combined with experience.
*.inProgress
file, and deleted it after Time Machine started working again.backupd
was crashing. I don’t know why, but it hasn’t crashed since. (From Fix Time Machine When Stuck on “Preparing Backup” in Mac OS X)
Go to Terminal and type sudo sysctl debug.lowpri_throttle_enabled=0
and press enter. This removes throttling of all background processes, so it's not recommended, especially if you're trying to do something else at the same time. To put it back, restart, or type sudo sysctl debug.lowpri_throttle_enabled=1
into the Terminal and press enter.
(From Speed Up Time Machine by Removing Low Process Priority Throttling)
Try it, and then go back to the top of this page and start again.
"The progress reporting from Time Machine is so poor, the only way to know if its doing a full backup is to look in the Console - ⌘ space, type 'console'. Once in console, type 'backup' into the filter field
Look for the text 'Forcing deep traversal
'...
com.apple.backupd[431]: Forcing deep traversal on source: "Macintosh HD" (device: /dev/disk1 mount: '/' fsUUID: 58A5EE2F-1A7E-3BC7-BBE1-9586F99D131A eventDBUUID: F54D9F07-2C66-4421-8697-97F862DD7A31)
I had tried a number of things which didn't seem to work, then found this tip to prove it was working. It then took 24 hours to backup 73Gb to a local hard disk. These are the steps I took to force a full backup (initial snapshot) to a USB external hard disk:
/Library/Preferences/com.apple.TimeMachine.plist
'Forcing deep traversal on source
'. [...]
Over the next 24 hours the number slowly increased to 'Backing up: 410.6Mb of 73.08Gb' etc... till it eventually got there.
You can probably miss out a number of steps above, but I wasted so much time on this (Time Machine!) I wanted to be 110% sure Sir Alan."