Fstrim on Ubuntu 18.04
Recently I discovered that my backups of my proxmox virtual machines were taking up too much space on my storage server. After doing some research, i found out that I could run fstrim -v / to remove deleted space from my drive. Now what I needed was a way to automated it. Using Cron I… read more »