Closed stepin closed 10 years ago
To clean files from sha1 and error cases.
This will clean the files which wasn't modified for over one day. Occurs every hour.
9 * * * * /usr/bin/find /your/temp/files/dir/ -mtime +1 -type f -exec rm -f {} \;
To clean files from sha1 and error cases.