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:
parent
7d573627f5
commit
360c726326
@ -13,7 +13,7 @@ important_names='linux(-zen)?(-headers)?|systemd|zfs-(linux(-zen)?|dkms|utils)'
|
||||
|
||||
# Number snapshots to keep
|
||||
snaps_trivial_keep='25'
|
||||
snaps_important_keep='5'
|
||||
snaps_important_keep='10'
|
||||
|
||||
# Which suffix to use in snapshot names to identify snapshots before a
|
||||
# trivial pacman operation and before important pacman operations.
|
||||
|
Loading…
x
Reference in New Issue
Block a user