I am running Windows 8.
On the "Move" I got:
C:\>Move "C:\Users\Han\AppData\Roaming\Apple Computer\MobileSync\Backup" "F:\iTunesBackup"
Access is denied.
Windows File Explorer "right click" drag and "move" worked
C:\>help MkLink
Creates a symbolic link.
MKLINK [[/D] | [/H] | [/J]] Link Target
/D Creates a directory symbolic link. Default is a file
symbolic link.
/H Creates a hard link instead of a symbolic link.
/J Creates a Directory Junction.
Link specifies the new symbolic link name.
Target specifies the path (relative or absolute) that the new link
refers to.
C:\>MkLink /J "C:\Users\Han\AppData\Roaming\Apple Computer\MobileSync\Backup" "F:\iTunesBackup"
Cannot create a file when that file already exists.
Doesn't work either -> Junction v1.06
F:\Downloads\Junction>junction "C:\Users\Han\AppData\Roaming\Apple Computer\MobileSync\Backup" "F:\iTunesBackup"
Junction v1.06 - Windows junction creator and reparse point viewer
Copyright (C) 2000-2010 Mark Russinovich
Sysinternals - www.sysinternals.com
Error creating C:\Users\Han\AppData\Roaming\Apple Computer\MobileSync\Backup:
Cannot create a file when that file already exists.
F:\>MkLink /H "C:\Users\Han\AppData\Roaming\Apple Computer\MobileSync\Backup" "F:\iTunesBackup"
The system cannot move the file to a different disk drive.
F:\>MkLink /D "C:\Users\Han\AppData\Roaming\Apple Computer\MobileSync\Backup" "F:\iTunesBackup"
Cannot create a file when that file already exists.
Please help.
Thanks.