Is there any easy and open source backup/restore solution for installed (after clear install) Ubuntu system, like Acronis Home backup ?
Is there any easy and open source backup/restore solution for installed (after clear install) Ubuntu system, like Acronis Home backup ?
Yes you can use remastersys for that.You can see a complete tutorial here
The best way is always make a seperate /home partition.See the posts below you can find a better and easy way to backup/restore your system.
http://ubuntuforums.org/showthread.php?t=35087
http://www.debianadmin.com/backup-and-restore-your-ubuntu-system-using-sbackup.html
If you are talking about Acronis® True Image(TM) Home, Bear in mind that this product is not just a file backup tool it is also a disk imaging tool which means it can take a one to one snapshot of your disk.
If you want something to run from Ubuntu desktop that can Image your system then look at Partimage here; http://www.partimage.org/Main_Page, an old tutorial here; http://www.psychocats.net/ubuntu/partimage Partimage can be installed from the software center, it supports a wide variety of file systems.
This can be used in conjunction with a simple file backup system as pointed out by others here to effectively replace the Acronis product. If you want a more powerful file backup system, Backuppc may be good, see; http://backuppc.sourceforge.net/info.html#intro, this is available in the Ubuntu repositories as well.
You don't need any software on ubuntu to do a complete system backup. The easiest and more powerful way of backing up can be found here: Howto: Backup and restore your system!. You can backup and restore entire system live or from a live cd. If you have a corrupted MBR then you can use super grub2 disk . Pop the super grub2 disk in, select optical drive boot, and it will show the existing OS's on your hard drive. Boot into ubuntu, and run
sudo grub-install /dev/sda
. That's it, the easiest way for restoring grub2.On Ubuntu sbackup (Simple Backup Suite) is a nice little piece of software to backup your system. It's usually what we install on home computers we give to people. You can check it out here: apt://sbackup
Edit, here is a link to community documentation about it too: https://help.ubuntu.com/community/BackupYourSystem/SimpleBackupSuite
Since you are talking about total (partition) backup, I recommend Clonezilla (runs from LiveCD)
UPDATE 05.01.2015
The link I provide in this and other instructions in step 2 does not work anymore. However, I had downloaded the Remastersys files before the website shut down and they can be installed perfectly through Ubuntu Software Center. !! I am not sure if the files are available in Ubuntu Software Center, but if you have them on your computer, they can be installed through it.
You can use Remastersys to create a backup iso of your system
This set of instructions helped me install and run successfully remastersys on Ubuntu 14.04.1 32bit and also successfully create and use a bootable flash drive with the custom iso I made.
Note: a flash drive works unless you manually made an upgrade of the kernel for some reason before.
sudo apt-get install plymouth-x11
http://www.remastersys.com/ubuntu/pool/main/r/remastersys-gui/
IMPORTANT: I downloaded version 3.0.4-1 i386 and it WORKS I checked 3.0.2- version and it doesn't work.
Open Programs and Updates (search in Dash or in the System's parametres)
In Programs and Updates, go to Other tab and press Add...
Copy/paste this
deb http://www.remastersys.com/ubuntu precise main
and press OK
Now look for two lines with "www.remastersys.com/" in the list you can find on the Other tab and make sure you check both boxes. Enter a password if you are asked to.
Press Ctrl-Alt-T and run
sudo -i
apt-get install remastersys-gui
sudo -i
remastersys-gui