Files
zoneminder/scripts/zmlogrotate.conf.in
stan 8af774a98c Fixes and patches.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2641 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-09-30 08:41:23 +00:00

21 lines
232 B
Plaintext

# 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
@BINDIR@/zmdbbackup
endscript
}