Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Backblaze Custom Exclude
<excludefname_rule plat="mac" osVers="*" ruleIsOptional="t" skipFirstCharThenStartsWith="users/" contains_1="/.git/" contains_2="*" doesNotContain="*" endsWith="*" hasFileExtension="*" />
<excludefname_rule plat="mac" osVers="*" ruleIsOptional="t" skipFirstCharThenStartsWith="users/" contains_1="/node_modules/" contains_2="*" doesNotContain="*" endsWith="*" hasFileExtension="*" />
@jsonmaur
Copy link
Author

Thanks for the info @knikel. Looks like they updated their format since I set this up--those values weren't required before. I'll make the necessary changes.

@floer32
Copy link

floer32 commented Oct 8, 2019

Thank you!

@Svish
Copy link

Svish commented Oct 8, 2019

With skipFirstCharThenStartsWith="users/", that would mean it only works for files under /users/?

@jsonmaur
Copy link
Author

jsonmaur commented Oct 9, 2019

@Svish Yes I believe so. The article linked in my first comment briefly mentions that it improves performance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment