Any issues with deleting these folders? The reason is occasionally I find a leftover database dump (perhaps from a failed backup). There doesn't appear to be any task that runs to clean these out periodically.
I was thinking of
/var/www: find /*/*/*/.mysql_backup_enhance -type f -print
(Only deleting the files. Of course if the list looks right I will then do a -delete)
Any thoughts? Why are some backups (database dumps) not being removed?