backup (dd disk cloning)

Discussion in 'Linux' started by phoohb, Jan 10, 2011.

  1. phoohb

    phoohb

    Joined:
    Jan 16, 2009
    Messages:
    5
    Likes Received:
    0
    Hi

    I using Ubuntu on my A110, just 8GB ssd. And wanto make a backup, by cloning the disk

    Using the command "dd", to copying the whole disk to a file (on an external usbmemory).

    Code:
    dd if=/dev/sda of=/media/usbmemory/somefile.img
    (see http://en.wikipedia.org/wiki/Dd_(Unix) )

    This does something. BUT i have not bean able to verify the files integrity by mounting it virtual.
    Code:
    mount -t ext4 -o loop,ro somefile.img testdir
    Maybe its too big, or maybe ext4 filesystem dont like running from dumps. Dont know. Any hint on this???
    (see http://ubuntuforums.org/archive/index.p ... 85560.html, but that didnt work for me)

    Is it possible to copy the whole ssd -disk onto a bigger usb-memory, say if=/dev/sda of=/dev/sdb. And then maybe resize partition table with say "parted". And use the new usb-memory as the prime disk, that may work as an liveCD (or liveUSB) on other intel -computers??

    What other nifty backup option are there? Anybody using the original Limpus "AA1BACKUP"??
     
    phoohb, Jan 10, 2011
    #1
  2. phoohb

    galvinon

    Joined:
    Dec 10, 2008
    Messages:
    1
    Likes Received:
    0
    Try out Clonezilla (it uses DD as an option) or if you want a more point an click backup solution there is Redo Backup http://redobackup.org/ I have used Redo and it works great :D
     
    galvinon, Oct 3, 2012
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.