Filemanager autodelete cron job
Please add an autodelete Feature.
Something Like:
[fileManager]
trash.autodelete = 1
trash.deleteafterdays = 30
If it's working from "Julian Bonpland Mignaquy" posted here.
find /var/www/vhosts/* -maxdepth 1 -type d -name ".trash" | xargs -i find {} -type f -mtime +1 | xargs -i rm {}
1
vote
Anonymous
shared this idea
This feature is already available in a very similar form. It is described in the change log for version 18.0.39
https://docs.plesk.com/release-notes/obsidian/change-log/?18049#plesk-18039
Since then you can configure auto-deletion (rotation) by date or by size. We would appreciate hearing your feedback on implementation of this functionality. Thanks in advance!