mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
11 lines
254 B
Plaintext
11 lines
254 B
Plaintext
"/var/log/urbackup.log" {
|
|
weekly
|
|
rotate 12
|
|
missingok
|
|
create 640 urbackup urbackup
|
|
compress
|
|
postrotate
|
|
test -e /var/run/urbackupsrv.pid && kill -HUP `cat /var/run/urbackupsrv.pid` || /bin/systemctl kill -s HUP urbackup-server.service
|
|
endscript
|
|
}
|