First thanks to guys below and all other who help to find a solution.
Finally, well not sure it's work for all people, I find something who work.
I use Windows 7 Ultimate 64-bit.
And I try the free program "junction" and other "Junction Link Magic" (see below both guys).
I find "Junction Link Magic" more easy to use for newbie who don't know DOS (command prompt).
For obscure reason I need to junction two folder and I really don't know for what.
If I use just the first one, iTune will copy directly in c:\ and not in d:\ like I want.
My c:\ have just 6 GB free and I need 28 GB (apps of my iPad 3).
Replace XXX by your name.
----------------------------------------------------
If you use "Junction Link Magic" you must have that:
c:\Users\XXX\AppData\Roaming\Apple Computer\MobileSync\Backup
c:\Users\XXX\Music\iTunes\Mobile Applications
Target folders are (sure you can use what you want):
d:\Users\XXX\AppData\Roaming\Apple Computer\MobileSync\Backup
d:\Users\XXX\Music\iTunes\Mobile Applications
----------------------------------------------------
If you use "Junction" you must have that:
c:\Users\XXX\AppData\Roaming\Apple Computer\MobileSync
c:\Users\XXX\Music\iTunes
For c:\ drive, "Backup" and "Mobile Application" folders must not exist if you use the DOS junction program.
Target folders are (sure you can use what you want):
d:\Users\XXX\AppData\Roaming\Apple Computer\MobileSync\Backup
d:\Users\XXX\Music\iTunes\Mobile Applications
----------------------------------------------------
With "junction" program I did:
junction "c:\Users\XXX\AppData\Roaming\Apple Computer\MobileSync\Backup" "d:\Users\XXX\AppData\Roaming\Apple Computer\MobileSync\Backup"
junction "c:\Users\XXX\Music\iTunes\iTunes Media\Mobile Applications" "d:\Users\XXX\My Music\iTunes\iTunes Media\Mobile Applications"
with "Junction Link Magic" I did:
I find
c:\Users\XXX\AppData\Roaming\Apple Computer\MobileSync\Backup
and link to
d:\Users\XXX\AppData\Roaming\Apple Computer\MobileSync\Backup
AND
I find
c:\Users\XXX\Music\iTunes\iTunes Media\Mobile Applications"
and link to
d:\Users\XXX\My Music\iTunes\iTunes Media\Mobile Applications
IT'S NORMAL to see files in both folder:
c:\Users\XXX\AppData\Roaming\Apple Computer\MobileSync\Backup
d:\Users\XXX\AppData\Roaming\Apple Computer\MobileSync\Backup
and also in other both folders:
c:\Users\XXX\Music\iTunes\iTunes Media\Mobile Applications"
d:\Users\XXX\My Music\iTunes\iTunes Media\Mobile Applications
BUT your c:\ drive size must stay fixed. Just your drive d:\ will decrease.
-------------------------------------------------------------------------------- ---------------------------------
nagoyapc
Currently Being Moderated
Re: how to move MobileSync backup folder?
Nov 13, 2010 2:09 AM (in response to brlock)
You can't change the iTunes behavior, as far as I can tell.
However, you can use a feature of NTFS to point that folder to another drive. This feature is typically called a "junction" or "symbolic link".
You can use this tool to create a junction:
http://technet.microsoft.com/en-us/sysinternals/bb896768.aspx
Download the "junction.exe" file from the link above and place on d:\
For example, let's say you want your iPhone backup to be D:\backup. You would do this:
1. close iTunes
2. Move the folder content c:\documents and settings\user\application data\apple computer\mobile sync\backup to D:\backup
3. Open a command prompt (CMD) and enter these commands:
(FOR WINDOWS XP)
D:\>junction "C:\Documents and Settings\username\Application Data\Apple Computer\Mobile Sync\Backup" D:\backup -s
(FOR WINDOWS VISTA / 7)
D:\>junction "C:\Users\username\AppData\Roaming\Apple Computer\MobileSync\Backup" "D:\backup" -s
NOTE 1: Change "username" to match your current username, of course.
NOTE 2: You can change the target D:\ for any other drive you have, like a external drive.
My Regards to author Robert Jacobson.
http://discussions.info.apple.com/message.jspa?messageID=10299450
-------------------------------------------------------------------------------- ---------------------------------
drerwinfrommontreal
Currently Being Moderated
Re: how to move MobileSync backup folder?
Dec 20, 2011 8:11 PM (in response to brlock)
Hi,
I am running Windows 7 on a Dell M6600 workstation and ran into the same problem as my OS drive C (128SSD minicard) was filling up. I used a free junction program that made it a breeze to have my 10gb itunes backup reside on my 512GB SSD D drive. The only thing you need to make sure of is that you create the backup directory on your second drive then with itunes closed, move the backup file from your users/yourname/appdata/roaming/apple computers/mobilesync into the new folder on drive D (or whichever drive you have) and then use "Junction Link Magic" (a free program for advanced users) to create the junction. Works perfectly.
-------------------------------------------------------------------------------- ---------------------------------