• @[email protected]
    link
    fedilink
    11
    edit-2
    2 years 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.

    • TheLemmingOP
      link
      fedilink
      English
      12 years ago

      No, I’m not using btrfs with Manjaro. Is it possible? Where can I read myself into it? Seems like something reasonable! Will start with youtube or archlinux wiki