• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

What's covered by the "other" catigory in customers disk statistics?

Thanks for the suggestion - unfortunately I have already checked - and no backups on the server. All backups are kept on external ftp site.

Any other suggestions appreciated.
 
I apologize for reviving this old thread, but it wasn't resolved and there is no much information about this (common) issue.

In my case, for some reason, the "other" category space was incorrectly calculated.
For some domains with only 500 to 900 MB of real space consumed, the stats showed about 2GB in the "other" category (dangerous as it can lock domains out of space).

I solved it executing the following command:
/usr/local/psa/admin/sbin/statistics --calculate-all

Or only for one domain:
/usr/local/psa/admin/sbin/statistics --calculate-one --domain-name=thedomaintocalculate.com

A very good script for calculate real space consumed by the domains is here:
http://blog.aclarke.eu/a-simple-treesize-shell-script-for-linux/
It works as the treesize windows utility, if you execute it in the /var/www/vhosts/thedomaintocalculate.com you can see the real space consumed from this domain, and the results are sorted by size.
(NOTE: I have nothing to do with the author).

I hope to be helpful.
 
Back
Top