iTunes creates quite a big backup directory on my C: drive whenever I back up my iPhone.
Is there a way to tell iTunes to back up the iPhone data to another location?
|
|
|
According to this article you can't change the iTunes behavior. However, you can use a feature of NTFS to point that folder to another drive. This feature is typically called a "junction". You can use this tool to create a junction: http://technet.microsoft.com/en-us/sysinternals/bb896768.aspx For example, let's say you want your iPhone backup to be D:\backup. You would do this:
NOTE 1: Change "username" to match your current username, of course. NOTE 2: I did not test the above! In general, junction points work OK, but only if programs don't mess with the linked directory (like rename or remove it). For example, if iTunes does something like delete the ...\Mobile Sync\Backup directory and then recreate it, it will no longer go to the D:\backups folder. |
|||||||||||||
|
|
I finally managed it - the above steps were only half right for my Windows XP Professional system but thanks a lot anyway. Junction would not work from the desktop using those commands. To get it working I had to put the junction program file (junction.exe) into the The correct sequence is to close iTunes then:
You can move any of the other iPhone folders from their default locations using this approach. |
||||
|
|
|
So, actually it should be:
|
||||
|
|
|
Here is part of the help displayed by the program itself:
The junction directory is the 'fake' location, where you go to access the file/directory The junction target is where the file/directory actually resides (disk:\folder\file) |
|||||
|
|
For what it's worth, here are instructions for Windows Vista, 7 and Mac OS X as well: http://aaltonen.us/2011/01/03/change-the-location-of-your-iphone-backup/ |
||||
|
|
|
Instead of using junction you can use the Windows command line as follows:
|
||||
|
|
|
Wrong Command Line:
The correct command line would be:
iTunes now looks at "C:\Documents ...." which is a link to C:\Backup |
||||
|
|
|
It only took one HDD movie on my iPad to gobble up all the available space on my C: drive when the next sync occurred. Thanks to Paul and Wolfgang, I saved myself from buying a bigger SSD with one easy command:
|
||||
|
|
|
instead of "C:\Documents and Settings\username\Application Data\" you may use "%appdata%" which makes it easier do to copy and paste. E.g.: %appdata%\Apple Computer\MobileSync\backup |
||||
|
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.