Jump to content

I have and iPad i need to backup, and i have an ssd. I tried to use this in cmd running as admin

 

mklink /J "%APPDATA"\Apple Computer\MobileSync\Backup" "D:\IPAD BACKUP" and it says cannot create a file when it already exists.

 

I tried everything I could, diffferent paths etc. When I use the move command to move the apple computer\mobilesync\backup folder to D:\BACKUPS it says access denied.

 

I am running command prompt as administrator on windows 10

Link to comment
https://linustechtips.com/topic/625728-cant-use-mklink/
Share on other sites

Link to post
Share on other sites

4 minutes ago, mariushm said:

Did you move the Backup folder to D: and rename it to IPAD BACKUP? 

 

mklink can't create a junction in the "%APPDATA"\Apple Computer\MobileSync\  folder called "Backup" if a real folder called "Backup" actually exists there.

cheers. already started backup too late, lol. I should be able to do it later if i move the folder to my d:\ drive.

Link to comment
https://linustechtips.com/topic/625728-cant-use-mklink/#findComment-8075366
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×