mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 14:27:59 -05:00
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2641 e3e1d417-86f3-4887-817a-d78f3d33393f
21 lines
232 B
Plaintext
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
|
|
}
|