Exclude files with a fragment in filename
-
Hello!
I need to exclude from backup files that contain a certain character sequence.
Like 2048 or 1abc.
I tried this regular expressions rule, but it doesn’t work.
(.*)2048$
What else can I try? Thanks!
EDIT
I would also consider the scenario when these files are jpg or png files.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Exclude files with a fragment in filename’ is closed to new replies.