Disk Space

Hello, after migrating all sites from dreamhost to vultr, the disk space used was 47%, 3 weeks later I have 96% disk in use.

Searching around here I found some folders with considerable sizes.

/home 29G
/snap 1.1G
/swaplife 2.4G
/user 6.7G
/var 4.5G

How can I normalize disk space usage?

What is in the home?

I discovered that one of the websites, which is 1.3GB in size and receives an average of 300 daily visits, rapidly increases disk consumption when using Litespeed. By the end of the day, these cached files can exceed 20GB.

I conducted several tests using “Scheduled Purge URLs,” scheduling them for the early morning hours, and I tried the following URLs:

/
/*
*

Unfortunately, none of these options allowed me to clear the cache through the WP admin panel.

At this moment, I’m trying to determine if it’s possible to perform this cleanup using “CRON MANAGEMENT” by using the command:

litespeed_purge_all

Do you have any ideas about which command to use to clear the cache daily through CyberPanel?

Thank you.