mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
11 lines
165 B
Plaintext
11 lines
165 B
Plaintext
"/var/log/urbackup.log" {
|
|
weekly
|
|
rotate 12
|
|
missingok
|
|
create 640 urbackup urbackup
|
|
compress
|
|
postrotate
|
|
kill -HUP `cat /var/run/urbackup_srv.pid`
|
|
endscript
|
|
}
|