Register FAQ / Rules Forum Spy Search Today's Posts Mark Forums Read
Go Back   MacRumors Forums > Apple Systems and Services > Mac OS X

Reply
 
Thread Tools Search this Thread Display Modes
Old Jan 9, 2011, 09:52 PM   #1
Nihaochan
macrumors newbie
 
Join Date: Apr 2005
Change location of iPhone/iPod backups?

I just installed a small 30GB SSD into my macbook (for the boot drive - holds OS and applications) and then I have an optibay with a larger harddrive in place of the superdrive. However I'm running into a problem with the SSD because I have a 32GB iPhone that iTunes is trying to backup. This uses basically 100% of the space on the SSD.

Is there any way for me to change where iTunes backs up the iPhone? Or some script to redirect it so I can have it backup on my second hard drive?
Nihaochan is offline   0 Reply With Quote
Old Jan 20, 2011, 05:26 PM   #2
OldMacUser
macrumors newbie
 
Join Date: Jan 2011
Location: Melbourne, Australia
Ran into this issue myself after converting to SSD, and after some web-searching, these are the steps to follow:-

Firstly, the iTunes backup location is here:-
/Users/<YourNameHere>/Library/Application Support/MobileSync/Backup/

1. Move the ENTIRE Backup folder to your location of choice (external HDD etc).
2. The MobileSync folder should now be empty.
3. Open up Terminal and type in the following command:
Code:
ln -s /Volumes/<HDD>/MobileSync/Backup/ ~/Library/Application\ Support/MobileSync/Backup
4. You should now see an icon called Backup with an arrow in the MobileSync folder which indicates that the ln command has worked.

Note: <HDD> indicates the Volume Name of your desired HD where you moved the Backups folder; and for simplicity's sake, I created the MobileSync/Backup folder(s) on the external HD - you can use whatever name you want.

Hope that helps - I managed to save approximately 20GB+ of space by doing this, and now have about slightly more than 50% of my SSD free.
__________________
Current: MacBook Pro 6,2; MacBook Pro 5,3; MacBook 2,1; iPhone 4; iPad 2 3G 64GB; iPad 3G 64GB.
Past
: Mac Mini PPC G4; iPhone 3GS; Mac IIsi
OldMacUser is offline   0 Reply With Quote
Old Jun 7, 2011, 03:59 PM   #3
burtx
macrumors newbie
 
Join Date: Jul 2008
Quote:
Originally Posted by OldMacUser View Post
Ran into this issue myself after converting to SSD, and after some web-searching, these are the steps to follow:-

Firstly, the iTunes backup location is here:-
/Users/<YourNameHere>/Library/Application Support/MobileSync/Backup/

1. Move the ENTIRE Backup folder to your location of choice (external HDD etc).
2. The MobileSync folder should now be empty.
3. Open up Terminal and type in the following command:
Code:
ln -s /Volumes/<HDD>/MobileSync/Backup/ ~/Library/Application\ Support/MobileSync/Backup
4. You should now see an icon called Backup with an arrow in the MobileSync folder which indicates that the ln command has worked.

Note: <HDD> indicates the Volume Name of your desired HD where you moved the Backups folder; and for simplicity's sake, I created the MobileSync/Backup folder(s) on the external HD - you can use whatever name you want.

Hope that helps - I managed to save approximately 20GB+ of space by doing this, and now have about slightly more than 50% of my SSD free.
I had the exact same issue. This worked perfectly. With my iPad and two iPhones this saved me some serious space.
Thanks
burtx is offline   0 Reply With Quote
Old Jan 7, 2012, 01:52 AM   #4
shanghaisimon
macrumors newbie
 
Join Date: Jan 2012
Awesome little code... thanks!

Quote:
Originally Posted by OldMacUser View Post
Ran into this issue myself after converting to SSD, and after some web-searching, these are the steps to follow:-

Firstly, the iTunes backup location is here:-
/Users/<YourNameHere>/Library/Application Support/MobileSync/Backup/

1. Move the ENTIRE Backup folder to your location of choice (external HDD etc).
2. The MobileSync folder should now be empty.
3. Open up Terminal and type in the following command:
Code:
ln -s /Volumes/<HDD>/MobileSync/Backup/ ~/Library/Application\ Support/MobileSync/Backup
4. You should now see an icon called Backup with an arrow in the MobileSync folder which indicates that the ln command has worked.

Note: <HDD> indicates the Volume Name of your desired HD where you moved the Backups folder; and for simplicity's sake, I created the MobileSync/Backup folder(s) on the external HD - you can use whatever name you want.

Hope that helps - I managed to save approximately 20GB+ of space by doing this, and now have about slightly more than 50% of my SSD free.
It took me a couple of attempts to get it to work, but eventually it did, and now I'm happily backing up my 64GB iPad2 and my 32GB iPhone 4 to my WD Passport 1TB external HDD. Just as a note to coding newbies like myself, the "\" is required before the space if there is a space between words within the folder or volume name. For example, OldMacUser's code shows "Application\ Support/MobileSync...etc". My external HDD is named "My Passport", so I had to enter it in code as "My\ Passport". Also, as the instructions indicate, it's best to create a new MobileSync folder in the root directory of your external HDD or whatever volume you plan to point the backup to. Move or delete the "Backup" folder out of the MobileSync folder that is in your User/Library/Application Support folder, otherwise you will get an error in Terminal that says the file exists, and it won't create the alias that points to your new Backup folder.
shanghaisimon is offline   0 Reply With Quote
Old Jan 21, 2012, 09:49 PM   #5
syngltrkmnd
macrumors newbie
 
Join Date: Jan 2012
Location: PNW
Thanks for the tip!

Worked like a charm for me. I was a little anxious as a noob that it might not work over NAS but no problem at all. I'm grateful to have cleared up 13 GB of space on my local drive.
syngltrkmnd is offline   0 Reply With Quote
Old Sep 22, 2012, 10:43 AM   #6
DMD87
macrumors newbie
 
Join Date: Sep 2012
Guys, I'm having some problems. I'm following the posts, trying to redirect my iPhone's backup to an external, which I named 500 GIGs. When I type in the command in Terminal, I get the message /Volumes/500 GIGs/MobileSync/Backup: is a directory. What am I doing wrong?

Any help out there.
DMD87 is offline   0 Reply With Quote
Old Sep 24, 2012, 03:47 PM   #7
xp99
macrumors newbie
 
Join Date: Sep 2012
I followed the instructions but now I get a backup to both hard drives instead of one. What did I do wrong?
xp99 is offline   0 Reply With Quote
Old Nov 30, 2012, 11:14 PM   #8
mindquest
macrumors regular
 
Join Date: Oct 2009
Quote:
Originally Posted by xp99 View Post
I followed the instructions but now I get a backup to both hard drives instead of one. What did I do wrong?
Did you ever get this to work?
mindquest is offline   0 Reply With Quote
Old Jan 3, 2013, 05:15 AM   #9
marekkoznar
macrumors newbie
 
Join Date: May 2012
deletion of backups

Hi,

recently I've changed my backup type on iPhone and iPad from "back to Mac" to "back to iCloud".

And I wonder now, can I delete the contents of the /Users/<username>/Library/Application Support/MobileSync/Backup folder? Or will iTunes do it on its own? It takes up 6GB of space.

Cheers,
Marek
marekkoznar is offline   0 Reply With Quote
Old Jan 24, 2013, 09:39 AM   #10
espring
macrumors newbie
 
Join Date: Jan 2013
Not working - moving back to internal HDD

I recently installed an external Thunderbolt SSD which is now my boot drive, everything from my internal drive was cloned to it. I want to move my iPhone backups back to the internal HDD so they don't eat up space on my external SSD. I tried the code listed here but it's not working. When I entered the code, Terminal said "The file exists", but it's still writing backups to the external drive. Here's the code I used:
ln -s /Volumes/Macintosh\ HD/Backup/ ~/Library/Application\ Support/MobileSync/Backup

Where am I going wrong?
espring is offline   0 Reply With Quote
Old Jan 31, 2013, 01:18 PM   #11
Subw00er
macrumors newbie
 
Join Date: May 2010
I tried this and it created the icon and everything, but then when I went to backup it said that the backup was corrupt?! I tried erasing the old backups in the app and in the directory, but still didnt work.
Subw00er is offline   0 Reply With Quote

Reply
MacRumors Forums > Apple Systems and Services > Mac OS X

Tags
backup, change, directory, iphone, itunes

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
thread Thread Starter Forum Replies Last Post
Cross Reader - New Rss Reader for iPhone, iPod touch and iPad Cliapis iPhone and iPod touch Apps 5 Dec 13, 2011 11:07 AM
Death of the iPod jamied95 Buying Tips and Advice 5 Jun 8, 2011 01:12 PM
Change location of iPhone Software Update folder wrighty83 iPhone 2 Apr 3, 2011 04:03 PM
Jump Off - [Game] iPhone, iPod Touch Brilliant AiRiC iPhone and iPod touch Apps 0 Nov 6, 2010 03:00 PM


All times are GMT -5. The time now is 04:06 PM.

Mac Rumors | Mac | iPhone | iPhone Game Reviews | iPhone Apps

Mobile Version | Fixed | Fluid | Fluid HD
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Privacy / DMCA contact / Affiliate and FTC Disclosure
Copyright 2002-2013, MacRumors.com, LLC