• d3Xt3r@lemmy.nz
    link
    fedilink
    arrow-up
    10
    ·
    edit-2
    1 年前

    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.