Hmmm. I'm sure I'd tested the steps I gave above but in a recent thread elsewhere it transpired that iTunes is (now?) using the roaming branch, not the local one. The revised version of the tip reads thus:
Relocate iOS device backups
Assuming you're running Windows Vista or later you can use the following steps:
- Using Windows Explorer move the current Mobile Sync Backup folder from C:\Users\<User>\AppData\Roaming\Apple Computer\MobileSync\Backupto your chosen location, e.g. as X:\Backup where <User> is your Windows user name and X: is your preferred drive.
- To make iTunes look for the data in the new location open a command prompt by hitting the start button and typing CMD<Enter> in the search box that opens up, thentype in this command and press <Enter>MkLink /J "C:\Users\<User>\AppData\Roaming\Apple Computer\MobileSync\Backup" "X:\Backup"
If your external drive has a different letter or you already have a folder called "Backup" then edit "X:\Backup" accordingly.
Anyone still running Windows XP can use Junction (cmd line tool) or NTFSLink (shell ext). In either case move the existing folder to a new location, create an empty folder where the old one used to be, then use one of the tools to get the operating system to link the two together and silently redirect any file operation on the old location through to the new one in a similar fashion to MkLink.
Note that while this method works for iOS device backups it cannot be used to redirect sections of the media library. iTunes will break the connection the first time it tries to write a file to the target folder.
It may be that following the earlier advice you've created the link in the wrong place, and creating it in the right one will fix things. Ideally you would only have attempted this procedure when the device and library were behaving normally and would then have synced/backed up the device which would have highlighted any problems at that time so you could reverse the procedure if it had failed.
tt2