Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: Additional filters #23

Open
MarkMad opened this issue Apr 3, 2019 · 4 comments
Open

Suggestion: Additional filters #23

MarkMad opened this issue Apr 3, 2019 · 4 comments
Assignees

Comments

@MarkMad
Copy link

MarkMad commented Apr 3, 2019

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

e:(?i)^Users/[^/]+/Documents/Virtual Machines/
e:(?i)^Users/[^/]+/Downloads/
@TheBestPessimist
Copy link
Owner

TheBestPessimist commented Apr 3, 2019

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 TheBestPessimist self-assigned this Apr 3, 2019
@MarkMad
Copy link
Author

MarkMad commented Apr 4, 2019

Thanks.

@TheBestPessimist
Copy link
Owner

Reopening since i didn't add the 2 regexes

@fbreve
Copy link

fbreve commented Apr 13, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants