Files
logger/logrotate.cfg
2025-09-04 12:15:01 +00:00

13 lines
241 B
INI

/root/Logs/*.log {
monthly
rotate 3
compress
missingok
notifempty
copytruncate
dateext
postrotate
echo "$(date) Logrotate (log.txt) hat stattgefunden! ERR: $?" >>/root/Logs/log.log
endscript
}