Skip to content

Instantly share code, notes, and snippets.

@vmasciotta
Created April 16, 2016 09:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vmasciotta/976a89fb7154e35d7d103882168f546b to your computer and use it in GitHub Desktop.
Save vmasciotta/976a89fb7154e35d7d103882168f546b to your computer and use it in GitHub Desktop.
Cron daily trim
# place this few lines in /etc/cron.daily/trim
#!/bin/sh
LOG=/var/log/trim.log
echo "*** $(date -R) ***" >> $LOG
fstrim -v / >> $LOG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment