infrastructure/ansible/roles/restic/files/backrest-logrotate
Jake Howard 711d78bfd3
Only try and rotate the log files
Previously, this was also rotating the compressed logs, for some reason
2021-12-28 12:57:08 +00:00

9 lines
96 B
Plaintext

/home/restic/log/*.log {
weekly
rotate 12
missingok
compress
nodateext
notifempty
}