Files
logger/logrotate.cfg
2025-09-04 11:56:57 +00:00

13 lines
233 B
INI

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