關于“時間機器已完成備份驗證。要提高可靠性,時間機器必須為您創建新的備份。”的解決辦法。
源于以下鏈接:
https://www.garth.org/archives/2011,08,27,169,fix-time-machine-sparsebundle-nas-based-backup-errors.html
接到步驟
fsck_hfs -drfy /dev/disk2s2
提示/dev/disk2s2沒有寫的權限,此時改用MAC OS磁工具的“運行急救”。
完整步驟:
1.
sudo su -
2.
檢查/Volumes/tm目錄存不存在,如果不存在,創建目錄/Volumes/tm
mkdir /Volumes/tm
3.
相關引數是本人的引數,請根據實際情況修改。
mount_afp afp://hszheng:[email protected]/tm /Volume/tm
4.
chflags -R nouchg /Volumes/tm/zhsMAC.sparsebundle
5.
hdiutil attach -nomount -noverify -noautofsck /Volumes/tm/zhsMAC.sparsebundle
6.
打開磁盤工具,在/dev/disk2點右鍵,“運行急救”,等待其完成。
7.
hdiutil detach /dev/disk2s2
8
vi /Volume/tm/zhsMAC.sparsebundle/com.apple.TimeMachine.MachineID.plist
洗掉以下兩行
<key>RecoveryBackupDeclinedDate</key>
<date>{whatever-the-date}</date>
把
<key>VerificationState</key>
<integer>2</integer>
改成
<key>VerificationState</key>
<integer>0</integer>
:wq保存退出
9.
umount /Volumes/tm
10.
打開時光機器開始備份。
轉載請註明出處,本文鏈接:https://www.uj5u.com/caozuo/67942.html
標籤:系統維護與使用區
上一篇:dd 磁區 和 磁盤的疑問
