deleting old unused images
Posted
by Ayyash
on Server Fault
See other posts from Server Fault
or by Ayyash
Published on 2010-04-12T22:57:04Z
Indexed on
2010/04/12
23:03 UTC
Read the original article
Hit count: 442
As we move on with our content-based websites, lots of images get dumped in our images folder, but we rarely come across self-committed monkyes that delete their files once they do not need it, which means, we end up with a huge list of images in one folder, and it is very tricky to clean it up. My question is (and i dont know if this is the right website to ask it), is there a tool that allows me to find out if an image has been requested by web in the last (n) months?
my other general question is, how do you do it? how do you take control of your images folders? what policy do you enforce on developers to clean up? what measures do you take in order to decide what goes and what stays if you end up with an out-of-control situation?
my suggestion was to rename the images folder, create a new one, copy the basic ones and wait for someone to complain about a broken image! :) i find this to be the most efficient.
© Server Fault or respective owner