After 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?) - eviltoast
  • d3Xt3r@lemmy.nz
    link
    fedilink
    arrow-up
    11
    ·
    edit-2
    1 year ago

    Assuming you’re using btrfs, just use snapshots. You can also make use of Snapper to automate the whole thing, including setting up hooks for pacman so that it automatically takes a snapshot before an update.

    And for portability/reproducibility of your OS config, just backup your dotfiles:

    rsync -avh --exclude={'.local/share/Trash','.Trash-1000','.cache','/[^.]*'} ~/ /mnt/backupfolder/ --delete
    

    and package list.

    And for your personal documents, just use your favorite own/cloud service provider’s tool.