11 lines
167 B
Plaintext
11 lines
167 B
Plaintext
/var/log/aide/*.log {
|
|
maxage 365
|
|
weekly
|
|
missingok
|
|
rotate 4
|
|
compress
|
|
delaycompress
|
|
copytruncate
|
|
minsize 100k
|
|
}
|