Exclude AppData for 30+ users

Questions about Cobian Reflector
Post Reply
helptodestroyappdata
Posts: 1
Joined: 19 Oct 2023, 18:19

Exclude AppData for 30+ users

Post by helptodestroyappdata »

Unfortunately I struggle with exclude filter patterns in C:\Users\...: I maintain PCs with 30+ users with lots of changes). For all Users I want to exclude ..\AppData\.. and I tried various regex-patterns and masks. Basically my filter work (on test directory trees) but they do not work in C:\Users\ and it's tons of junctions. In my results AppData tree is always included in the ZIP archives.

I have tried the following filters and regex commands:
Filter: *\AppData *\AppData\* (and a few more variants)
Regex: .*\\AppData$ .*\\AppData\\.* (and a few more variants)


It is mandatory to keep the option "ignore empty directories" active, because that is needed for other directories.


Are there other paramaters for filters or regex I can try? Or additional options that I can test? Is there any special note I have to take care of when backing up C:\Users?

Thanks in advance for your support!
User avatar
cobian
Site Admin
Posts: 4608
Joined: 31 Oct 2020, 01:25
Location: Sweden
Contact:

Re: Exclude AppData for 30+ users

Post by cobian »

Try the regex

.*\\\AppData\\.*
--
Luis Cobian
Cobian Backup's creator
prifre
Posts: 1
Joined: 30 Jan 2024, 11:33

Re: Exclude AppData for 30+ users

Post by prifre »

I strugglede with the same thing. There is a funny easy workaround.
First add a filter for any directory. Then Edit that directory and change the name of the directory to the one you actually wont.
That way you can enter hidden directories easily.

I think the best solution would be that the program would enable users to see&add hidden directories easily!
User avatar
cobian
Site Admin
Posts: 4608
Joined: 31 Oct 2020, 01:25
Location: Sweden
Contact:

Re: Exclude AppData for 30+ users

Post by cobian »

:OK
--
Luis Cobian
Cobian Backup's creator
Post Reply