Results 1 to 6 of 6

Thread: Whole system backup like windows image?

  1. #1
    Join Date
    May 2013
    Location
    International water
    Beans
    42
    Distro
    Ubuntu 13.10 Saucy Salamander

    Lightbulb Whole system backup like windows image?

    I was thinking, Is any way to create whole system backup like windows image? Example my OS crashed, is there any way to make a backup? with all installed programs so that I can restore the whole system?
    Nothing important, just asking

  2. #2
    prodigy_ is offline May the Ubuntu Be With You!
    Join Date
    Mar 2008
    Beans
    1,219

  3. #3
    Join Date
    Oct 2005
    Location
    Lab, Slovakia
    Beans
    10,792

    Re: Whole system backup like windows image?

    You can use clonezilla.

  4. #4
    Join Date
    Feb 2006
    Location
    Poznań
    Beans
    41
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Whole system backup like windows image?

    One of the easiest to use is the CLI program dd. The basic use is:
    dd if=<input file or drive> of=<output file or drive>
    For instance, if I wanted to make an image of my operating system, which is on the first partition of the first drive, directed to a file on another drive (which is the second partion of the first drive), I would type:
    dd if=/dev/sda1 of=/dev/sda2/os.iso
    This will create an image file that I can mount if I want to - to copy files from it, for instance. Or I can reverse the command and return that image to the original partition. The second partition has to have enough space for the image file.

    Peace,
    Paul

  5. #5
    ibjsb4 is offline Ubuntu addict and loving it
    Join Date
    Sep 2012
    Beans
    4,987

    Re: Whole system backup like windows image?

    Quote Originally Posted by HermanAB View Post
    You can use clonezilla.
    Works great

    http://clonezilla.org/

  6. #6
    Join Date
    May 2007
    Location
    Virginia, USA
    Beans
    13,377
    Distro
    Ubuntu Mate Development Release

    Re: Whole system backup like windows image?

    +1 for Clonezilla. Use it all the time to do image backups. Little tricky to use, as unlike other imaging solutions, you have to enter the DESTINATION first, not the SOURCE. If you check their website, they also have instructions for copying the ISO to your install so you can boot using the ISO, negating you having to boot from CD or USB to do a backup.
    Ubuntu 20.04, Mint 19.10; MS Win10 Pro.
    Will not respond to PM requests for support -- use the forums.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •