mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-01-23 05:28:37 -05:00
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
|
|
}
|