Direkt zum Inhalt

Folder exclusions with space character

Thread needs solution

Hello,

I have a problem to exclude some folders with space character, I try different solution and it's still not working.

For example, this is my folder I need to exclude : C:\Program Files (x86)\My folder\

This is what I tried :
- C:\Program Files (x86)\My folder\
- C:\Program Files (x86)\My folder
- "C:\Program Files (x86)\My folder\"
- "\"C:\Program Files (x86)\My folder\""

I use Acronis Bacup & Recovery 10.

May you help me please?

Thanks.

0 Users found this helpful

Problematic characters are parentheses, try to replace them with '?' - C:\Program Files ?x86?\My folder\ . If you it as acrocmd command-line parameters, you need to use quotes only as in your third example.