I'm running Ubuntu and I'd like to create an image of my OS. Is this possible?
I used CCC on my mac, it was great it even copies everything in a logical order so it technically defrags for you.
|
I'm running Ubuntu and I'd like to create an image of my OS. Is this possible? I used CCC on my mac, it was great it even copies everything in a logical order so it technically defrags for you.
| ||||
|
feedback
|
|
CCC is just a fancy front-end gui for rsync. I'm not sure if there is an equivalent for linux, but if you don't mind the command line, you can do what you want there:
Replace /media/backupdisk/ with whatever mount point your backup disk is attached to. If you want the backup disk to be an exact copy, add the --delete flag:
| |||||||
feedback
|
|
If you want to make an image (byte for byte) you can always use | |||
|
feedback
|
|
It's true that CCC is just rsync on the inside, but there is a lot more going on inside. I tried using rsync and it's not easy to make a fully functional and bootable copy every time. | |||
|
feedback
|