13 lines
176 B
Text
13 lines
176 B
Text
|
{{ file_header | default () }}
|
||
|
/var/log/restic.log {
|
||
|
su root root
|
||
|
create 0640 root root
|
||
|
rotate 4
|
||
|
weekly
|
||
|
compress
|
||
|
missingok
|
||
|
notifempty
|
||
|
dateext
|
||
|
dateyesterday
|
||
|
}
|