I have hp thinclient T630 with 64ssd disk on which i run home assistant server on docker container.
It was working very well for half a year or so, today i noticed it is down. I figured my disk is so full it does not even load GUI. I can only access console.
I don't have much knowledge with linux, it took me quite some time to set everything up.
I've noticed that almost 50G of disk space is used by /var/lib/docker I will attach images, is there a way to clear that up? Also is there a way to clone all data if i buy a bigger disk, so i don't have to re-install everything again? img1
sudo apt-get clean
. To remove any old kernelssudo apt-get autoremove
. To clear older journal records.sudo journalctl --vacuum-time=7d
– PonJar Jun 22 '23 at 05:03