you must not have a "backup" directory there, because you moved it. Did you copied only, instead?
Anyway, you now have junction working, so please follow these steps:
- open command prompt
- type these commands:
- C:
- CD "%APPDATA%\Apple Computer\MobileSync"
- junction -d Backup
- (note: it may return an error: its all ok, it means the Backup there is not a junction)
- DIR
Please check the Backup directory not there. If is there, it means you haven't moved it but copied it. Don't worry. Check first if your "D:\Jebote\Backup" folder existing and with all data there. If OK, go folder %APPDATA%\Apple Computer\MobileSync and delete the Backup folder.
Then, type these commands in your command prompt:
- C:
- CD "%APPDATA%\Apple Computer\MobileSync"
- DIR
- check DIR result and make sure there is not the Backup directory
- JUNCTION Backup "D:\Jebote\Backup"
- now a junction has been made, to check it:
- CD Backup
- DIR
- if all ok, the dir command lists the Backup content
- done!. Hopefully.