This commit is contained in:
Oleg Sheynin
2026-06-22 18:37:45 +00:00
parent 2721fc0fa5
commit 7496e79ae6
+1 -1
View File
@@ -6,7 +6,7 @@
# ---------- file system # ---------- 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 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 # ---------- for logs maintenance
*/30 * * * * chown -R oleg:oleg /works 2>&1 */30 * * * * (chown -R oleg:cvtt /works/logs && chmod -R 775 /works/logs) 2>&1
# #
#=========================================================================== #===========================================================================
# -------- T e s t # -------- T e s t