I am trying to exclude any directory that ends in ".lrdata" and any subdirectories and files in its subordinates.
A snippet from my Log file.
2023-03-12 Adding the directory "\\Qnap-ef217\photo\LightRoom\LightRoomCatalogs\A_Catalog\J_Catalog Previews.lrdata\0\00D7" to the archive...
2023-03-12 Adding the directory "\\Qnap-ef217\photo\LightRoom\LightRoomCatalogs\A_Catalog\J_Catalog Previews.lrdata\0\01D4" to the archive...
2023-03-12 Adding the directory "\\Qnap-ef217\photo\LightRoom\LightRoomCatalogs\A_Catalog\J_Catalog Previews.lrdata\0\0258" to the archive...
I tried this: Filter-->Exclude Files
.*\\\.lrdata\\.*
and also this one: .*\\\*.lrdata\\.*
With no luck (or proficiency with regular expressions).
The excluded directories contain files matching *.lrprev. I also tried excluding these files with various (regular expression) *.lrprev and .*\\\*.lrprev which also didn't work. Given thousands of lrprev files in the subdirectories, it is more effecient to just exclude the directories.
Am I missing something obvious?
A snippet from my Log file.
2023-03-12 Adding the directory "\\Qnap-ef217\photo\LightRoom\LightRoomCatalogs\A_Catalog\J_Catalog Previews.lrdata\0\00D7" to the archive...
2023-03-12 Adding the directory "\\Qnap-ef217\photo\LightRoom\LightRoomCatalogs\A_Catalog\J_Catalog Previews.lrdata\0\01D4" to the archive...
2023-03-12 Adding the directory "\\Qnap-ef217\photo\LightRoom\LightRoomCatalogs\A_Catalog\J_Catalog Previews.lrdata\0\0258" to the archive...
I tried this: Filter-->Exclude Files
.*\\\.lrdata\\.*
and also this one: .*\\\*.lrdata\\.*
With no luck (or proficiency with regular expressions).
The excluded directories contain files matching *.lrprev. I also tried excluding these files with various (regular expression) *.lrprev and .*\\\*.lrprev which also didn't work. Given thousands of lrprev files in the subdirectories, it is more effecient to just exclude the directories.
Am I missing something obvious?
Statistics: Posted by therzog — 13 Mar 2023, 16:24 — Replies 1 — Views 14