10 lines
174 B
Plaintext
10 lines
174 B
Plaintext
|
/var/log/pgbackrest/*.log {
|
||
|
daily
|
||
|
missingok
|
||
|
rotate 7
|
||
|
compress
|
||
|
delaycompress
|
||
|
notifempty
|
||
|
create 640 postgres postgres
|
||
|
}
|