10 lines
155 B
Plaintext
10 lines
155 B
Plaintext
|
/var/log/aide/*.log {
|
||
|
weekly
|
||
|
missingok
|
||
|
rotate 4
|
||
|
compress
|
||
|
delaycompress
|
||
|
copytruncate
|
||
|
minsize 100k
|
||
|
}
|