Everybody have the same problem: How to deal with old files, logs, temporal files to archive them (compress, store in alternate locations), delete unneeded, etc. them
Specially if you have to deal with a lot of home-brew and third-party software and tools, that basically fill the disk do not care about their logs/temp files.
Now I am using my own shell scripts using find, logrotate, tar, etc... But everything is too adhoc for my taste, and not efficient at all.
I would love some kind of generic tool, based on patterns and rules/actions that will allow define actions on the files based on their name, age, etc.
I wanna write it, but I am sure that somewhere wrote something: Do you know any?
temporal files to archiveis a contradictio in adjecto. – user unknown Feb 1 '12 at 0:03