Files
admin/cron/example.root.crontab
T
Oleg Sheynin 1e392a94de progress
2026-06-23 18:02:56 +00:00

15 lines
680 B
Plaintext

# 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:cvtt /works/logs && chmod 775 /works/logs && chmod 665 /works/logs/*.log) 2>&1
#
#===========================================================================
# -------- T e s t
# -------- T e s t