### Exclude node_modules from Backblaze backups on Mac Note that this does not remove existing `node_modules` folders that have been backed up. 1. Edit the file at `/Library/Backblaze.bzpkg/bzdata/bzexcluderules_editable.xml`. 2. Add this rule inside the `bzexclusions` tag: ```xml ``` ### References - a. https://help.backblaze.com/hc/en-us/articles/220973007-Advanced-Topic-Setting-Custom-Exclusions-via-XML - b. https://aoeex.com/phile/backblaze-custom-exclusions/ (examples for Windows)