mg
3a34d5841f
bg Bugfix: sanoid: logfile permissions Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#86 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
11 lines
150 B
Text
11 lines
150 B
Text
/var/log/sanoid-cron.log {
|
|
su root root
|
|
create 0644 root root
|
|
rotate 4
|
|
weekly
|
|
compress
|
|
missingok
|
|
notifempty
|
|
dateext
|
|
dateyesterday
|
|
}
|