Suggestion: Additional filters
I added these to my list. I hope it's useful for others.
e:(?i)^Users/[^/]+/Documents/Virtual Machines/
e:(?i)^Users/[^/]+/Downloads/
I think i can add these, though they will be commented by default. Since my desire is don't lose my data i think it's safer to have Virtual Machines, and Downloads backed up by default.
Thanks.
Reopening since i didn't add the 2 regexes
Here is another two that I've added because they usually make Duplicacy fail due to partially blocked files:
Thunderbird index file:
e:(?i)(^|/)global-messages-db.sqlite$
Media cache of the second account in Telegram:
e:(?i)/tdata/user_data#2/media_cache/
Actually, this second one could use some work in the regular expression to match all possible accounts in Telegram.