homebridge / homebridge-config-ui-x

The Homebridge UI. Monitor, configure and backup Homebridge from a browser.
https://homebridge.io
MIT License
2.61k stars 373 forks source link

Fix for backup service including npm's cache, and therefore being too… #1949

Closed sapireli closed 9 months ago

sapireli commented 9 months ago

Fix for backups including npm's cache, and therefore being too large to upload and restore.

closes #1856

:recycle: Current situation

see #1856

:bulb: Proposed solution

add '.npm' folder to ignored files/folders list

:gear: Release Notes

Bug Fixes

Testing

I was finally able to backup and restore successfully with this change.

bwp91 commented 9 months ago

thanks for sorting this out!