How do I temporarily relocate my Time Machine backup files

Solution 1:

If your drive is corrupted in any way you probably don't want to use it for backup purposes any more, unless the data is not of great value to you.

Apple does not allow an easy transfer from drive to drive regarding backups. I think this is due to the way TimeMachine works (As stated in this apple discussion thread)

Now how to do it anyways ? I would simply use command line power. If you're the admin of the computer, you can simply open Terminal and do something along this:

  • sudo -s
  • rsync -avhW --progress < Drag and drop external Hard Drive here >< Drag and Drop DropBox folder here >

or

  • mv < Drag and Drop backup folder here >< Drag and Drop DropBox folder here, ending with a "/">

sudo -s puts you in the super-admin position, so you have full access to the system

rsync will sync the content and you can stop and continue at any time. mv will move the whole thing at once.

You should be able to drag and drop any folder within the backup to any folder on you internal/other external drive. Only the "Machine.backup" folder is protected.

Solution 2:

I've never tried this, so it's a theory only -

Copy the backup to a sparse bundle disk image

  • Launch Disk Utility.
  • From the Toolbar, select 'New Image'
  • In the Create dialog, set

    • size to be sufficient to contain the entire backup you wish to create [it will start smaller & grow to that maximum size as you fill it.]
    • Format - Mac Extended (Journalled)
    • Partitions - no partition map
    • Image Format - sparse bundle disk image
  • Disk Utility will save the image file where you asked it, format & mount to the desktop.

If we're lucky, that will then allow you to copy...