Files
zoneminder/scripts/zmlogrotate.conf.in
stan d0fdcec204 Bug 461 - Added RDM scripts
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2301 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-02-13 22:39:46 +00:00

21 lines
230 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
}