cpanel disk usage
hi
i moved some backups to my home/abc folder last week, and i removed it after restore. still my cpanel shows
Disk usage : 603.23 MB / ? but a simple du -sh shows that my abc folder usage is jut 18MB
is there any default cron or something i can set to update these diskspace/bandwidth usage shown in cpanel to be updated periodically? may be once every hour?
thanks
-
The usage will be automatically updated. Or you can run the script /scripts/fixquotas if you have any issue 0 -
[quote="iserversupport, post: 1636242">The usage will be automatically updated. Or you can run the script /scripts/fixquotas if you have any issue
i already tried fix quotas, not helping the situation du -sh 18M but whm/cpanel shows 603MB for this 1 account. Any other way to troubleshoot this? thanks0 -
Hello, I can see some user files are present on your server but outside the user home directory and due to that cPanel/WHM is showing files disk usage. You will have to find out that files using following command find /home -user USERNAME | grep -v "/home/USERNAME"
Also check user quota through commandquota -v USERNAME0 -
[quote="24x7server, post: 1636372">Hello, I can see some user files are present on your server but outside the user home directory and due to that cPanel/WHM is showing files disk usage. You will have to find out that files using following command find /home -user USERNAME | grep -v "/home/USERNAME"
Also check user quota through commandquota -v USERNAME
thank you, you are correct find /home -user USERNAME | grep -v "/home/USERNAME" showed me few backup files under /home. After removing them, it shows correct space0 -
Hello, You are most welcome..! I'm happy to hear the issue is now resolved. 0 -
Hello, Glad that solved the issue for you. Thank you for updating this thread with your outcome. 0
Please sign in to leave a comment.
Comments
6 comments