I have a system running using a IDE hard disk.
I backup the full disk (entire)
dd if=/dev/sda of=/media/usb/backup.img
But now my system is using SATA hard disk NOT IDE HARD DISK.
I restore the previous backup image to this hard disk.
dd if=/media/usb/backup.img of=/dev/sdb
But, after restore the backup image to the new SATA disk, I try to boot, but the system fail on boot.
I be
Under windows system I'm used to create an image of HD with driveImageXML.
What's the best approach to have an Image of the hard-drive containing the OS, with Ubuntu Server?
I'd like to have a snapshot of the current configuration so If ever happens that the primary disk will fail I could simply restore this image on a new HD, unplug the broken one, plug the newly created.
If i clone entire disk SATA "/dev/sda"
the disk specifc. are:
Write: 90Mbp/s
Read 80Mbp/s
Then If i restore the image to a new disk.
The restore system will read and write using it own speficifications or the specification from the original backup Disk?
I use dd to backup full disk image which includes partition table and two ext3 partitions.
Before create the image.
My backup method is:
dd if=/dev/zero of=/dev/sda # blank it, /dev/sda is a 2G bytes usb stick
mount /dev/sda /mnt/sda
cd /mnt/sda
tar xf my_filesystem.tgz # only 5M bytes
cd /
umount /mnt/sda
dd if=/dev/sda of=/mnt/sdb/sda.dd
If count how many space exist on it, I could use dd'
What can I use to create a backup image of my entire system that will be saved on a LAN computer via SSH? If I break anything later, I want to be able to restore my entire system as it was before the backup in minutes. Is there a Live CD that can "save backup image to ssh://..." and "restore from backup image ssh://..."?
I have two doubts related to creating backup. I have not done this before so trying to learn. Suppose I use a live CD to create backup. In my computer there is only one CD/DVD slot. Now in order to create back-up, I need to insert the live CD in the drive and reboot. Then the program creates an image. The question is where is this saved so that I can copy later in a DVD for example?
After I restore disk/partition (same result) backup image of my Ubuntu server using CloneZilla Live, I get no arguments specified error on bootup, then the system is trying to boot but failing.
Hi.
I have an old, but still kicking laptop - thinkpad t61. I've ordered a new SSD to make my old trusty a little bit faster. I have Fedora installed there for some years now and I really don't want to make a fresh install now. So I was thinking can I use palimpsest eg Disks to migrate my existing installation to SSD.
I finally had enough of my D3 physical keyboard skipping, so Verizon is shipping me a "like new" replacement phone.
This is my second replacement, again due to the keyboard; the last time I had to rebuild my phone, I used Titanium Backup to backup all my apps+data from my original phone, then restore on the new phone (after rooting, installing Titanium Backup, etc.) It seems like tha