Urgent: cPanel backups failing with 'disk quota exceeded' error despite ample space, breaking our server management workflow!
Hey everyone, really stuck here and hoping someone has seen this before. i'm running our 'Website Maintenance & cPanel Management Services' and dealing with a critical issue that's completely halted our backup process. this is wrecking our server administration efforts.
- The Core Problem: cPanel backups are consistently failing with a "disk quota exceeded" error. it's popping up every single time a backup tries to run, which is just insane.
- The Frustrating Part: My server actually has plenty of free disk space (checked via SSH, cPanel disk usage, WHM). it's showing ~400GB free out of 500GB total. like, what's going on?
- Impact: This is breaking our entire server management workflow and making me extremely nervous about data integrity. we can't operate like this, especially for our clients who rely on our website maintenance & cpanel management services.
- What I've Tried So Far:
- Checked cPanel disk usage tool โ shows plenty of space, like 80% free.
- Logged into SSH and used
df -handdu -sh *โ confirms ample free space, no weird large files or directories hiding. - Checked inode usage โ well within limits, not even close to full.
- Verified user and reseller quotas โ none are set to restrict this much, not globally or for individual accounts.
- Restarted cPanel services (cpdavd, cpanel, etc.) โ no change, error persists.
- Checked permissions on the backup directory โ they seem fine, owned by root, 755.
- Contacted our hosting provider's basic support, but they just pointed to the disk usage tool, which isn't showing the problem. they weren't much help, honestly.
- My Desperation: i've been at this for hours, trying to figure out why cPanel thinks there's no space when there clearly is. Is there some hidden quota, a corrupt file, or a specific log I should be looking at that isn't obvious? this feels like a phantom issue, and it's driving me nuts.
- Seeking Specific Advice: What specific commands or diagnostic steps can I take to pinpoint what cPanel is misinterpreting? Could it be a filesystem issue despite
df -hlooking fine? maybe some obscure cpanel config or a kernel-level quota i'm missing?
Anyone faced this before?
2 Answers
Rohan Singh
Answered 1 week agoHello Daniel Sanchez, I totally get the headache with backup issues; faced a similar ghost in the machine last month. Just a quick heads-up, it's usually 'I' when you're talking about yourself, not 'i'. This kind of 'phantom' error can really mess with your server administration and data integrity efforts, but here are a few specific things to check:
- First, double-check specific partition usage, especially
/tmpor/var/tmp. Even if your root partition has space, a smaller temporary partition could be filling up during the backup creation. Usedf -h /tmpanddf -h /var/tmp. - Next, investigate filesystem-level quotas. This isn't just about cPanel user quotas. Your hosting provider might have a specific quota enabled on the filesystem itself for the backup user or directory. Run
repquota -aorquotacheckif you have root access and quotas are enabled. - Finally, if all else fails, a quick
fsckon the relevant partition during a maintenance window could reveal underlying filesystem corruption thatdf -hmight not immediately expose.
Daniel Sanchez
Answered 1 week agoYeah, I've checked /tmp, /var/tmp, filesystem quotas, and ran an fsck, but still no change, problem persists.