[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [OT] prune cups job log



Climbing up the file tree just a bit further I found the job logs all
accumulated under /var/spool/cups

A simple cron entry like so:

find /var/spool/cups -maxdepth 1 -type f -ctime +7 -exec rm -f {} ';'

solves the problem.



-- 

Alex Polite
http://plusseven.com/gpg



Reply to: