On my Mac, I recently
- changed to a new hard drive (e.g. after a hard drive failure) or
- migrated the boot partition to another one
What do I have to do to get Time Machine correctly backing up my data again? It is no longer doing incremental backups.
|
On my Mac, I recently
What do I have to do to get Time Machine correctly backing up my data again? It is no longer doing incremental backups.
| |||
feedback
|
0. NotesFirst, disable Time Machine. Then, make sure you have a backup of your important stuff and don't solely rely on the Time Machine disk. You can break things here. Also note that you should only do this if you want to have incremental backups again. If you don't care about your previous backups, you can skip this thing and just let Time Machine create a second one. 1. PrerequisitesAnyway: You need the You can also download a package here or here. Extract it, right-click the EnableACLs.app and select "Show Package Contents". Navigate to Contents/Resources and copy 2. Find out your new UUIDOpen Disk Utility.app, and select Info on your Mac disk. Here, copy your UUID somewhere else. You will need it later.
3. Check your old UUIDThen, open up a terminal and go to the latest backup on your TM disk:
Replace
Replace this with the actual name of your partition (in my screenshot, it was "Macintosh HD"). As you can see, in my case the UUIDs match. In your case, they won't. If they do, stop here, something else might be the problem!
4. Replace the UUID on the Time Machine volumeYou now need to disable ACL protection on the drive using the
If you've copied it to your Home folder, use this instead:
Now, this is the critical line. You need to overwrite the old UUID to the one of your current disk (i.e. the one found through Disk Utility). Replace the
So this might look like:
After you're finished, re-enable ACL again:
As before, if you've just copied it to your Home folder, do this instead:
Don't forget to re-enable Time Machine and see if it works now. Note that the next backup may take a while, even a couple of hours. I did a similar procedure once, which became necessary after switching the logic board of my Mac. This is gathered from:
| |||||||
feedback
|