Use logrotate for backrest logging rather than nuking immediately

Just in case something goes wrong with healthchecks
This commit is contained in:
Jake Howard
2021-06-27 10:58:01 +01:00
parent 8696f6d93f
commit 41a8fe3b4d
3 changed files with 15 additions and 2 deletions

View File

@ -0,0 +1,8 @@
/home/restic/log/* {
weekly
rotate 12
missingok
compress
nodateext
notifempty
}