geerlingguy / rpi-clone

A shell script to clone a booted disk on a Raspberry Pi.
https://rpi-clone.jeffgeerling.com/
BSD 3-Clause "New" or "Revised" License
172 stars 10 forks source link

Support gpt partition tables #19

Open matthijskooijman opened 3 months ago

matthijskooijman commented 3 months ago

This is something I needed to make rpi-clone on an orange pi 5 running Armbian, which uses GPT for its SD-card partitions. This was tested in combination with https://github.com/billw2/rpi-clone/pull/140 for the base changes to make Armbian work at all (I will rebase that PR as well soon, but it is a bit more complicated).