refactor(conf): Keep more important snapshots (#1)

On an example daily driver test machine 10
important snapshots allow for about one full
month of rollbacks. Sounds and feels reasonable.
This commit is contained in:
hygienic-books 2023-12-25 21:50:12 +01:00
parent 7d573627f5
commit 360c726326

View File

@ -13,7 +13,7 @@ important_names='linux(-zen)?(-headers)?|systemd|zfs-(linux(-zen)?|dkms|utils)'
# Number snapshots to keep # Number snapshots to keep
snaps_trivial_keep='25' snaps_trivial_keep='25'
snaps_important_keep='5' snaps_important_keep='10'
# Which suffix to use in snapshot names to identify snapshots before a # Which suffix to use in snapshot names to identify snapshots before a
# trivial pacman operation and before important pacman operations. # trivial pacman operation and before important pacman operations.