Christopher J. Basten
2004-02-11 18:32:32 UTC
I installed Panther on a G4 back in October. Recently, I noticed that
my hard drive was filling up: I finally figured out that
/var/spool/cups/tmp had thousands of files taking up close to 21GB.
Has anyone else noticed this? I would think that the print system
would delete temporary files after they were printed. The
same directory on a 10.2.8 system is empty.
I tried to delete the files in /var/spool/cups/tmp, but there were so
many files that /bin/rm * would crash the shell. Finally, I used
find . -atime +7 -type f -exec \rm '{}' \;
run from /var/spool/cups, which deleted all files older than a week.
Aside from running a cron job to do this, does anyone know of a
switch to have the spool directory cleaned out automatically?
-Chris
my hard drive was filling up: I finally figured out that
/var/spool/cups/tmp had thousands of files taking up close to 21GB.
Has anyone else noticed this? I would think that the print system
would delete temporary files after they were printed. The
same directory on a 10.2.8 system is empty.
I tried to delete the files in /var/spool/cups/tmp, but there were so
many files that /bin/rm * would crash the shell. Finally, I used
find . -atime +7 -type f -exec \rm '{}' \;
run from /var/spool/cups, which deleted all files older than a week.
Aside from running a cron job to do this, does anyone know of a
switch to have the spool directory cleaned out automatically?
-Chris