I use Windows 7 Ultimate 64-bit.
I have a 120 GB SSD for c:\
And I just 6 GB free now on this drive.
But I have 28 GB from my iPad 3 I want to backup.
So when I try to do that sure I don’t have space.
So I try, like some here show, using junction.
http://technet.microsoft.com/en-us/sysinternals/bb896768
But it’s not work really since iTunes continue to want make the backup in drive c:\
My drive d:\ and other (e:\, f:\, etc.) have more than 100 GB free.
What exist already:
c:\Users\nickname\AppData\Roaming\Apple Computer\MobileSync
“Backup” folder don’t exist.
they exist a test file (test.txt) in d:\ to try the junction.
What I did:
junction "c:\Users\ nickname \AppData\Roaming\Apple Computer\MobileSync\Backup" "d:\iPad3\Backup"
Junction is create.
Now I open cmd in administrator mode and go in root of d:\
d:\>copy test.txt c:\Users\nickname\AppData\Roaming\Apple Computer\MobileSync\Backup
and what happen is the “test.txt” file is copy in both folders:
c:\Users\ nickname \AppData\Roaming\Apple Computer\MobileSync\Backup
and
d:\iPad3\Backup
But I want just to be copy in d:\iPad3\Backup
If I try with “-s” switch nothing change and same result.
If I open iTune (10.6.1.7) and try a backup, iTune continue to want to backup in c:\
So what I did that is bad?