How can I exclude a directory like ".vs" in any place of the source?

Here can you find the answer to many questions. Please, read first before posting. This forum is read only.
Post Reply
User avatar
cobian
Site Admin
Posts: 4470
Joined: 31 Oct 2020, 01:25
Location: Sweden
Contact:

How can I exclude a directory like ".vs" in any place of the source?

Post by cobian »

How can I exclude a directory like ".vs" in any place of the source?

Add this REGULAR EXPRESSION to a exclusion mask:

.*\\\.vs\\.*
--
Luis Cobian
Cobian Backup's creator
Post Reply