Skip to content

Instantly share code, notes, and snippets.

@lunaluna
Created December 11, 2020 02:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lunaluna/967850f2c2cb6e57061029267fb0313a to your computer and use it in GitHub Desktop.
Save lunaluna/967850f2c2cb6e57061029267fb0313a to your computer and use it in GitHub Desktop.
iPhoneのバックアップデータをMac本体から外部SSDに変更する
# 本来のバックアップファイルの所在 '/Users/{{ユーザー名}}/Library/Application Support/MobileSync'
# 移動先 '/Volumes/{{外部SSD名}}/iphone-bk/Backup'
$ ln -s "/Volumes/{{外部SSD名}}/iphone-bk/Backup" "/Users/{{ユーザー名}}/Library/Application Support/MobileSync"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment