• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved cronjobs command for delete old files in specific folders

dickography

New Pleskian
hai all, i am new here.

need help on what command to delete files in certain days/weeks/months in certain folders?

to delete for example file within a week "y" folder.

can anybody give me example in plesk ?
 
nevermind, already found what i'm looking for..

in plesk i use this command to delete file more than 30days in specific folder:

/var/www/example.com/wp-content/targetdir -type f -mtime +30 -delete
 
Back
Top