Skip to content

Commit 3d3b371

Browse files
committed
(simatec) Docu updated
1 parent 3716bbc commit 3d3b371

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ When you allow iobroker GmbH to collect diagnostic data, then also your installa
6464
### **WORK IN PROGRESS**
6565
* (simatec) Translation updated
6666
* (simatec) Fix Grafana Backup & Restore
67+
* (simatec) Docu updated
6768

6869
### 3.3.2 (2025-06-19)
6970
* (simatec) Base Topic for z2m Remote Backup added

docs/de/backitup.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ Dieses separat einstellbare Backup wird, sofern es aktiviert ist, bei jedem Back
286286
### Zigbee2MQTT-Backup
287287
Dieses separat einstellbare Backup wird, sofern es aktiviert ist, bei jedem Backup ioBroker erstellt und nach Ablauf der angegebenen Vorhaltezeit auch gelöscht. FTP oder CIFS sind für dieses Backup ebenfalls gültig, sofern bei den anderen ioBroker-Backup-Typen eingestellt.
288288

289+
#### Lokales Zigbee2MQTT Backup
289290
Der Pfad im `ioBroker.backitup` Adapter sollte immer direkt auf den "data" Pfad von zigbee2mqtt angelegt werden.
290291
Beispiel: `/opt/zigbee2mqtt/data` oder direkt in das Volume bei einer Docker Installation von zigbee2mqtt
291292

@@ -298,6 +299,12 @@ sudo usermod -a -G <zigbee2mqtt User> iobroker
298299
sudo reboot
299300
```
300301

302+
#### Remote Zigbee2MQTT Backup
303+
Es ist Möglich ein Zigbee2MQTT Backup zu erstellen, welches sich auf einem anderen System befindet.
304+
Dafür muss die IP-Adresse des MQTT Servers (nicht die IP-Adresse von Zigbee2MQTT), welchen Zigbee2MQTT nutzt in Backitup konfiguriert werden, der MQTT Port und das Base Topic von Zigbee2MQTT.
305+
Sollte der MQTT-Server eine Authentifizierung aktiv haben, werden zusätzlich noch Benutzername und Passwort benötigt.
306+
Der Restore des Remote Backups erfolgt direkt über Zigbee2MQTT ud nicht über Backitup.
307+
301308
### Node-Red-Backup
302309
Dieses separat einstellbare Backup wird, sofern es aktiviert ist, bei jedem Backup ioBroker erstellt und nach Ablauf der angegebenen Vorhaltezeit auch gelöscht. FTP oder CIFS sind für dieses Backup ebenfalls gültig, sofern bei den anderen ioBroker-Backup-Typen eingestellt.
303310

@@ -306,8 +313,7 @@ Dieses separat einstellbare Backup wird, sofern es aktiviert ist, bei jedem Back
306313

307314

308315
> [!IMPORTANT]
309-
> Um ein Grafana-Backup erstellen zu können, wird der Benutzername (Admin) und das Passwort von Grafana benötigt.
310-
> Des Weiteren muss in der Grafana-Weboberfläche ein API-Key bzw. Service Token erzeugt werden, um Zugriff auf die Dashboards zu bekommen.
316+
> Um ein Grafana-Backup erstellen zu können, muss in der Grafana-Weboberfläche ein API-Key bzw. Service Token erzeugt werden, um Zugriff auf die Dashboards und Datasources zu bekommen.
311317
312318
Bis zur Grafana Version 8.x kann der Api-Key unter ***"Configuration → API Keys bzw. Service Token"*** erstellt werden und muss die vollen Admin-Rechte besitzen.
313319

docs/en/backitup.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ If activated, this separately adjustable backup is created with every ioBroker b
275275
### Zigbee2MQTT backup
276276
This backup, which can be set separately, is created with every backup ioBroker if it is activated and is also deleted after the specified retention time has expired. FTP or CIFS are also valid for this backup if set for the other IoBroker backup types.
277277

278+
#### Local Zigbee2MQTT Backup
278279
The path in the `ioBroker.backitup` adapter should always be created directly to the `data` path of zigbee2mqtt.
279280
Example: `/opt/zigbee2mqtt/data` or directly into the volume of a Docker installation of zigbee2mqtt.
280281

@@ -287,15 +288,23 @@ sudo usermod -a -G <zigbe2mqtt User> iobroker
287288
sudo reboot
288289
```
289290

291+
#### Remote Zigbee2MQTT backup
292+
It is possible to create a Zigbee2MQTT backup that is located on another system.
293+
To do this, the IP address of the MQTT server (not the IP address of Zigbee2MQTT) that Zigbee2MQTT uses must be configured in Backitup, the MQTT port and the base topic of Zigbee2MQTT.
294+
If the MQTT server has active authentication, a user name and password are also required.
295+
The remote backup is restored directly via Zigbee2MQTT and not via Backitup.
296+
297+
Translated with DeepL.com (free version)
298+
299+
290300
### Node-Red-Backup
291301
This backup, which can be set separately, is created with every backup ioBroker if it is activated and is also deleted after the specified retention time has expired. FTP or CIFS are also valid for this backup if set for the other ioBroker backup types.
292302

293303
### Grafana backup
294304
If activated, this separately adjustable backup is created with every ioBroker backup and deleted after the specified retention period has expired. FTP or CIFS are also valid for this backup if the other IoBroker backup types are set.
295305

296306
> [!IMPORTANT]
297-
> In order to be able to create a Grafana backup, the Grafana username (Admin) and password are required.
298-
> Furthermore, an API key or service token must be created in the Grafana web interface to get access to the dashboards.
307+
> In order to create a Grafana backup, an API key or service token must be generated in the Grafana web interface to gain access to the dashboards and datasources.
299308
300309
Up to Grafana version 8.x, the API key can be created under ***"Configuration → API Keys or Service Token"*** and must have full admin permissions.
301310

0 commit comments

Comments
 (0)