Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
Hi i have in one plesk pannel 3 domains. 1 main domain with 35GB files size and 2 domain alias. The domain aliad count each the same size. is this normal? In fact the floders size is 35GB but this count 105GB
The alias is just another name for exactly the same site. It displays the same values, because it is a synonym for the site. The space is not occupied twice or three times.
To find out what really counts against the disk quota you can do this:
- Sign in to the Linux shell.
- Run this command:
# du -hs * | sort -h > diskusage.txt
This will output a list of all files and directories sorted by their size into the file diskusasge.txt. You can view that file with any editor. It will likely reveal where all the disk space really goes.
Did you check your disk structure with the du command as mentioned above? An alias does not consume extra space, neither does it report any consumption to the virtualization layer under which your server is running. Better spend time on finding the real reason what is consuming much disk space on the system.
i am not familiar with terminal and ssh, byt where this will help me? the real size is about 50GB my backup archive is 50GB. but the plesk count 50 +35 +35
The problem is rather that you are making false assumptions. I can only recommend to check what your operating system is reporting. You can for example run
# df
on the shell and see what the operating systems says how much disk space you are using. And you can use the du command as shown above to find out where exactly on your disk all that space is consumed.
Or you can stay in the loop and insist that you are not really using the disk space and all of this is just a display error.