iobroker.backitup
Version:
ioBroker.backitup allows you to backup and restore your ioBroker installation and other systems, such as databases, Zigbee, scripts and many more.
108 lines (72 loc) • 5.82 kB
Markdown

# ioBroker.backitup


[](https://www.npmjs.com/package/iobroker.backitup)
[](https://www.npmjs.com/package/iobroker.backitup)
[](https://snyk.io/test/github/simatec/ioBroker.backitup)

[](https://github.com/simatec/ioBroker.backitup/blob/master/LICENSE)
[](https://paypal.me/mk1676)
[](https://github.com/sponsors/simatec)
[](https://nodei.co/npm/iobroker.backitup/)
This adapter uses the service `Sentry.io` to automatically report exceptions and code errors and new device schemas to me as the developer. More details see below!
**************************************************************************************************************
## Support adapter development
**If you like `ioBroker.backitup`, please consider making a donation:**
[](https://paypal.me/mk1676)
**************************************************************************************************************
## Haftungsausschluss
**`ioBroker.backitup` ist ein Backup-Plugin nur für die Smart Home Software ioBroker.**
**Es steht in keiner Verbindung zu [Nero BackItUp](https://www.nero.com/deu/products/nero-backitup/?vlang=de) (ein Tool zur Datensicherung unter Windows-Systemen) und wird auch nicht von diesem unterstützt.**
**Dieses persönliche Projekt `ioBroker.backitup` wird in der Freizeit betrieben und hat keine geschäftlichen Ziele.**
## Disclaimer
**`ioBroker.backitup` is a backup plugin only for the smart home software ioBroker.**
**It is not affiliated with or endorsed by [Nero BackItUp](https://www.nero.com/deu/products/nero-backitup/?vlang=en) (a Tool backup under Windows-Systems).**
**This personal project `ioBroker.backitup` is maintained in spare time and has no business goal.**
**************************************************************************************************************
`ioBroker.backitup` ermöglicht die Sicherung und Wiederherstellung deiner ioBroker Installation und anderen Systemen, wie Datenbanken, Zigbee, Skripten und vielen mehr.
:de: [Deutsche Beschreibung](https://github.com/simatec/ioBroker.backitup/wiki/ioBroker.backitup-Wiki-Deutsch)
`ioBroker.backitup` allows you to back up and restore your ioBroker installation and other systems, such as databases, Zigbee, scripts and many more.
:uk: [English Description](https://github.com/simatec/ioBroker.backitup/wiki/ioBroker.backitup-Wiki-English)
### What is Sentry.io and what is reported to the servers of that company?
`Sentry.io` is a service for developers to get an overview about errors from their applications. And exactly this is implemented in this adapter.
When the adapter crashes or another Code error happens, this error message that also appears in the ioBroker log is submitted to Sentry.
When you allow iobroker GmbH to collect diagnostic data, then also your installation ID (this is just a unique ID **without** any additional infos about you, email, name or such) is included. This allows Sentry to group errors and show how many unique users are affected by such an error. All of this helps me to provide error-free adapters that basically never crash.
**************************************************************************************************************
<!-- ### **WORK IN PROGRESS** -->
## Changelog
### 3.3.17 (2026-04-14)
* (simatec) Fix vite Build
### 3.3.16 (2026-04-14)
* (simatec) Fix Tab Admin
### 3.3.15 (2026-04-10)
* (simatec) dependencies updated
* (simatec) Changelog old added
* (simatec) Repository cleaned up
* (simatec) Fix CCU Backup Timeout
### 3.3.14 (2026-02-18)
* (simatec) License updated
* (simatec) dependencies updated
* (simatec) Fix CCU Backup
* (simatec) added SSL Skip for mysql Backup
### 3.3.13 (2025-12-14)
* (simatec) Fix Error Log for CCU Backup
## License
The MIT License (MIT)
Copyright (c) 2018-2026 simatec
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.