homeserver/roles/mgrote.zfs_sanoid/templates/logrotate_sanoid
mg 3a34d5841f Bugfix: sanoid: logfile permissions (#86)
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>
2021-05-09 18:24:00 +02:00

12 lines
150 B
Text

/var/log/sanoid-cron.log {
su root root
create 0644 root root
rotate 4
weekly
compress
missingok
notifempty
dateext
dateyesterday
}