Exclusion not ignoring files

Duplicacy keeps uploading my Plex transcoder cache to Backblaze even though I have it excluded using the following: e:plex/Library/Application Support/Plex Media Server/cache/PhotoTranscoder/.*$ it also doesn’t exclude properly with -plex/Library/Application Support/Plex Media Server/cache/PhotoTranscoder/* is there any fix for this?

do you have folder plex in the root of “repository”?

I would use this instead:

e:(?i).*cache.*

to exclude anything that has cache in the name.

Personally, I don’t backup Plex, not even its database, let alone anything else. Plex is disposable. I only backup media.

Thanks! Fixed my issue.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.