Sam Ruby wrote:
Leo Simons wrote:
Hi gang,
[EMAIL PROTECTED]:/usr/local/gump$ df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 7.4G 1.4G 5.7G 19% / tmpfs 1011M 0 1011M 0% /dev/shm /dev/sda6 25G 2.1G 21G 9% /home /dev/sdb6 32G 26G 3.9G 87% /usr
/usr/local/gump is kinda full, especially as it grows during gump runs (ie it was
/dev/sdb6 32G 29G 1.1G 97% /usr
a while ago).
Something's gotta give. Or something has to move from /usr/local/gump to /home/gump.
Some directories like /usr/local/gump/public/jars seem to only grow.
yep, that jar archive is getting bigger for no reason.
A cron job such as the following would remove files that are older than a week:
find /usr/local/gump/public/jars -ctime +6 | xargs -r rm
+1 great idea.
-- Stefano.
smime.p7s
Description: S/MIME Cryptographic Signature
