After UpCP ran /usr adds 10%

pjman

Well-Known Member
Mar 22, 2003
101
0
166
New York
After my release version was updated automatically by UPCP today. My /usr partition added about 6-10% depending on the server.

My /usr partition is high on all servers due to large logs.

Any ideas what it added to?

and what would be safe to remove?

A 1000 Thanks for your input.
 

david510

Well-Known Member
Aug 22, 2004
473
0
166
You may check the disk quots by using the following comand and delete teh *.gz.1 files as they are old files.

cd /usr/local/apache
du -sch *

then

cd /usr/local/apache/domlogs
ls -lh --sort=size | less

check for maximum size taking file and remove it after you run the stats of that domain using

/scripts/runweblogs username
 

pjman

Well-Known Member
Mar 22, 2003
101
0
166
New York
Fantastic

Thanks David.

What would be the exact coomand to delete *.gz.1 ?


Man, what a big help. 10,000 Thanks;)