This commit is contained in:
Oleg Sheynin
2026-06-22 17:24:20 +00:00
parent 4960566db8
commit 1267b498ea
3 changed files with 48 additions and 2 deletions
+17
View File
@@ -0,0 +1,17 @@
# ROOT only crontab
#===========================================================================
#
# ---------- memory
*/5 * * * * /works/admin/free_cache.sh 2>&1 | /usr/bin/ts '[\%Y-\%m-\%d \%H:\%M:\%S]' >> /works/logs/$(date +\%Y\%m\%d).free_cache.log 2>&1
# ---------- file system
0 8 * * * /works/admin/fs_trim.sh 2>&1 | /usr/bin/ts '[\%Y-\%m-\%d \%H:\%M:\%S]' >> /works/logs/$(date +\%Y\%m\%d).fstrim.log 2>&1
# ---------- for logs maintenance
*/30 * * * * chown -R oleg:oleg /works 2>&1
#
#===========================================================================
# -------- T e s t
#
#
# -------- T e s t
#===========================================================================