Files
Main/2 Personal/Home Lab/MAC/TimeMachine.md
2024-12-02 15:11:30 +01:00

541 B

After upgrading to MacOS 12.7 my time machine backup does not work anymore.

I have read to debug you can look at the logs:

printf '\e[3J' && log show --predicate 'subsystem == "com.apple.TimeMachine"' --info --last 6h | grep -F 'eMac' | grep -Fv 'etat' | awk -F']' '{print substr($0,1,19), $NF}'

It couldn't find the disk anymore, even though it was available. Thus, I removed it and re-added it, but it did not recognise the disk as the same. All old backups needed to be deleted and a fresh full backup needed to be done.