You are not logged in.
Pages: 1
So I want to reinstall Arch on my laptop and was wondering if there is a way to copy the home folder to put on an SD card or flash drive to save all the files. I don't think I am going to copy the home folder back on to the fresh install of Arch. Is it as simple as dragging and dropping the folder on to the drive or do I have to change some things first?
Offline
or do I have to change some things first?
Well... In this case I think just a $ cp -ar $HOME /MOUNTPOINT/TO/SD_CARD would suffice. I have a pretty simple-stupid $HOME layout so I've never encounter any sort of weird behaviors at all (be aware of some symlinks, maybe, eg.: Steam and wine's prefixes)
<49,17,III,I> Fama di loro il mondo esser non lassa;
<50,17,III,I> misericordia e giustizia li sdegna:
<51,17,III,I> non ragioniam di lor, ma guarda e passa.
Offline
why do you want to re-install ?
Offline
To clear up space because I'm to lazy to just do it manually. Plus installing Arch or any OS is fun. Might also try a different DE.
Offline
If the SD card is FAT32 you're gonna trash your ownership and permissions.
If you don't have access to external storage w/ a usable FS, create a (compressed or not) tarball and copy that.
Offline
If the SD card is FAT32 you're gonna trash your ownership and permissions.
Wouldn't a copy-back into the new $HOME take care of re-creating proper dmask= fmask= combo? O.o
<49,17,III,I> Fama di loro il mondo esser non lassa;
<50,17,III,I> misericordia e giustizia li sdegna:
<51,17,III,I> non ragioniam di lor, ma guarda e passa.
Offline
You're not gonna be able to restore whether a file was executable, read-only, foreign owned, … after you flattened that by copying it onto fat32 - the information is lost.
Another issue w/ fat32 can be the limited set of valid filename characters.
fat32 is no suitable backup FS (so I was poiting that out because for "SD card" it also a common choice/pre-formatted)
Offline
If you enjoy reinstalling so much, you may want to consider putting your /home on a separate partition...
after you flattened that by copying it onto fat32 - the information is lost
Gotcha
<49,17,III,I> Fama di loro il mondo esser non lassa;
<50,17,III,I> misericordia e giustizia li sdegna:
<51,17,III,I> non ragioniam di lor, ma guarda e passa.
Offline
/home on a separate partition...
Or a BTRFS subvolume per-se ![]()
<49,17,III,I> Fama di loro il mondo esser non lassa;
<50,17,III,I> misericordia e giustizia li sdegna:
<51,17,III,I> non ragioniam di lor, ma guarda e passa.
Offline
Or, good old-fashioned tar. It does not matter if the underlying file system is from the last millennium (even though tar is).
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
https://bbs.archlinux.org/viewtopic.php … 0#p2148110
We're moving in circles ![]()
Offline
https://bbs.archlinux.org/viewtopic.php … 0#p2148110
We're moving in circles
My bad, missed line two. More coffee for me.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Pages: 1