I was wondering af anyone has a script or something to auto delete folders/files that are older than 2 years?
I have a Plex Server which i would like to auto clean up.
I have seen stuff like "find /path/to/files* -mtime +5 -exec rm {} \;"
But i have not tested it yet. Just wanted to here if someone already had something for this