• 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.

    • This topic was modified 3 years, 5 months ago by Germont.
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.