iTunes在mac下備份默認路徑
/Users/zhanglu/Library/Application\ Support/MobileSync/Backup/ #這種狀況下是已經使用iTunes備份過的
準備一個U盤格式化成DATA
mkdir /Volumes/DATA/MobileSync #DATA是U盤是mac格式MobileSync文件夾
咱們要把U盤做爲主寫盤,首先刪除iTunes默認路徑下MobileSync
rm -rf /Users/zhanglu/Library/Application\ Support/MobileSync
U盤爲主寫盤進行軟鏈接
ln -s /Volumes/DATA/MobileSync /Users/zhanglu/Library/Application\ Support
ls -l /Users/zhanglu/Library/Application\ Support
MobileSync -> /Volumes/DATA/MobileSyncide