OK, well I thought this was working, but I guess it's not.  Anybody have 
a good logrotate configuration for mythbackend.log?  Here's mine, but 
it doesn't seem to be working.  (I'm running FC3)

(in /etc/logrotate.d/mythtv
/var/log/mythtv/mythbackend.log {
    weekly
    size 100M
    rotate 1
    copytruncate
    compress
    compresscmd /usr/bin/bzip2
    uncompresscmd /usr/bin/bunzip2
    notifempty
    missingok
    notifempty
}

Thx,

JAC
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to