I've trying to work in regex filters to exclude some directories from backup.
But seems not working for me.
Would be nice if Cobian has some of regex tester in app. Or some "wizard" to build a regex sentence.
My problem is "insensitive" does not working as intended.
Someone can give a help?
Some of my regex filters:
.*\\node_modules\\*.
.*\\*.suo
D:\\completo\\?.*\\\obj\\debug\\/i
D:\\completo\\?.*\\\obj\\release\\/i
D:\\completo\\([^/]+\\)sql antigos\\/i
D:\\completo\\([^/]+\\)sql 20.*\\/i
But seems not working for me.
Would be nice if Cobian has some of regex tester in app. Or some "wizard" to build a regex sentence.
My problem is "insensitive" does not working as intended.
Someone can give a help?
Some of my regex filters:
.*\\node_modules\\*.
.*\\*.suo
D:\\completo\\?.*\\\obj\\debug\\/i
D:\\completo\\?.*\\\obj\\release\\/i
D:\\completo\\([^/]+\\)sql antigos\\/i
D:\\completo\\([^/]+\\)sql 20.*\\/i
Statistics: Posted by richardkbr — 10 Feb 2025, 13:53 — Replies 1 — Views 265