this post was submitted on 13 Sep 2023
16 points (100.0% liked)

Arch Linux

7755 readers
2 users here now

The beloved lightweight distro

founded 4 years ago
MODERATORS
 

I guys, how can I reproduce the exact system configuration of my PC on another PC? Just copy the home folder on an external drive and then past it on the other machine?

all 6 comments
sorted by: hot top controversial new old
[–] Zachariah@lemmy.world 7 points 1 year ago (1 children)

You probably want to clone the disk. There are lots of guides on this out there. I usually use CloneZilla.

Here’s an Arch article discussing migration (including cloning) https://wiki.archlinux.org/title/Migrate_installation_to_new_hardware

[–] Joseph_Boom@feddit.it 2 points 1 year ago
[–] Andy@programming.dev 5 points 1 year ago (1 children)

If you don't want to clone the disk but do want to match system level stuff (outside the home folder) you might like to use https://github.com/CyberShadow/aconfmgr

[–] Cyber@feddit.uk 2 points 1 year ago

I was looking for something like this... I need to rebuild my MythTv system due to years of messing around and this looks like it might be the answer. Thanks!