2023-03-05 08:15:16 +01:00
|
|
|
# Pipe-separated list of kernel names. Will be matched against regular
|
|
|
|
# expression ^this_var_here$. Snapshots taken before a pacman transaction on
|
|
|
|
# an important package have a separate retention from snapshots for trivial
|
|
|
|
# packages. Lends itself to keeping kernel updates separate from everything
|
|
|
|
# else.
|
|
|
|
important_names='tmux'
|
2023-03-05 22:16:29 +01:00
|
|
|
# zfs pkgs, systemd?
|
2023-03-05 08:15:16 +01:00
|
|
|
|
|
|
|
snaps_trivial_keep='15'
|
|
|
|
snaps_important_keep='5'
|
|
|
|
|
|
|
|
snaps_trivial_suffix='trv'
|
|
|
|
snaps_important_suffix='imp'
|