iPhone或iPad的備份資料在預設情況下,
都是會安裝在 C:\Documents and Settings\User Account\Application Data\Apple Computer\MobileSync
(紅字的部分是你的Windows使用者帳號)
如果時間一久,
你的C槽很容易就會被這些備份資料塞爆,
而且很奇怪的一點是,
Apple完全沒有提供任何把資料備份到其他磁碟的方法…
為了避免C槽被這些東西塞爆,
只好用手動的方法來變更備份存放位置,
作法如下:
首先在你要放備份資料的路徑下建立一個名為 MobileSync 的資料夾。
注意! 名稱一定要叫 MobileSync 不能是其他名字
例如我選擇在 G:\iPhone\MobileSync 這個位置放備份資料。
建立好之後回到一開始提到的
C:\Documents and Settings\User Account\Application Data\Apple Computer\ 路徑下,
把 MobileSync 資料夾刪除。
接下來以系統管理員身分執行命令提示字元,
之後輸入
mklink /j "C:\Documents and Settings\User Account\Application Data\Apple Computer\MobileSync" " G:\iPhone\MobileSync"
裡面的紅字要換成Windows使用者帳號
綠字要換成前面步驟裡自己建立的MobileSync資料夾路徑
按下Enter之後應該會看到下面這樣的成功訊息。
已建立C:\Documents and Settings\User Account\Application Data\Apple Computer\MobileSync 的符號連結 <<===>> G:\iPhone\MobileSync
之後你會在 C:\Documents and Settings\Skite\Application Data\Apple Computer\ 資料夾,
看到一個 MobileSync 的資料夾捷徑,
而這個捷徑主要是把 MobileSync 資料夾的實際位置,
導向我們自己建立的備份存放區,
同時讓iTunes以為原本的資料夾仍然存在,
以便執行備份工作。
PS:忘了從哪邊看到的,自己先做一下筆記,如果可以的話請告訴我原連結~我把他補上去