Pages: [1]   Go Down
  Print  
Author Topic: How to move your iPhone and iPad backups to an external drive  (Read 487 times)
HCK
Global Moderator
Hero Member
*****
Posts: 79425



« on: August 18, 2014, 09:00:26 pm »

How to move your iPhone and iPad backups to an external drive

<div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p><a href='http://www.imore.com/how-move-your-iphone-and-ipad-backups-external-drive' title="How to move your iPhone and iPad backups to an external drive"><img src='http://www.imore.com/sites/imore.com/files/styles/large_wm_brw/public/field/image/2014/08/iphone_backup_hero.jpg?itok=MWiBlsDz' />[/url]</p> <p>If you sync your iPhone, iPad or iPod touch on your Mac, you know that the first thing <a href="http://www.imore.com/itunes" title="iTunes music, music, tv, help, and how-to">iTunes[/url] does is back it up (unless you've told it not to). Depending on the size of your device and how much data you have stored on it, this can gobble up dozens of gigabytes of space. Did you know you can move those backups to an external hard drive? You can, and we can walk you through how.</p> <!--break--> <h2>How to save space on your Mac by moving iPhone and iPad backups to an external drive</h2> <p>We've already gone over how to move your iTunes library to an external hard drive to save space, but did you know that iTunes may still be gobbling up space on your hard drive? That's because when you sync an iOS device on your Mac, it backs up the device to a hidden folder inside your home directory Library folder.</p> <p>Hard drives on Macs are getting smaller as more and more systems use solid state storage, and our iOS devices are getting bigger. With some iPad and iPad mini models available in up to 128 GB of storage, that means iTunes can create some huge backup files.</p> <p>Unfortunately, iTunes doesn't give us an easy way to move those backup files to an external drive. So we're going to use the Terminal app, found inside the Utilities folder, to do some UNIX command line magic to get it to work.</p> <p>iTunes creates backup files for your iOS devices inside your home directory Library folder. The first step is to find that folder.</p> <h2>To access the Backup folder:</h2> <ol><li>Open the Finder.</li> <li>Hold down the <strong>Option</strong> key.</li> <li>Click on the <strong>Go</strong> menu.</li> <li>Select <strong>Library</strong>.</li> <li>Find <strong>Application Support</strong> and open it.</li> <li>Find <strong>MobileSync</strong> and open it.</li> </ol><p>That MobileSync folder contains a Backup folder, which includes iTunes' backup files for your iOS devices.</p> <p>Attach your external hard drive. Drag that Backup folder to the external drive. You might want to put it in a clearly marked folder so you remember in the future what it's there for, like "ios_backup" or something similar.</p> <p>Once you verify that it's been copied, rename but do note delete the original Backups folder (maybe call it old_Backups or something equally descriptive).</p> <h2>A note on aliases and symbolic links</h2> <p>Let me take a moment to explain this next step. We're going to use the Mac's Terminal app to create a symbolic link to trick iTunes into backing up onto your external drive rather than the boot drive.</p> <p>Have you ever created an alias in the Finder? Aliases have been around since the classic Mac OS days. Aliases point to a file or folder that's kept elsewhere - it can be in another folder on your Mac's hard drive or another drive all together, even a server volume. They're handy ways of connecting to information you need to quickly and easily.</p> <p>Unfortunately, some applications don't follow aliases properly. An older way of creating those sorts of connections is more reliable for actions like what we want iTunes to do: Symbolic links, or symlinks. They work at a low enough level that applications and operating system functions don't have as hard a time with them as they do aliases.</p> <p>For the sake of the following example, I've unimaginatively named the external drive External. If yours is named differently, you'll need to change the /Volumes/External pathname in step 4.</p> <h2>To create a symbolic Backups folder link</h2> <ol><li>Open the Finder.</li> <li>Open the <strong>Utilities</strong> folder.</li> <li>Double-click on <strong>Terminal</strong>.</li> <li>type: <tt>ln -s /Volumes/External/ios_backup/Backup ~/Library/Application\ Support/MobileSync/Backup</tt> then press the <strong>Return</strong> key.</li> <li>Quit Terminal.</li> </ol><p><a href='http://www.imore.com/how-move-your-iphone-and-ipad-backups-external-drive' title="How to move your iPhone and iPad backups to an external drive"><img src='http://www.imore.com/sites/imore.com/files/styles/large/public/field/image/2014/08/iphone_backup_terminal.jpg?itok=XjIl1wyt' />[/url]</p> <p>If you kept that MobileSync folder open, you'll see a new file created in it that looks like this:</p> <p><a href='http://www.imore.com/how-move-your-iphone-and-ipad-backups-external-drive' title="How to move your iPhone and iPad backups to an external drive"><img src='http://www.imore.com/sites/imore.com/files/styles/large/public/field/image/2014/08/backup_symlink.jpg?itok=m2ygflCG' />[/url]</p> <p>The Finder says it's an alias. Don't be fooled. It's actually a symbolic link.</p> <p>Now run iTunes and let it back up your iOS device. Make sure it's working by checking the creation date of the file you now see in the external drive backup folder. Assuming it's working, it's now safe for you to delete the old_Backups folder and get that precious hard drive space back.</p> <p>One other thing: If it's unlikely that the external hard drive will be connected all the time, I'd recommend keeping iTunes from backing iOS devices automatically. To do so:</p> <ol><li>Open iTunes.</li> <li>Click on the <strong>iTunes</strong> menu and select <strong>Preferences...</strong>. (Alternately, hold down the <strong>Command</strong> key and type <strong>,</strong>.)</li> <li>Click the <strong>Devices</strong> tab.</li> <li>Check <strong>Prevent iPods, iPhones and iPads from syncing automatically</strong>.</li> <li>Click <strong>OK</strong>.</li> </ol><p><a href='http://www.imore.com/how-move-your-iphone-and-ipad-backups-external-drive' title="How to move your iPhone and iPad backups to an external drive"><img src='http://www.imore.com/sites/imore.com/files/styles/large/public/field/image/2014/08/iphone_backups_prevent.jpg?itok=62EsF1Mc' />[/url]</p> <p>Otherwise, when you try to back up your iPhone to a hard drive that's not connected, you're likely to see an error message that looks like this:</p> <p><a href='http://www.imore.com/how-move-your-iphone-and-ipad-backups-external-drive' title="How to move your iPhone and iPad backups to an external drive"><img src='http://www.imore.com/sites/imore.com/files/styles/large/public/field/image/2014/08/could_not_backup.jpg?itok=16GxJ-ca' />[/url]</p> <p>Hopefully you haven't run into any snags, but if you have any questions, let me know.</p> </div></div></div><div id="comment-wrapper-nid-26356"></div><img width='1' height='1' src='http://tipb.com.feedsportal.com/c/33998/f/616881/s/3d9ded52/sc/4/mf.gif' border='0'/><br clear='all'/>

<a href="http://da.feedsportal.com/r/204366650157/u/49/f/616881/c/33998/s/3d9ded52/sc/4/rc/1/rc.htm" rel="nofollow"><img src="http://da.feedsportal.com/r/204366650157/u/49/f/616881/c/33998/s/3d9ded52/sc/4/rc/1/rc.img" border="0"/>[/url]
<a href="http://da.feedsportal.com/r/204366650157/u/49/f/616881/c/33998/s/3d9ded52/sc/4/rc/2/rc.htm" rel="nofollow"><img src="http://da.feedsportal.com/r/204366650157/u/49/f/616881/c/33998/s/3d9ded52/sc/4/rc/2/rc.img" border="0"/>[/url]
<a href="http://da.feedsportal.com/r/204366650157/u/49/f/616881/c/33998/s/3d9ded52/sc/4/rc/3/rc.htm" rel="nofollow"><img src="http://da.feedsportal.com/r/204366650157/u/49/f/616881/c/33998/s/3d9ded52/sc/4/rc/3/rc.img" border="0"/>[/url]

<img src="[url]http://da.feedsportal.com/r/204366650157/u/49/f/616881/c/33998/s/3d9ded52/sc/4/a2.img" border="0"/>[/url]<img width="1" height="1" src="http://pi.feedsportal.com/r/204366650157/u/49/f/616881/c/33998/s/3d9ded52/sc/4/a2t.img" border="0"/><img src="http://feeds.feedburner.com/~r/TheIphoneBlog/~4/4pN4HC8pYdk" height="1" width="1"/>

Source: How to move your iPhone and iPad backups to an external drive
Logged
Pages: [1]   Go Up
  Print  
 
Jump to: