This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Boot a LiveCD linux and install clonezilla | |
apt update && apt install clonezilla -y | |
# Using Gparted, clone partitions in the same type, size and flags from source disk (sda) on target target(sdb) | |
# After, using clonezilla, clone part_to_part | |
# sda1 to sdb1 | |
# sda2 to sdb2 | |
# sda3 to sdb3 | |
# |