My backups run every day and generate a folder(directory) with *.sql files in it. How can I go through a spesific directory and delete all folders (with contents) contained in this directory that are older then 10 days (for example) from today's date.
Thanks.