Use logrotate for backrest logging rather than nuking immediately
Just in case something goes wrong with healthchecks
This commit is contained in:
@ -51,3 +51,10 @@
|
||||
user: restic
|
||||
become: true
|
||||
when: restic_forget
|
||||
|
||||
- name: backrest fail2ban config
|
||||
template:
|
||||
src: files/backrest-logrotate
|
||||
dest: /etc/logrotate.d/backrest
|
||||
mode: "0600"
|
||||
become: true
|
||||
|
Reference in New Issue
Block a user