I added the following lines to my /etc/crontab to run SSD TRIM cleanup on the primary mount points in my UTM weekly. The fstrim command is included with the OS and does not appear to run automatically from what I could tell. If someone know better, let me know..
@weekly root /sbin/fstrim /
@weekly root /sbin/fstrim /boot
@weekly root /sbin/fstrim /opt/inst
@weekly root /sbin/fstrim /var/log
@weekly root /sbin/fstrim /tmp
Thought I'd share..
Bryan
This thread was automatically locked due to age.