- Mount timemachine volume from Finder.
- Unlock Target Machine's Backup sparsebundle.
sudo chflags -R nouchg /Volumes/{TimeMachine Volume Name}/{Target Machine's Name}.sparsebundle
- Attach sparsebundle then Listing Backup Volume.
hdiutil attach -nomount -noverify -noautofsck /Volumes/{TimeMachine Volume Name}/{Target Machine's Name}.sparsebundle
- Repair backup volume.
fsck_hfs -drfy /dev/disk2s2
- Detach backup sparsebundle.
hdiutil detach /dev/disk2s2
- Fix TimeMachine state flag at
/Volumes/{TimeMachine Volume Name}/{Target Machine's Name}.sparsebundle/com.apple.TimeMachine.MachineID.plist
- Delete following lines.
RecoveryBackupDeclinedDate {Date}
* Replace following lines.
VerificationState 2
to
VerificationState 0
7. That's all!