Hi,
Every once in a while, when the snapshots become too many, I run snapper delete --sync num1-num2 in order to remove them excluding snapshots 1 and 2 of course.
Up to now, when new snapshots were created, by zypper mainly, after the removal, they used to start from number 3 and up. Now, despite the fact that only snapshots 1 and 2 exist, the new ones continue from were the old ones were deleted, as if they were still there.
Because of this, when I issue a snapper list command, it shows something like this:
# β Type β Pre # β Date β User β Used Space β Cleanup β Description β Userdata
βββββΌβββββββββΌββββββββΌβββββββββββββββββββββββββββββββββββΌβββββββΌβββββββββββββΌββββββββββΌββββββββββββββββββββββββΌβββββββββββββ
0 β single β β β root β β β current β
1* β single β β Sat 11 Jan 2025 07:52:34 PM EET β root β 32.82 MiB β β first root filesystem β
86 β pre β β Tue 28 Jul 2026 01:34:15 AM EEST β root β 237.63 MiB β number β zypp(zypper) β important=no
87 β post β 86 β Tue 28 Jul 2026 01:34:28 AM EEST β root β 8.73 MiB β number β β important=no
How do I make the numbering system work the way it used to so that the new snapshots start from number 3 again?
Thank you.