So I've recently discovered an unplugged USB drive will cause PBS to spam IO errors to a log file until it fills the hard drive and borks itself so I figured I would adjust the logrotate settings to include a maxsize directive to logrotate, only I can't seem to find any PBS-specific files in /etc/logrotate.d/. Google's AI insists I could create a job for /var/log/proxmox-backup/tasks/*.log which I find dubious since none of the log files end in .log or even contain the string 'log'. I've seen other people claiming PBS rotates it's own logs but no mention on where to configure this or if it even uses logrotate to do it. For now I've added 'maxsize 100MB' and 'compress' to /etc/logrotate.conf will that be enough? On my system it takes about 39 hours to create a 20GB logfile that fills the log dataset so if logrotate checks every 24 hours I assume this will stave of future disasters.