Server alerts on disk usage above 90%, or customers report failed uploads and mail deferrals caused by a full partition.
df -h — identify the full partition (usually /home or /var).du -xhd1 /home | sort -h | tail -20/home/*/backup-*.tar.gz, /backup), the mail queue (exim -bpc), Apache domlogs, and MySQL binlogs (/var/lib/mysql/*-bin.*).logrotate -f /etc/logrotate.conf — truncate active logs, never delete them.PURGE BINARY LOGS BEFORE NOW() - INTERVAL 7 DAY;Enable backup pruning (retain two local copies at most), set the WHM disk-usage warning to 80%, and add the partition to monitoring with an alert at 85%.