guys. im trying to add to logrotate files from a some directory. it should be either *.txt files or *_log files. wtat's the right syntax for this:
/var/www/html/groupware/horde_logs/[*.txt|*_log]{
missingok
notifempty
sharedscripts
size=5129k
delaycompress
postrotate
endscript
}
~
or it should be:
..{*.txt|*_log} or ..(*.txt|*_log)?