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
    0
    ·
    edit-2
    1 day ago

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

    OR

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