Results 1 to 9 of 9

Thread: How to backup the whole kit and caboodle

  1. #1
    Join Date
    May 2011
    Beans
    7

    How to backup the whole kit and caboodle

    I just started using Linux four days ago and I feel like I just came out of the OS closet! I love my Ubuntu 11.04 (classic look). I have been playing around with it so much. I also have a new setup of Windows 7 on a partition. But I haven't even looked around on that side... no need. This may be my old ways of thinking, but I am getting worried that I will loose all this setup work/time by some simple error. I would love to backup a perfect copy of the whole thing. I saw a program called Mondo Rescue, but it will not work with 11.04. Does anyone have any other suggestions... Thanks!

  2. #2
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,809
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: How to backup the whole kit and caboodle

    Quote Originally Posted by johnmarkzimm View Post
    I just started using Linux four days ago and I feel like I just came out of the OS closet! I love my Ubuntu 11.04 (classic look). I have been playing around with it so much. I also have a new setup of Windows 7 on a partition. But I haven't even looked around on that side... no need. This may be my old ways of thinking, but I am getting worried that I will loose all this setup work/time by some simple error. I would love to backup a perfect copy of the whole thing. I saw a program called Mondo Rescue, but it will not work with 11.04. Does anyone have any other suggestions... Thanks!
    Hi, go into software center or synaptic and put sbackup in the search box and it will bring it up then you can install it, it uses a easy interface for backing up and restoring file or drives. In my menu it is called simple backup configuration.

  3. #3
    Join Date
    May 2011
    Beans
    35

    Re: How to backup the whole kit and caboodle

    Here's a quickie I found in one of the forums. I haven't tested it in that I backed up a partition but never restored one (no acid test):
    To backup partition sda2 to a file named backup.dat in the backup folder on /media/sdc1:

    sudo dd if=/dev/sda2 | sudo gzip > /media/sdc1/backup/backup.dat

    the folder backup must exist on /media/sdc1. To restore, boot the ubuntu trial cd, press cntl-alt-f1, mount the devices and issue:

    gzip -dc /media/sdc1/backup/backup.dat | sudo dd of=/dev/sdb1


    This method also compresses the backup file to save space. I used this on Slackware so perhaps you need to add or remove sudos. Lots of luck.

  4. #4
    Join Date
    Mar 2006
    Location
    Sevierville, Tennessee
    Beans
    1,312
    Distro
    Ubuntu Development Release

    Re: How to backup the whole kit and caboodle

    Clonezilla will do the trick.
    Gary
    Linux since 1995, Ubuntu since 2006

  5. #5
    Join Date
    May 2011
    Beans
    35

    Re: How to backup the whole kit and caboodle

    Unfortunately, tried but not true. The DD/GZIP method doesn't work as I just tried restoring my Slackware linux due to upgrading it when the connection broke. Luckily, I had another backup created by Paragon Disk Backup, a program I found to be free once a year which backs up both windows partitions and linux partitions. I still had to run chroot /media/sda2 lilo and modify the /etc/fstab, but it is quite fully recovered. Sorry for the false information. I read it on another linux forum.

  6. #6
    Join Date
    Mar 2010
    Location
    ρθΦ=000
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How to backup the whole kit and caboodle

    Quote Originally Posted by dFlyer View Post
    Clonezilla will do the trick.
    Big +1 for Clonezilla

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

    Re: How to backup the whole kit and caboodle

    Another +1 for Clonezilla.

    Not only will it allow you to image off the entire drive (i.e., ALL the partitions on the drive), it will also allow you to image off (and restore) individual partitions.
    Ubuntu 20.04, Mint 19.10; MS Win10 Pro.
    Will not respond to PM requests for support -- use the forums.

  8. #8
    Join Date
    Mar 2006
    Location
    Sweden
    Beans
    220
    Distro
    Ubuntu Development Release

    Re: How to backup the whole kit and caboodle

    +1 for clonezilla. I use it at work to back-up one machine and restore lots of machines with that machine. I do it via ssh. Works perfectly!

  9. #9
    Join Date
    Nov 2005
    Location
    Carmel, Indiana U.S.A.
    Beans
    Hidden!
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: How to backup the whole kit and caboodle

    http://www.sysresccd.org/Main_Page

    http://www.fsarchiver.org/Main_Page

    fsarchiver is bundled within the SysRescue LiveCD


    IndyTim / DataMan
    New Build : Core 2 Quad, 8G RAM, 1.75TB Storage ... it's fun!
    GRUB Partition Linux Backups- Ver2 Easy LAMP Install
    Linux ID 422356 Ubuntu User 15015

Tags for this Thread

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
  •