this post was submitted on 14 Jan 2025
19 points (95.2% liked)

Arch Linux

7841 readers
3 users here now

The beloved lightweight distro

founded 5 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 4 days ago* (last edited 4 days ago)

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

OR

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