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

Arch Linux

7739 readers
1 users here now

The beloved lightweight distro

founded 5 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?

top 6 comments
sorted by: hot top controversial new old
[–] Zachariah@lemmy.world 7 points 2 years 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 2 years ago
[–] norevisit@lemmy.world 7 points 2 years ago (1 children)

If you've heard of nix os, I'm working on a script that will allow you to create a 'nix.conf'-ish file that can be used with the arch iso to create reproducible builds of archlinux.

I'm not a dev or educated in programming at all, I just love Linux. If you're interested its at https://gitlab.com/setsav/archdeploy

[–] Joseph_Boom@feddit.it 2 points 2 years ago

This is a really cool project, thanks

[–] Andy@programming.dev 5 points 2 years 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 2 years 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!