Some years ago, I make the mistake of doing a single partition for the system (I'm using EndeavourOS). Now I have a new disk, and I want to move the OS there, but not /home, which I want to stay in the old drive. How can I do it?

you are viewing a single comment's thread
view the rest of the comments
[–] 4 points 1 year ago

Rsync -rav --exclude home / /destination

  • source