TheLemming@feddit.de to Arch Linux@lemmy.mlEnglish · edit-21 year agoAfter installing your OS (Manjaro in my case) and configuring it to your likings, which directories do you backup? (or reverse-question, which directories do you not backup?)message-squaremessage-square15fedilinkarrow-up118arrow-down11
arrow-up117arrow-down1message-squareAfter installing your OS (Manjaro in my case) and configuring it to your likings, which directories do you backup? (or reverse-question, which directories do you not backup?)TheLemming@feddit.de to Arch Linux@lemmy.mlEnglish · edit-21 year agomessage-square15fedilink
minus-squarevepro@iusearchlinux.fyilinkfedilinkarrow-up1·1 year agoPrograms may read from /etc, but it’s not recommended. Instead, I recommend having your .config directory stored somewhere, or preferably, have all configs in a git repository (often called dotfiles) and deploy them on systems for example with stow
Programs may read from /etc, but it’s not recommended. Instead, I recommend having your .config directory stored somewhere, or preferably, have all configs in a git repository (often called dotfiles) and deploy them on systems for example with
stow