Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# First the log files
/var/log/zm/*log {
weekly
rotate 3
notifempty
missingok
}
# Now the weekly db backup
/var/lib/zm/zm_backup.sql {
compress
postrotate
@BINDIR@/zmdbbackup
endscript