duplicacy-utils icon indicating copy to clipboard operation
duplicacy-utils copied to clipboard

Suggestion: Additional filters

Open MarkMad opened this issue 7 years ago • 4 comments

I added these to my list. I hope it's useful for others.

e:(?i)^Users/[^/]+/Documents/Virtual Machines/
e:(?i)^Users/[^/]+/Downloads/

MarkMad avatar Apr 03 '19 14:04 MarkMad

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.

TheBestPessimist avatar Apr 03 '19 16:04 TheBestPessimist

Thanks.

MarkMad avatar Apr 04 '19 08:04 MarkMad

Reopening since i didn't add the 2 regexes

TheBestPessimist avatar Apr 04 '19 08:04 TheBestPessimist

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.

fbreve avatar Apr 13 '21 01:04 fbreve