Use logrotate for backrest logging rather than nuking immediately
Just in case something goes wrong with healthchecks
This commit is contained in:
8
ansible/roles/restic/files/backrest-logrotate
Normal file
8
ansible/roles/restic/files/backrest-logrotate
Normal file
@ -0,0 +1,8 @@
|
||||
/home/restic/log/* {
|
||||
weekly
|
||||
rotate 12
|
||||
missingok
|
||||
compress
|
||||
nodateext
|
||||
notifempty
|
||||
}
|
Reference in New Issue
Block a user