mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-19 14:27:05 -04:00
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2301 e3e1d417-86f3-4887-817a-d78f3d33393f
21 lines
230 B
Plaintext
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
|
|
}
|