• Resolved edgar998

    (@edgar998)


    Hi, I try to find a regular expression for exclude image thumbnails to reduce backup size pattern for imagename-100×100.png or imagename-sizexsize.png

    I try

    (.*).(-\0-9+x\0-9.+)$(?<=(gif|png|jpg|webp))

    (.*).(0-9+x+0-9.+)$(?<=(gif|png|jpg|webp))

    (.*).(/-\d+x\d+\.+)$(?<=(gif|png|jpg|webp))

    can anyone help me? please,

    anyone found a pattern for exclude thumbnails en the backups?

    • This topic was modified 1 year, 2 months ago by edgar998.
    • This topic was modified 1 year, 2 months ago by edgar998.
  • The topic ‘Image Thumbnails regex’ is closed to new replies.