gunemalli
Verified User
Hi all,
I'm building a small script for cleaning up disk space. The script is meant for cpanel servers. I'd like to know what the tempary file storages used by DA for various tasks like updates/upgrades/logs etc which are safe to delete.
for example, the following are purged on cpanel servers:
I'd like to know the similar folders used by DA and any other folders, so that i can make this script DA compliant.
Thanks for your support n response.
I'm building a small script for cleaning up disk space. The script is meant for cpanel servers. I'd like to know what the tempary file storages used by DA for various tasks like updates/upgrades/logs etc which are safe to delete.
for example, the following are purged on cpanel servers:
Code:
'/var/log/*.gz'
'/var/log/*.?'
'/home/core.*'
'/home/cpeasyapache'
'/home/MySQL-install'
'/home/latest'
'/home/cprubygemsbuild'
'/home/cprubybuild'
'/home/cprestore'
'/usr/local/cpanel/src/3rdparty/*'
I'd like to know the similar folders used by DA and any other folders, so that i can make this script DA compliant.
Thanks for your support n response.