Files
logger/logrotate.cfg
2025-09-04 12:18:30 +00:00

13 lines
258 B
INI

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