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

Quickbooks Enterprise 6 Data Server Migration

In Quickbooks 2006 and newer, there's a server component that needs to be installed. Thus,…

Memo of an Advisory Regarding WinRM on a Non-Domain Joined Server

# Enable WinRM winrm quickconfig <# Sample output PS C:\Users\Administrator> winrm quickconfig WinRM service is…

Cisco Agent Desktop Common Issues

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