12G custombuild folder !

mohamad_oops

New member
Joined
Oct 9, 2016
Messages
2
in my custombuild folder i have too many folders with 12 GB of size

i run this command in custombuild folder :

./build clean
and
rm -f *gz

but folders still exist

can i delete all folders manually ? or not

Code:
485M    php-7.0.9
484M    php-7.0.8
484M    php-7.0.6
483M    php-7.0.5
482M    php-7.0.4
482M    php-7.0.3
482M    php-7.0.2
482M    php-7.0.1
413M    php-5.6.24
412M    php-5.6.23
411M    php-5.6.11
410M    php-5.6.9
404M    php-5.6.8
403M    php-5.6.7
396M    php-5.5.24
367M    php-5.5.21
367M    php-5.5.20
366M    php-5.5.18
366M    php-5.5.17
363M    php-5.5.23
359M    php-5.5.22
300M    dovecot-2.2.23
300M    dovecot-2.2.22
288M    dovecot-2.2.21
273M    dovecot-2.2.17
256M    dovecot-2.2.16
237M    dovecot-2.2.15
224M    dovecot-2.2.13
75M     httpd-2.4.18
47M     curl-7.50.0
47M     curl-7.49.0
46M     curl-7.48.0
41M     curl-7.47.1
41M     curl-7.47.0
39M     curl-7.43.0
39M     curl-7.42.1
39M     curl-7.42.0
39M     curl-7.41.0
39M     curl-7.40.0
38M     curl-7.39.0
32M     freetype-2.5.5
32M     freetype-2.5.4
26M     nginx-1.10.0
25M     nginx-1.8.1
24M     nginx-1.6.3
24M     nginx-1.6.2
19M     php-7.0.11.tar.gz
19M     php-5.6.26.tar.gz
18M     icu4c-4_8_1_1-src.tgz
15M     exim-4.86.2
14M     libpng-1.6.23
14M     libpng-1.6.21
14M     exim-4.85
14M     exim-4.84
13M     libpng-1.6.17
13M     libpng-1.6.16
 
Yes, you can delete the folders manually. But try running all these command in this order:

Code:
cd /usr/local/directadmin/custombuild
./build update
./build clean
./build clean_old_webapps
./build clean_old_tarballs

And for the future, make sure your options.conf file has these values (if not change them and restart DirectAdmin):

Code:
clean=yes
clean_old_tarballs=yes
clean_old_webapps=yes
 
And for the future, make sure your options.conf file has these values (if not change them and restart DirectAdmin):

Code:
clean=yes
clean_old_tarballs=yes
clean_old_webapps=yes

no need to restart directadmin since these are config options for custombuild, read every time custombuild runs.
 
Back
Top