Temp files & folder locations in DA

gunemalli

Verified User
Joined
Jul 22, 2009
Messages
79
Location
Sheffield, UK
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:
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.
 
Back
Top