Posted On March 31, 2019

How to Change iTunes Backup Location of Storage In Windows

kimconnect 0 comments
blog.KimConnect.com >> Windows >> How to Change iTunes Backup Location of Storage In Windows
  1. Make a directory junction after moving the backup storage location
    • robocopy “C:\Users\%USERNAME%\AppData\Roaming\Apple Computer\MobileSync” “D:\iphone_backups” /E /R:0 /NP /MOVE
    • mklink /J “%APPDATA%\Apple Computer\MobileSync\Backup” “D:\iphone_backups”
  2. Move iPhone Software Updates location
    • robocopy “C:\Users\%USERNAME%\AppData\Roaming\Apple Computer\iTunes\iPhone Software Updates” “D:\iphone_backups\iPhone Software Updates” /E /R:0 /NP /MOVE
    • mklink /J “%APPDATA%\Apple Computer\iTunes\iPhone Software Updates” “D:\iphone_backups\iPhone Software Updates”
  3. Change iTunes Media Location
    • Run iTunes > Edit > Preferences > Advanced > click on “Change” of iTunes Media folder location
    • Navigate to the new location (e.g. D:\iphone_backups) > Select Folder > OK

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

PowerShell: How to Install Remote Desktop Services

Prerequisites: Required ports for RDS Services- UDP/TCP 135 ingress/egress- UDP/TCP 137-139 ingress/egress- TCP 445 ingress/egress-…

Veritas Backup Exec Account Setup to Authenticate Domain Controllers

1. ADUC >> Create domain user account named "backup" belonging to Administrators, Backup Operators groups…

Cisco Agent Desktop Common Issues

“License Server is Down” error resolution: Go to  "C:\Program Files (x86)\Cisco\Desktop\bin" >> SHIFT + right-click,…