Exclude Directories

Questions about Cobian Reflector
JCD19
Posts: 4
Joined: 01 Apr 2023, 09:57

Re: Exclude Directories

Post by JCD19 »

if you want to include the files that are in a directory ending with .lrdata, but exclude all the subfolders of this directory, try

.*\\.*\.lrdata\\(?:[^\\]*\\)+.*

also check the 'delete empty folders' option

if the name of the directory is dossier the regex is :

.*\\dossier\\(?:[^\\]*\\)+.*
Last edited by JCD19 on 01 Apr 2023, 23:38, edited 1 time in total.
User avatar
cobian
Site Admin
Posts: 4600
Joined: 31 Oct 2020, 01:25
Location: Sweden
Contact:

Re: Exclude Directories

Post by cobian »

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