Open mkarulin opened 7 months ago
Add new field to the scheduler task called "Regular expression for folder and file names" This allows you to only delete files or folders that match the regex. Only the basename of the deletable item will be matched.
Example: Path: fileadmin/userupload Regex: /^folder/
Matches: fileadmin/user_upload/folder_12345 but not fileadmin/user_upload/otherfolder_12345
Add new field to the scheduler task called "Regular expression for folder and file names" This allows you to only delete files or folders that match the regex. Only the basename of the deletable item will be matched.
Example: Path: fileadmin/userupload Regex: /^folder/
Matches: fileadmin/user_upload/folder_12345 but not fileadmin/user_upload/otherfolder_12345