I've got some problems and ideas with reflector
Problem^ I'm trying to backup windows user profile and filterout AppData\Local and AppData\LocalLow
i tried this:
mask *\AppData\Local*\*
regexp .*\\AppData\\Local.*\\.*
regexp .*\\AppData\\Local\\.* and .*\\AppData\\LocalLow\\.* separately
added "Ignore empty directpries" on, but programm still creating all directory structure in Local and LocalLow!
How can i filterout Local and LocalLow in user profile copy task?
Idea:
Is there any methods to show files and folders to copy before task starts?
I'ts easy to debug filters before task starting with this function.
Problem^ I'm trying to backup windows user profile and filterout AppData\Local and AppData\LocalLow
i tried this:
mask *\AppData\Local*\*
regexp .*\\AppData\\Local.*\\.*
regexp .*\\AppData\\Local\\.* and .*\\AppData\\LocalLow\\.* separately
added "Ignore empty directpries" on, but programm still creating all directory structure in Local and LocalLow!
How can i filterout Local and LocalLow in user profile copy task?
Idea:
Is there any methods to show files and folders to copy before task starts?
I'ts easy to debug filters before task starting with this function.
Statistics: Posted by Sovka — 24 Feb 2023, 16:19