I’m not quite sure how to interpret the Munin graph as it would suggest % consumed would be /, /run, /boot/efi added together (so circa 80%).
I also noted that my /var/log/journal has grown significantly to 2.4 gb
So the questions are:
I don’t believe there will be any impact from trimming the journal logs e.g. journalctl --vacuum-size=200M
but I’m not familiar enough with them or mailinabox to know, is anyone able to confirm?
Is the growth in /boot/efi a false positive and is there any action I can take to recover the disk space.
For reference the drop in consumed space in October 2020 was when I off-loaded backups to a free S3 bucket, in case anyone is thinking of doing the same.
As always thanks to everyone for a great product. I’m enjoying learning about the product and linux administration in parallel.
You can always check man hier page to see what various directories are intended to be used for.
These should be maintained by, I think, unattended-upgrades. You can run sudo apt autoremove and before deleting anything it will ask to confirm, and you can check what it might want to remove.
You can also run sudo apt autoclean to remove some old cruft and I’ve never experienced a problem from running this command, though it does not ask for permission before deleting stuffs.