zoneminder/scripts/zmlogrotate.conf

21 lines
232 B
Plaintext
Raw Normal View History

2013-03-17 07:45:21 +08:00
# First the log files
/var/log/zm/*log {
weekly
rotate 3
notifempty
missingok
}
# Now the weekly db backup
/var/lib/zm/zm_backup.sql {
weekly
rotate 3
missingok
compress
postrotate
/usr/bin/zmdbbackup
endscript
}