I don’t believe Snapper is following my policies I laid out in the /etc/snapper/configs/root file. Am I mistaken to believe there are more snap shots than what is shown in the the configuration file?
snapper -c root list:
Type | # | Pre # | Date | User | Cleanup | Description | Userdata
-------±—±------±--------------------------------±-----±--------±----------------------±-------------
single | 0 | | | root | | current |
single | 1 | | Tue 06 Jun 2017 07:44:27 PM CDT | root | | first root filesystem |
single | 2 | | Tue 06 Jun 2017 07:59:46 PM CDT | root | number | after installation | important=yes
pre | 59 | | Thu 08 Jun 2017 01:59:57 PM CDT | root | number | zypp(zypper) | important=yes
post | 60 | 59 | Thu 08 Jun 2017 02:01:33 PM CDT | root | number | | important=yes
pre | 61 | | Thu 08 Jun 2017 04:16:51 PM CDT | root | number | yast sw_single |
pre | 62 | | Thu 08 Jun 2017 04:17:42 PM CDT | root | number | zypp(y2base) | important=no
post | 63 | 62 | Thu 08 Jun 2017 04:17:45 PM CDT | root | number | | important=no
post | 64 | 61 | Thu 08 Jun 2017 04:17:48 PM CDT | root | number | |
pre | 65 | | Thu 08 Jun 2017 05:46:30 PM CDT | root | number | yast sw_single |
pre | 66 | | Thu 08 Jun 2017 05:49:09 PM CDT | root | number | zypp(y2base) | important=no
post | 67 | 66 | Thu 08 Jun 2017 05:49:15 PM CDT | root | number | | important=no
post | 68 | 65 | Thu 08 Jun 2017 05:49:21 PM CDT | root | number | |
/etc/snapper/configs/root:
create hourly snapshots
TIMELINE_CREATE=“no”
cleanup hourly snapshots after some time
TIMELINE_CLEANUP=“yes”
limits for timeline cleanup
TIMELINE_MIN_AGE=“1800”
TIMELINE_LIMIT_HOURLY=“0”
TIMELINE_LIMIT_DAILY=“7”
TIMELINE_LIMIT_WEEKLY=“7”
TIMELINE_LIMIT_MONTHLY=“7”
TIMELINE_LIMIT_YEARLY=“7”
cleanup empty pre-post-pairs
EMPTY_PRE_POST_CLEANUP=“yes”
limits for empty pre-post-pair cleanup
EMPTY_PRE_POST_MIN_AGE=“1800”
limit for number cleanup
NUMBER_MIN_AGE=“1800”
NUMBER_LIMIT=“2-7”
NUMBER_LIMIT_IMPORTANT=“2-7”