I’m trying to follow the filter guide, but I have to admit that my eyes are starting to cross. Maybe I’m just getting old, but it seems far more complicated than any filtering mechanism I’ve ever come across.
I’m running Duplicacy-Web. I’m trying to ensure that I exclude two directory names. I want to exclude them everywhere, including any located in sub/sub/sub/directories of the backup root path. My current filters look like this:
-@eaDir/*
-#recycle/*
-*#recycle/*
- Will these two directories be excluded EVERYWHERE?
- How would I also exclude a file extension (.exe) everywhere?