Hi!
I’ve got a problem with my backup config : even if I unselect it, it is included in the backup process.
I’ve got this in the filters section of the JSON:
{
"Order": 1,
"Include": false,
"Expression": "%HOME%/::::::::::::::: excluded/"
},
But it’s backed up.
Any hint please?
Hi @smallla, welcome to the forum 
I assume it is redacted in some way. Can you try to manually replace %HOME% with the real path in case this is causing issues?, so it becomes something like:
"Expression" : "/home/user/:::excluded/"
I just tried, but when I import the file, I have to go through the process of validating each step again, and I think it overwrites my changes, so… nothing changes, this folder is still backed up.
If I rename this folder to “excluded” (without the dots and the space) and I unselect it in the config, everything is working as expected.
So it’s a problem with the name. Some caracters are not escaped properly, I presume.