HT4889 Can I make a bootable backup of my machine and OS on a Firewire drive?  If so, how?  Thanks.

I waqnt to make abootable backup of My OS Lion and internal hard drive on an external FW800 hard drive, I can use it if the Mac crashes, so I can re-install the OS and all my software on the Mac.
Is this possible?
Also, I used time machine on an external drive from my old MBP 10.5.8 to move all my stuff to my new iMac 10.7 when I started it.  Sincee then I've installed 5 more programs on my MBP.  They are in the applications folder.amd are backed up in the MBP's latest time machine backup.
How can I get these 5 programs into my iMac?
Any suggestions.
Thanks.

Thanks everybody.
How do I start a new question on here as it's very helpful.
I need to get an external drive for the iMac (we've got lots of USB 2 drives from over the years, and two 1TB mini drives for backing up via the MBP when we're filming abroad).
2 options:
1)  Buy a Lacie eSata thunderbolt hub.  2 x eSata inputs and 2 thunderbolt outs for daisy chaining and second screen.  Cost £170.
Then buy (2 x) Verbatim 2 TB eSata drives which also have USB2 outputs so we could use with the MBP and in college.
2)  Just buy a 4 TB thunderbolt drive.  Lacie (2big) is about £440.  There's a WD a little cheaper but it's apparently a little slower.
The pegasus raid 5 6TB is meant to be the fastest but too pricey for us at the mo.
Any ideas?   (or any idea where I can ask this question?)
I would like to compare the R and W speeds for these vs USB2 and FW800.
Not the theoreticals, I know those.
But when I spoke to Lacie they said:
USB2 45 MB/s
FW800 80 MB/s
eSata (via their hub) 115 MB/s
Lacie 2big Thunderbolt 320 MB/s write.  500 MB/s read (and as it will mostly be for getting files into FCP, this is the most important).
so thunderbolt drive would be almost 3x as fast as eSata and eSata would only be 50% faster that FW800
But on the web I saw 2big Lacie at about 200-250 MB/s.
Also, as you can have 2eSata's plugged into the hub and it won't slow it down, I could spread the capture scratch over 2 eSata drives.  Or have raw footage on one, and logged-and-transferred on the other if I'm mixing them.  Or have files on one, and write the render, project, autosave etc to the other.
Any idea which option is best?
What speeds would I get in the real world.
If anyone can help on this too it would be really appreciated.
But thanks to all who helped with the last problem.
All the best, chaps.

Similar Messages

  • How to make a bootable backup?

    I apologize in advance if a)i am not using the right terminology and b)this question has been answered already (i couldn't find it).
    I am about to create a backup in which two computers backup onto a single external hard drive. my understanding is that if i have to restore the entire drive, i have to boot the computer with an install disk and then get it to recover from the backup drive. i can only imagine how long a restore will take with a computer running off the install disk.
    is there a way to have the backup drive somehow have an OS so i could boot from it so that it is running my computer AND restoring to it at the same time?
    Thank you.

    yes it's possible but won't speed things up by much. It will mainly speed up the booting time of the backup not the restore process itself. I've done it and I see no difference in time. to do this you can make a clone of the leopard install DVD on your hard drive. create a small partition on one of your internal drives. next insert the install DVD and open Disk Utility. click on "restore" tab. select the DVD as the source (the name not the model) and the partition you've made as the target. click 'restore". Once finished you'll have a bootable copy of the install DVD on your hard drive. You can boot from that and do a full system restore from TM of your main hard drive. Of course this is only needed when doing full system restore. normal restore from TM doesn't require booting from TM and is done simply by activating TM.
    P.S. You can also make a bootable clone of your entire hard drive using CCCloner or Superduper! that's a different backup mechanism from TM but is often helpful.
    Message was edited by: V.K.

  • How to make a bootable backup of the operating system

    Hi,
    I am given the task to make a bootable backup of the OS (Solaris 9). I know I can use ufsdump to backup the system in single user mode. However, to make a backup bootable, shall I backup the file system to a DVD? Any advice will be greatly appreciated!
    Cinderella

    i call it cloning the disk . you can install boot block as mentioned in second solution of cloning disk
    e.g
    # /usr/sbin/installboot /usr/platform/`uname -i`/lib/fs/ufs/bootblk /dev/rdsk/c1t2d1s0
    ################## solution 1 ####################################
    dd if=/dev/rdsk/c0t1d0s2 of=/dev/rdsk/c0t4d0s2 bs=2048
    ############### solution 2 #####################3333
    Now this is through but if the disk are from the same vendor (I tested also
    dd on disks with different vendors and it function well) and if it the disk
    are the same size my opinion is to use the dd command because it is easier
    to be done. Anyway if the disk are not from the same size or vendor it could
    be done also with ufsdump and ufsrestore. Here how it works and what I did
    if your would like to clone a disk with ufsdump and ufsrestore:
    For testing we have two disks:
         c1t2d0     (Source Disk)
         c1t2d1     (Destination Disk)
    The source disk has the following layout (slice 4 and 5 are for Disksuite
    metadb's but are not initialized or configured):
         0 root wm 0 - 634 471.29MB (635/0/0)
    965200
         1 var wm 635 - 2014 1.00GB (1380/0/0)
    2097600
         2 backup wm 0 - 2732 1.98GB (2733/0/0)
    4154160
         3 swap wu 2015 - 2704 512.11MB (690/0/0)
    1048800
         4 unassigned wm 2705 - 2718 10.39MB (14/0/0)
    21280
         5 unassigned wm 2719 - 2732 10.39MB (14/0/0)
    21280
         6 unassigned wm 0 0 (0/0/0)
    0
         7 unassigned wm 0 0 (0/0/0)
    0
    On our testsystem the disk are the same size. Firstable the layout/label
    from the source disk must be copied to the destination disk because with
    ufsdump and ufsrestore this information will not be transfered to the
    destination disk because this commands are based on filesystem. This is also
    a difference between dd and ufsdump because dd copies also the information
    from labels and layouts because this command is based on blocks and not on
    filesystem. Here it is how it wors to copy the information from
    layout/label:
         # prtvtoc /dev/rdsk/c1t2d0s0 > /tmp/z
         # fmthard -s /tmp/z /dev/rdsk/c1t2d1s0
         fmthard: New volume table of contents now in place.
    The slice 0 from the destination disk has now the same layout like the
    source disk. This could be controlled with the command:
         # format
    To transfer the information from slice 0 source disk to the slice 0
    destination disk the destination disk must be prepared to work on it. It
    means at the moment there is no filesystem on this disk. To do this use the
    command newfs. No option are neccessary because for default the filesystem
    would be ufs. Only the raw device/slice must given to the command that newfs
    knows what exactly must be don:
         # newfs /dev/rdsk/c1t2d1s0
         newfs: /dev/rdsk/c1t2d1s0 last mounted as /
         newfs: construct a new file system /dev/rdsk/c1t2d1s0: (y/n)? Y
    Now we have a filesystem on slice 0 and we could mount the slice 0. This
    would be made with the command mount and option -F for filesystem = ufs and
    -o for read or write = rw and at least which slice = 0. At the end of the
    command is the device with the slice which must be mounted:
         # mount -F ufs -o rw /dev/dsk/c1t2d1s0 /mnt
    Now the device is mounted. With the following command ufsdump 0f = slice 0
    and / = partition the filesystem / would be dumped. The whole dump would be
    piped (I hope this is the correct english word) to the command ufsrestore
    which would be executed in the mounted directory ufsresore and extracts the
    dump.
         # ufsdump 0f - / | ( cd /mnt ;ufsrestore xvf - )
         Add links
         Set directory mode, owner, and times.
         set owner/mode for '.'? [yn] y
         Directories already exist, set modes anyway? [yn] y
         DUMP: 405886 blocks (198.19MB) on 1 volume at 406 KB/sec
         DUMP: DUMP IS DONE
    After given the command, the partition / from source disk and / from the
    destination disk looks based on files absolutly the same but there is a
    information which MUST be changed and it is the information in "/etc/vfstab"
    because on the destination disk in this file are the information from the
    source disk (it means source disk will be mounted on the device c1t2d0 and
    the destination diks on the device c1t2d1). This information must be changed
    in "/etc/vfstab" on the destination disk:
         # vi /mnt/etc/vfstab
         ---------- /mnt/etc/vfstab ----------
         #device device mount FS fsck
    mount mount
         #to mount to fsck point type pass at
    boot options
         #/dev/dsk/c1d0s2 /dev/rdsk/c1d0s2 /usr ufs 1 yes
         fd - /dev/fd fd - no -
         /proc - /proc proc - no -
         /dev/dsk/c1t2d1s3 - - swap - no -
         /dev/dsk/c1t2d1s0 /dev/rdsk/c1t2d1s0 / ufs 1
    no
         /dev/dsk/c1t2d1s1 /dev/rdsk/c1t2d1s1 /var ufs 1
    no
         swap - /tmp tmpfs - yes -
         ---------- /mnt/etc/vfstab ----------
    Now we changed the information and the work is done on slice 0. We can now
    umount the slice 0:
         # umount /mnt
    Proceed with the other slice similar like explained before. In our example
    it would be:
         # newfs /dev/rdsk/c1t2d1s1
         newfs: /dev/rdsk/c1t2d1s1 last mounted as /var
         newfs: construct a new file system /dev/rdsk/c1t2d1s1: (y/n)? y
         # mount -F ufs -o rw /dev/dsk/c1t2d1s1 /mnt
         # ufsdump 1f - /var | ( cd /mnt ;ufsrestore xvf - )
         Set directory mode, owner, and times.
         set owner/mode for '.'? [yn] y
         Directories already exist, set modes anyway? [yn] y
         # umount /mnt
    Slice 4 and 5 are in our example not importante because this slice as
    explained are for Disksuite metadb's and on the source disk there are at the
    moment no information and no filesystem because Disksuite was not
    initialized or configured.
    It is a good idea to check the slices which where transfered files before.
    This could be done with the command fsck:
         # fsck /dev/rdsk/c1t0d1s0
         # fsck /dev/rdsk/c1t0d1s1
         # fsck /dev/rdsk/c1t0d1s2
         # fsck /dev/rdsk/c1t0d1s4
         # fsck /dev/rdsk/c1t0d1s5
    Now it seems that all what done but something is missing!? The destination
    disk looks now like the source disk with one exception; there is NO
    boot-block on the destination disk. If you don't create a boot-block the
    destination disk would never be bootable. To do this the system where it
    must be done must be from the same architecture like the source disk it
    means if the source disk is based on sun4m and you give now the command from
    a architecture like sun4u to the destination disk the boot-block would not
    work. This is what by me happens by the test (source disk based system on
    sun4m > to install boot-block I tried to give the command from sun4u based
    system and after I tried to boot the destination disk > result = destination
    disk was not able to boot). Ok we set now the command for boot-block to the
    destination disk to create there a boot-block:
         # /usr/sbin/installboot /usr/platform/`uname -i`/lib/fs/ufs/bootblk
         /dev/rdsk/c1t2d1s0
    Now you could boot the destination disk with the correct alias or the
    correct device alias. If you don't know what the alias is give on the system
    the following command:
         # ls -la /dev/dsk/c1t2d1s0
         /dev/dsk/c1t2d1s0 ->
    ../../devices/iommu at 0,10000000/sbus at 0,10001000/SUNW,soc@
    1,0/SUNW,pln at a0000000,753a58/ssd at 2,1:a
    End the OS with init 6 and stop the system reboot if the banner of OBP
    appears with stop + A. After that you are on the ok prompt. To set an alias
    give following command:
         # nvalias clone1 /iommu at 0,10000000/sbus@
         0,10001000/SUNW,soc@,0/SUNW,pln at a0000000,753a58/ssd at 2,1:a
    Use the alias with:
         ok boot clone1
    Have fun with you new clone...! I hope I did not forgett something but I
    tested it several times and it worked every time absolutly nice with no
    errors.

  • Hi, Can we make a Bootable DVD of Mac OS X Lion which is purchased and downloaded from App Store. Thanks

    Hi, Can we make a Bootable DVD of Mac OS X Lion which is purchased and downloaded from App Store. Thanks

    http://arstechnica.com/apple/2012/07/how-to-create-a-bootable-backup-mountain-li on-install-disk/

  • How can I make a bootable disk for Mountain Lion?

    How can I make a bootable disk for Mountain Lion?

    Make Your Own Mountain/Lion Installer
    1. After downloading Mountain/Lion you must first save the Install Mac OS X Mountain/Lion application. After Mountain/Lion downloads DO NOT click on the Install button. Go to your Applications folder and make a copy of the Mountain/Lion installer. Move the copy into your Downloads folder. Now you can click on the Install button. You must do this because the installer deletes itself automatically when it finishes installing.
    2. Get a USB flash drive that is at least 8 GBs. Prep this flash drive as follows:
    Open Disk Utility in your Utilities folder.
    After DU loads select your flash drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, set the partition scheme to GUID then click on the OK button. Click on the Partition button and wait until the process has completed.
    Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    Set the format type to Mac OS Extended (Journaled.) Click on the Options button, check the button for Zero Data and click on OK to return to the Erase window.
    Click on the Erase button. The format process can take up to an hour depending upon the flash drive size.
    3. Locate the saved Mountain/Lion installer in your Downloads folder. CTRL- or RIGHT-click on the installer and select Show Package Contents from the contextual menu. Double-click on the Contents folder to open it. Double-click on the SharedSupport folder. In this folder you will see a disc image named InstallESD.dmg.
    4. Plug in your freshly prepared USB flash drive. You are going to clone the content of the InstallESD.dmg disc image to the flash drive as follows:
    Double-click on the InstallESD.dmg file to mount it on your Desktop.
    Open Disk Utility.
    Select the USB flash drive from the left side list.
    Click on the Restore tab in the DU main window.
    Select the USB flash drive volume from the left side list and drag it to the Destination entry field.
    Drag the mounted disc icon from the Desktop into the Source entry field.
    Double-check you got it right, then click on the Restore button.
    When the clone is completed you have a fully bootable installer that you can use without having to re-download Mountain/Lion.
    Note: The term Mountain/Lion used above means Lion or Mountain Lion.

  • Can't make an incremental backup in PSE 10 Organizer

    I don't understand why I can't make an incremental backup in PSE 10 Organizer. I made my first full backup to my external drive a week ago. Today I tried to make an incremental backup. After selecting Incremental Backup from the file menu, a new screen appears asking for the Backup Path, and so I entered (by selecting) the full path name on my external drive where I made my original backup. But, next, it wants to know the name of the "Previous Backup file." I have absolutely no idea what the program wants at this point. What particular file does it want me to enter as the "previous backup file"?? There are hundreds of files in my backup directory. The backup directly does have a file called "Backup.tly" which I entered, hoping that this is the file it wants, but then I get this error message: "I:\Pictures\Adobe\Backup.tly does not contain a backup set for the current catalog. Please locate the last backup you made for this catalog." What am I missing here?
    Many thanks for your help,
    Jeff

    Hi Jeff
      Once you have a full back up you can make incremental back ups but you need to follow a set routine. It’s not very intuitive.
    Start by creating a new folder or label a new CD/DVD Disk - it’s best to use dates e.g. “PSE10 incr backup 2012-0104”
    Press Ctrl+B and check Incremental, then click Next
    Highlight your drive containing the last backup and click the bottom Browse button (previous back up file) then navigate to the TLY file and click open.
    Click the Browse button above and navigate to your new folder “PSE10 incr backup 2012-0104”
    Click Done.
    If your full backup originally contained 500 images, the incremental backup will only contain changes since the last backup e.g. files B000501.jpg, B000502.jpg etc
    If you ever have to do a complete restore you start with the TLY file from the latest incremental backup. The program automatically recognizes the number of incremental steps and you will be prompted to insert a disc or navigate to the appropriate drive.
    Incremental backup’s are obviously much quicker to write to disk but I recommend that you periodically perform another full backup and delete any earlier backups.

  • How can I make a bootable Mavericks SD Card or DVD?

    How can I make a bootable Mavericks SD Card or DVD?

    Download the Mavericks install app, then run Apple's built-in Terminal command (included with the install app), where Untitled is the name of your USB stick:
    sudo /Applications/Install\ OS\ X\ Mavericks.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install\ OS\ X\ Mavericks.app --nointeraction
    More details in http://osxdaily.com/2013/06/12/make-boot-os-x-mavericks-usb-install-drive/

  • Can I make a bootable DVD from the Mavericks download. I would like to wipe my iMac and start over.

    Can I make a bootable DVD from the app store download of Mavericks. I wish to wipe my iMac clean and start over
    thanks in anticipation

    Well you can make a bootable dvd this way:
    After downloading the Install OS X Mavericks.app file from the Mac App Store, run these 12 commands in Terminal to create a Mavericks.iso file and then burn it to a dual layer DVD with Disk Utility. You may then boot up from it by holding the option key down and then install mavericks. This will not install a recovery partition. To do that, uncompress and run the script file https://dl.dropboxusercontent.com/u/13872235/Musings/Recovery%20Partition%20Crea tor%203.7.zip
    hdiutil attach /Applications/Install\ OS\ X\ Mavericks.app/Contents/SharedSupport/InstallESD.dmg -noverify -nobrowse -mountpoint /Volumes/install_app
    hdiutil convert /Volumes/install_app/BaseSystem.dmg -format UDSP -o /tmp/Mavericks
    hdiutil resize -size 8g /tmp/Mavericks.sparseimage
    hdiutil attach /tmp/Mavericks.sparseimage -noverify -nobrowse -mountpoint /Volumes/install_build
    rm /Volumes/install_build/System/Installation/Packages
    cp -rp /Volumes/install_app/Packages /Volumes/install_build/System/Installation/
    hdiutil detach /Volumes/install_app
    hdiutil detach /Volumes/install_build
    hdiutil resize -size `hdiutil resize -limits /tmp/Mavericks.sparseimage | tail -n 1 | awk '{ print $1 }'`b /tmp/Mavericks.sparseimage
    hdiutil convert /tmp/Mavericks.sparseimage -format UDTO -o /tmp/Mavericks
    rm /tmp/Mavericks.sparseimage
    mv /tmp/Mavericks.cdr ~/Desktop/Mavericks.iso

  • Can you make a bootable 10.8 disk drive and add tech tool pro

    Can you make a bootable 10.8 Disk Drive and add TechTool Pro

    Sure just clone your drive with TTP 6 alreaady on it, or clone and then install... but you don't need it.

  • I can not make a new backup !!!

    I can not make a new backup for my iPhone before i updated to ios 8 ?p

    If you don't know the encryption password, you're out of luck and will not be able to access the backup at all.
    So you would have to set up a new device as new.

  • My Retina Mac came with 10.8, how can I make a bootable copy of 10.8?

    My Retina Mac came with 10.8, how can I make a bootable copy of 10.8?

    Do Internet recovery, download the installer, choose an external HD to install it to, when the comp restarts, disconnect the External HD before it turns back on.
    Extract the Install.dmg and put it on your desktop, then use disk utility to install that onto your external HD.

  • I can't make a DVD backup copy of my Adobe Online Storage

    I can't make a DVD backup copy of my Adobe Online Storage File. How do you do it?
    David

    Hello David,
    I would suggest to use the Adobe Media Downloader to download your images
    Click here to archive your Photoshop.com library so you do not lose any files.
    You will be asked to download an Adobe Air application called Media Downloader.
    Then you can use your Dvd buring software to make a back up of your images
    Thanks
    Scott

  • I am using MS Office 2010 and Windows XP Professional, can I use iCloud for backup of my files and documents?

    I am using MS Office 2010 and Windows XP Professional, can I use iCloud for backup of my files and documents? I am planning to transition to a Mac so using the iCloud seems to make the most sence.

    No, it is not a backup method at all.  If you delete a sync'd file on any device, you delete it permanently from iCloud.  That by its very essence is not a backup solution therefore.  A backup solution does not automatically and simultaneiously delete the file everywhere when it is deleted from the original source.
    iCloud is strictly a syncronization tool for using files on multiple internet connected devices.

  • Old computer I had is OSX Snow Leopard with Entourage. New one is OSX Mavericks. Using Mail where are my addresses and old address book. Transferred old computer backup by Time Machine and other things work? Can't see a symbol for address book.

    Old computer I had is OSX Snow Leopard with Entourage. New one is OSX Mavericks. Using Mail where are my addresses and old address book. Transferred old computer backup by Time Machine and other things work? Can;t see a symbol for address book.

    Where are addresses kept on MAIL?  I don;t like the new format at all. Frances
    Begin forwarded message:
    From: Frances Topping <[email protected]>
    Subject: Re: - Old computer I had is OSX Snow Leopard with Entourage. New one is OSX Mavericks. Using Mail where are my addresses and old address book. Transferred old computer backup by Time Machine and other things work? Can't see a symbol for address book.
    Date: August 25, 2014 at 9:46:01 AM EDT
    To: discussions-replies <[email protected]>
    Old Entourage is POP and new Mavericks MAIL  is IMAP I believe. I don;t know how to export in the forms you mention. Frances

  • My iPhone 6plus will no longer connect to my Dodge UConnect system. Phone calls get a beep "phone call completed" message. Music will play though. Just can't make calls. Tried turning off iCloud and repairing but nothing works. It did work a few days

    My iPhone 6plus will no longer connect to my Dodge UConnect system. Phone calls get a beep "phone call completed" message. Music will play though. Just can't make calls. Tried turning off iCloud and repairing but nothing works. It did work a few days

    Hi Jpcbew,
    The article linked below provides a lot of great information and troubleshooting tips that can help you resolve the issue with your iPhone 6 Plus connecting to you car stereo system. 
    Get help using your iPhone, iPad, or iPod touch with your car stereo - Apple Support
    So long,
    -Jason

Maybe you are looking for

  • How to make a selection in one photo and move it to another photo

    I have always used Photoshop Elements, from 7 up to 12.  I just bought Photoshop CC.  I am totally confused over it.  There's not photo Bin, that is where I use to drag from the open photo down to the one I wanted the selection in.  I tried doing it

  • Importing Video via AEBS

    Three basic question: 1. Is it possible to import video from a camcorder into iMovie via AEBS simply (similar to connecting via USB)? 2. Can the hard drive in my camcorder (MS-DOS fat32) be reformated without screwing up the the way the camcorder wor

  • How do I get the bookmarks on the dropdown in addition to the menu items?

    I used to be able to click on the bookmark icon and have my bookmarks appear on the dropdown along with the menu choices. Now, all I get is the menu choices and I have to click Bookmark Toolbar and then Bookmarks to see the bookmarks. How do I get th

  • PDA example: Reading a jpeg file into a picture control

    Hi Does anybody have a simple PDA example of how to read a .jpg file and show it in a picture control. The jpg examples I've found does not compile for PDA.

  • BI 7.0 Problem

    hi Experts, We have recently upgraded to BI 7.0 but still using rsa1old. Using rsa1old we have created objects (update rules, info-source etc)...due to a requirement we have unlocked the new rsa1 in BI 7.0 and I am trying to create transformations an