WELCOME

WELCOME TO MY BLOG. . I WILL ADD POSTS THAT I FIND INTRESTING. YOU ARE OF COURSE WELCOME TO COMMENT.

WORLD

iPhone

Bloglines | News

Thursday, October 13, 2011

Change the Location of Your iPhone Backup | Oliver Aaltonen's Blog | aaltonen.us

Are those iOS backups taking up too much space on your boot drive? While there’s no built-in function in the iTunes preferences menu for moving the archive folder, it’s a simple procedure on most platforms. While others have mentioned this in the past, I haven’t come across a single page with instructions for all major operating systems. For reference, the instructions are below:

Mac OS X

  • Close iTunes
  • Move the existing ~/Library/Application Support/MobileSync/Backup/ folder to the destination drive (for example, named BigExternalDrive)
  • Open a command prompt by launching Terminal and create a symbolic link using a command similar to the one below, replacing /Volumes/BigExternalDrive/Backup with the path to your destination:
1ln -s /Volumes/BigExternalDrive/Backup/ ~/Library/Application\ Support/MobileSync/Backup

Windows Vista and Windows 7

  • Close iTunes
  • Move the existing C:\Users\(username)\AppData\Roaming\Apple Computer\MobileSync\Backup\ folder to the destination drive (for example, D:\)
  • Open a command prompt and create an NTFS junction point using a command similar to the one below, replacing D:\Backup with the path to your destination:
1mklink /J "C:\Users\(username)\AppData\Roaming\Apple Computer\MobileSync\Backup" "D:\Backup"

Windows XP

  • Close iTunes
  • Download and extract this junction utility to your Desktop
  • Move the existing C:\Documents and Settings\(username)\Application Data\Apple Computer\MobileSync\Backup\ folder to the destination drive (for example, D:\)
  • Open a command prompt an NTFS junction point using a command similar to the one below, replacing D:\Backup with the path to your destination:
1cd Desktop
2junction "C:\Documents and Settings\(username)\Application Data\Apple Computer\MobileSync\Backup" "D:\Backup"

References:

Advertisement -->

Like this:

Be the first to like this post.

No comments:

Post a Comment