I use snapper just for the automatic snapshots. Usually I just let snapper do it's thing and it's only when I need something that I pay any attention to the snapper snapshots. (On those occasions they're very good to have.) I've run this way for years on my desktop.
But today I thought to check for stray snapshots after the recent release upgrade and discovered:
Not good. The snapper timeline cleanup was not working properly, if at all. Looking at the snapper log the number of snapshots has been growing roughly since October, well before the release upgrade that I did in December. My desktop kubuntu install has two subvolumes, root and home, and both had hundreds of snapper snapshots.
and I'm back to 25 or so snapshots for each subvolume.
So, the cleanup run by the systemd timer has not worked. Checking the timer with systemctl shows that is has been running without errors, and /var/log/snapper.log and journalctl -u '*snapper*' show no errors.
Any ideas? I know the intersection of KFN and snapper is small.
But today I thought to check for stray snapshots after the recent release upgrade and discovered:
Code:
$ sudo btrfs su li / | wc -l 925
Code:
$ sudo snapper -c home cleanup timeline $ sudo snapper -c root cleanup timeline
So, the cleanup run by the systemd timer has not worked. Checking the timer with systemctl shows that is has been running without errors, and /var/log/snapper.log and journalctl -u '*snapper*' show no errors.
Any ideas? I know the intersection of KFN and snapper is small.
Comment