13 Mar
2024
13 Mar
'24
15:22
Am 13.03.24 um 14:07 schrieb Carlos E. R.:
item 2 affects in this case, as the admin can not simply create a new btrfs partition and move the existing system to it.
Ever heard of btrfs send and btrfs receive? I do this for system migrations all the time. I can even migrate old snapshots i when I want to keep them. Just send/receive ro snapshots of what you want to move, clone one into a rw snapshot and mount it as your live volume. It's not a single step, but definitely possible for an everyday admin. - Ben