ansible-playbooks/ubuntu/roles/pgbackrest-install/files/pgbackrest
2019-10-20 21:53:09 -04:00

10 lines
174 B
Plaintext

/var/log/pgbackrest/*.log {
daily
missingok
rotate 7
compress
delaycompress
notifempty
create 640 postgres postgres
}