I’ve seen some tools that do things like take snapshots periodically and ones that add snapshots to grub, but not this specifically. Does something exist?

This will probably be on EndeavourOS, not Arch directly, if it matters.

  • h4x0r@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    8
    ·
    edit-2
    24 hours ago

    alias upgrayedd='<snapshot cmd> && pacman/paru ...'

    OR

    upgrayedd() {
        <pre>
        <snapshot cmd>
        pacman/paru "$1"
        <post>
    }