Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter ioBroker.backitup v3.1.x

NEWS

  • Wartung am 15.11. – Forum ab 22:00 Uhr nicht erreichbar
    BluefoxB
    Bluefox
    11
    2
    224

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.0k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.7k

Test Adapter ioBroker.backitup v3.1.x

Test Adapter ioBroker.backitup v3.1.x

Scheduled Pinned Locked Moved Tester
backitupbackitup backupccuhistorymysqlredisrestorerestore backup
2.8k Posts 170 Posters 2.4m Views 113 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    Bibo*13
    wrote on last edited by Bibo*13
    #797

    Hallo zusammen,
    seit 2 Tagen werden keine iobroker Archive mehr in mein NAS Drive geschrieben.
    Pushover sagt immer erfolgreich im VIS HTML steht aber immer name undefined.

    redis und zigbee.0 kommen an und werden auch geschrieben.

    Ich habe jetzt backitup mit debug laufen lassen und hänge mal das Log mit an.
    Ebenso das log wenn ich den Adapter zum backuppen händisch starte.

    Vielleicht gibt es ja einen Tip von Euch
    vielen Dank
    Backitup2.txt Backitup1.txt

    B 1 Reply Last reply
    0
    • simatecS simatec

      @tobitobsta
      Prüfe mal die Rechte auf deinem NAS. So wie es aussieht, hat iobroker bzw. Backitup keine Schreibrechte

      T Offline
      T Offline
      tobitobsta
      wrote on last edited by
      #798

      @simatec Aber dann könnte er ja das Backup auch dort nicht erstellen - aber das geht ja wunderbar. Oder er hängt es beim Backup "anders" ein als beim Wiederherstellen... Aber ich Denke im Grunde hast Du recht: Es scheint ein Rechte-Problem zu sein. Der Mount Befehl für die Wiederherstellung im log sieht für mich jetzt auch okay aus:

      sudo mount -t cifs -o username=tobi,password=****,rw,file_mode=0777,dir_mode=0777 //server/tobi/Backup/iobroker /opt/iobroker/backups
      

      Unterschied: der Ordner "backups" gehört vor dem mounten user iobroker - nachdem mounten "root" - aber er ist tatsächlich 0777 Rechten versehen.

      1 Reply Last reply
      0
      • HALH HAL

        @simatec mal eine "unverschämte" Frage. Da ich seit kurzem eine PV Anlage mit Speicher + Wallbox habe, nutze ich für die Speicherung der Werte eine influxdb und zur grafischen Anzeige Grafana. Das läuft auch prima mit iobroker zusammen.

        Es wäre toll wenn ich zur Sicherung auch den backitup Adapter nutzen könnte 🙂

        Backup für influxdb ist eigentlich ganz einfach:

        sudo influxd backup -portable /opt/backups/influx.backup
        

        restore auch

        influxd restore -portable /opt/backups/influx.backup
        

        für Grafana ist es komplizierter (siehe: https://www.bachmann-lan.de/grafana-backup-dashboards-data-sources/)

        Momentan starte ich zwei scripte über die shell.
        Ob man das "irgendwann mal" in den Backitup Adapter aufnehmen könnte ?

        simatecS Offline
        simatecS Offline
        simatec
        Developer Most Active
        wrote on last edited by
        #799

        @HAL
        Wenn du Influxdb mal testen willst, kannst du gerne mal die DEV Version testen.
        Im Moment geht noch kein Restore

        https://github.com/simatec/ioBroker.backitup/tarball/dev

        • Besuche meine Github Seite
        • Beitrag hat geholfen oder willst du mich unterstützen
        • HowTo Restore ioBroker
        HALH 1 Reply Last reply
        0
        • simatecS simatec

          @HAL
          Wenn du Influxdb mal testen willst, kannst du gerne mal die DEV Version testen.
          Im Moment geht noch kein Restore

          https://github.com/simatec/ioBroker.backitup/tarball/dev

          HALH Offline
          HALH Offline
          HAL
          wrote on last edited by
          #800

          @simatec
          Mal sehen ob übermorgen ( morgen bin ich unterwegs ) auf meinen NAS etwas zu finden ist.

          Manuell kann man den Backup aber nicht anstoßen, korrekt ?

          influx.JPG

          Alle Raspberry ( 5 ) gegen NUC (N100, 16GB Ram und 500GB M2 SSD, extern 2TB SSD ) mit Proxmox 8.3.3 gewechselt. Läuft absolut super !
          (Iobroker, Grafana, Teslalogger, Nextcloud, go2rtc, PiHole, IOB-VIS2, Teslamate, homeassistant nur als test)

          simatecS 1 Reply Last reply
          0
          • HALH HAL

            @simatec
            Mal sehen ob übermorgen ( morgen bin ich unterwegs ) auf meinen NAS etwas zu finden ist.

            Manuell kann man den Backup aber nicht anstoßen, korrekt ?

            influx.JPG

            simatecS Offline
            simatecS Offline
            simatec
            Developer Most Active
            wrote on last edited by
            #801

            @HAL
            Nein ... es wird als Option wie die anderen Datenbanken bei einem iobroker Backup mit ausgeführt

            • Besuche meine Github Seite
            • Beitrag hat geholfen oder willst du mich unterstützen
            • HowTo Restore ioBroker
            1 Reply Last reply
            0
            • P Offline
              P Offline
              Phil82
              wrote on last edited by Phil82
              #802

              Guten Morgen,

              ich habe hier einige Error im Log. Sicherung startet täglich um 2Uhr und soll die IoBroker sowie Zigbee Daten in Google Drive sichern.

              Iobroker läuft auf einem NUC unter Proxmox mit Ubuntu Server

              Node.js v10.22.0
              NPM 6.14.6

              Systeminfos

              iobroker_server
              Platform
              linux
              Betriebssystem
              linux
              Architektur
              x64
              CPUs
              1
              Geschwindigkeit
              2165 MHz
              Modell
              Common KVM processor
              RAM
              3.85 GB
              System Betriebszeit
              1 T. 20:30:01
              Node.js
              v10.22.0 (Es gibt eine neuere Version: v10.23.0 - Empfohlene Version v12.19.1)
              NPM
              6.14.6
              Festplatte Größe
              15.64 GB
              Festplatte frei
              8.32 GB
              Anzahl der Adapter
              312
              Betriebszeit
              1 T. 20:29:37
              Aktive Instanzen
              15
              Hostname
              iobroker_server
              

              Log

              2020-11-18 02:00:10.045 - debug: backitup.0 (4228) Backup has started ...
              2020-11-18 02:00:12.693 - info: ical.0 (6395) processing URL: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
              2020-11-18 02:00:16.600 - debug: backitup.0 (4228) [iobroker/iobroker] host.iobroker_server 5248 states saved
              2020-11-18 02:00:16.664 - debug: backitup.0 (4228) [iobroker/iobroker] host.iobroker_server 3577 objects saved
              2020-11-18 02:00:18.420 - warn: host.iobroker_server Objects 127.0.0.1:45828 Error from InMemDB: Error: ERROR readDir id=0_userdata.0: Not exists
              2020-11-18 02:00:18.421 - warn: host.iobroker_server Objects 127.0.0.1:45828 Error from InMemDB: Error: ERROR readDir id=admin.0: Not exists
              2020-11-18 02:00:18.427 - warn: readFile will not read this file (css/vis-common-user.css) in future versions: vis is not an object of type "meta"
              2020-11-18 02:00:18.428 - warn: host.iobroker_server Objects 127.0.0.1:45828 Error from InMemDB: Error: ERROR readDir id=web.0: Not exists
              2020-11-18 02:00:19.868 - info: ical.0 (6395) Terminated (NO_ERROR): Without reason
              2020-11-18 02:00:20.409 - info: host.iobroker_server instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
              2020-11-18 02:00:22.336 - debug: backitup.0 (4228) [iobroker/iobroker] Backup created: /opt/iobroker/backups/iobroker_2020_11_18-02_00_10_backupiobroker.tar.gz
              2020-11-18 02:00:23.388 - debug: backitup.0 (4228) [iobroker/iobroker] done
              2020-11-18 02:00:23.992 - debug: backitup.0 (4228) [iobroker/zigbee] found zigbee database: zigbee.0
              2020-11-18 02:00:23.993 - debug: backitup.0 (4228) [iobroker/zigbee] done
              2020-11-18 02:00:24.445 - debug: backitup.0 (4228) [iobroker/googledrive] Google Drive: Copy iobroker_2020_11_18-02_00_10_backupiobroker.tar.gz...
              2020-11-18 02:00:24.460 - debug: backitup.0 (4228) [iobroker/clean] delete /opt/iobroker/backups/iobroker_2020_11_14-02_00_10_backupiobroker.tar.gz
              2020-11-18 02:00:24.461 - debug: backitup.0 (4228) [iobroker/clean] delete /opt/iobroker/backups/iobroker_2020_11_13-02_00_10_backupiobroker.tar.gz
              2020-11-18 02:00:24.465 - debug: backitup.0 (4228) [iobroker/clean] delete /opt/iobroker/backups/zigbee.0_2020_11_14-02_00_22_backupiobroker.tar.gz
              2020-11-18 02:00:24.466 - debug: backitup.0 (4228) [iobroker/clean] delete /opt/iobroker/backups/zigbee.0_2020_11_13-02_00_22_backupiobroker.tar.gz
              2020-11-18 02:00:24.467 - debug: backitup.0 (4228) [iobroker/clean] done
              2020-11-18 02:00:24.968 - error: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
              2020-11-18 02:00:24.969 - error: backitup.0 (4228) unhandled promise rejection: Rate Limit Exceeded
              2020-11-18 02:00:25.054 - error: backitup.0 (4228) Error: Rate Limit Exceeded
              at Gaxios._request (/opt/iobroker/node_modules/gaxios/src/gaxios.ts:112:15)
              at process._tickCallback (internal/process/next_tick.js:68:7)
              2020-11-18 02:00:25.055 - info: backitup.0 (4228) cleaned everything up...
              2020-11-18 02:00:25.121 - info: backitup.0 (4228) terminating
              2020-11-18 02:00:25.122 - debug: backitup.0 (4228) Plugin sentry destroyed
              2020-11-18 02:00:25.123 - info: backitup.0 (4228) Terminated (NO_ERROR): Without reason
              2020-11-18 02:00:25.283 - debug: backitup.0 (4228) [iobroker/history] backitup.0.history.html
              2020-11-18 02:00:25.284 - debug: backitup.0 (4228) [iobroker/history] backitup.0.history.json
              2020-11-18 02:00:25.436 - debug: backitup.0 (4228) [iobroker] exec: done
              2020-11-18 02:00:25.684 - error: host.iobroker_server Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
              2020-11-18 02:00:25.690 - error: host.iobroker_server Caught by controller[1]: Error: Rate Limit Exceeded
              2020-11-18 02:00:25.691 - error: host.iobroker_server Caught by controller[1]: at Gaxios._request (/opt/iobroker/node_modules/gaxios/src/gaxios.ts:112:15)
              2020-11-18 02:00:25.691 - error: host.iobroker_server Caught by controller[1]: at process._tickCallback (internal/process/next_tick.js:68:7)
              2020-11-18 02:00:25.691 - info: host.iobroker_server instance system.adapter.backitup.0 terminated with code 0 (NO_ERROR)
              2020-11-18 02:00:25.692 - info: host.iobroker_server Restart adapter system.adapter.backitup.0 because enabled
              2020-11-18 02:00:25.796 - info: coronavirus-statistics.0 (6380) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
              2020-11-18 02:00:26.321 - info: host.iobroker_server instance system.adapter.coronavirus-statistics.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
              2020-11-18 02:00:55.715 - info: host.iobroker_server instance system.adapter.backitup.0 started with pid 6421
              2020-11-18 02:00:59.737 - debug: backitup.0 (6421) Redis Objects: Use Redis connection: 127.0.0.1:9001
              2020-11-18 02:00:59.785 - debug: backitup.0 (6421) Objects client ready ... initialize now
              2020-11-18 02:00:59.792 - debug: backitup.0 (6421) Objects create System PubSub Client
              2020-11-18 02:00:59.793 - debug: backitup.0 (6421) Objects create User PubSub Client
              2020-11-18 02:00:59.794 - debug: backitup.0 (6421) Objects client initialize lua scripts
              2020-11-18 02:00:59.814 - debug: backitup.0 (6421) Objects connected to redis: 127.0.0.1:9001
              2020-11-18 02:00:59.859 - debug: backitup.0 (6421) objectDB connected
              2020-11-18 02:00:59.862 - debug: backitup.0 (6421) Redis States: Use Redis connection: 127.0.0.1:9000
              2020-11-18 02:00:59.872 - debug: backitup.0 (6421) States create User PubSub Client
              2020-11-18 02:00:59.875 - debug: backitup.0 (6421) States create System PubSub Client
              2020-11-18 02:00:59.889 - debug: backitup.0 (6421) States connected to redis: 127.0.0.1:9000
              2020-11-18 02:00:59.890 - debug: backitup.0 (6421) statesDB connected
              2020-11-18 02:01:01.712 - debug: backitup.0 (6421) Plugin sentry Initialize Plugin (enabled=true)
              2020-11-18 02:01:01.958 - info: backitup.0 (6421) starting. Version 1.7.0 in /opt/iobroker/node_modules/iobroker.backitup, node: v10.22.0, js-controller: 3.1.4
              2020-11-18 02:01:02.076 - info: backitup.0 (6421) [iobroker] backup was activated at 02:00 every 1 day(s)
              2020-11-18 02:01:05.499 - debug: backitup.0 (6421) detect backup file 1: iobroker_2020_11_17-09_51_33_backupiobroker.tar.gz
              2020-11-18 02:01:05.500 - debug: backitup.0 (6421) detect backup file 2: iobroker_2020_11_17-02_00_10_backupiobroker.tar.gz
              2020-11-18 02:01:05.500 - debug: backitup.0 (6421) detect backup file 3: iobroker_2020_11_11-09_37_06_backupiobroker.tar.gz
              2020-11-18 02:01:05.501 - debug: backitup.0 (6421) detect backup file 4: iobroker_2020_11_11-09_23_21_backupiobroker.tar.gz
              2020-11-18 02:01:05.501 - debug: backitup.0 (6421) detect backup file 5: iobroker_2020_11_03-02_00_10_backupiobroker.tar.gz
              2020-11-18 02:01:05.502 - debug: backitup.0 (6421) detect backup file 6: iobroker_2020_10_31-02_00_10_backupiobroker.tar.gz
              2020-11-18 02:01:05.502 - debug: backitup.0 (6421) detect backup file 7: iobroker_2020_10_23-02_00_10_backupiobroker.tar.gz
              2020-11-18 02:01:05.503 - debug: backitup.0 (6421) detect backup file 8: iobroker_2020_10_20-02_00_10_backupiobroker.tar.gz
              2020-11-18 02:01:05.503 - debug: backitup.0 (6421) detect backup file 9: iobroker_2020_10_18-02_00_10_backupiobroker.tar.gz
              2020-11-18 02:01:05.503 - debug: backitup.0 (6421) detect backup file 10: iobroker_2020_10_16-02_00_20_backupiobroker.tar.gz
              2020-11-18 02:01:05.504 - debug: backitup.0 (6421) detect backup file 11: iobroker_2020_10_14-02_00_10_backupiobroker.tar.gz
              2020-11-18 02:01:05.504 - debug: backitup.0 (6421) detect backup file 12: iobroker_2020_10_13-13_21_49_backupiobroker.tar.gz
              2020-11-18 02:01:05.505 - debug: backitup.0 (6421) detect backup file 13: iobroker_2020_10_13-02_00_10_backupiobroker.tar.gz
              2020-11-18 02:01:05.505 - debug: backitup.0 (6421) detect backup file 14: iobroker_2020_10_12-02_00_10_backupiobroker.tar.gz
              2020-11-18 02:01:05.505 - debug: backitup.0 (6421) detect backup file 15: iobroker_2020_10_11-02_00_10_backupiobroker.tar.gz
              2020-11-18 02:01:05.506 - debug: backitup.0 (6421) detect backup file 16: iobroker_2020_10_10-02_00_10_backupiobroker.tar.gz
              2020-11-18 02:01:05.506 - debug: backitup.0 (6421) detect backup file 17: iobroker_2020_10_09-02_00_10_backupiobroker.tar.gz
              2020-11-18 02:01:05.507 - debug: backitup.0 (6421) detect backup file 18: iobroker_2020_10_08-02_00_10_backupiobroker.tar.gz
              2020-11-18 02:01:05.507 - debug: backitup.0 (6421) detect backup file 19: iobroker_2020_10_07-02_00_10_backupiobroker.tar.gz
              2020-11-18 02:01:05.508 - debug: backitup.0 (6421) detect backup file 20: iobroker_2020_10_06-02_00_10_backupiobroker.tar.gz
              2020-11-18 02:01:05.508 - debug: backitup.0 (6421) detect backup file 21: iobroker_2020_10_05-02_00_10_backupiobroker.tar.gz
              2020-11-18 02:01:05.508 - debug: backitup.0 (6421) detect backup file 22: iobroker_2020_10_04-02_00_10_backupiobroker.tar.gz
              2020-11-18 02:01:05.509 - debug: backitup.0 (6421) detect backup file 23: iobroker_2020_10_03-02_00_10_backupiobroker.tar.gz
              2020-11-18 02:01:05.509 - debug: backitup.0 (6421) detect backup file 24: iobroker_2020_10_02-02_00_10_backupiobroker.tar.gz
              2020-11-18 02:01:05.510 - debug: backitup.0 (6421) detect backup file 25: iobroker_2020_10_01-02_00_10_backupiobroker.tar.gz
              2020-11-18 02:01:05.510 - debug: backitup.0 (6421) detect backup file 26: iobroker_2020_09_30-07_40_09_backupiobroker.tar.gz
              2020-11-18 02:01:05.510 - debug: backitup.0 (6421) detect backup file 27: iobroker_2020_09_30-02_00_10_backupiobroker.tar.gz
              2020-11-18 02:01:05.511 - debug: backitup.0 (6421) detect backup file 28: iobroker_2020_09_29-02_00_10_backupiobroker.tar.gz
              2020-11-18 02:01:05.511 - debug: backitup.0 (6421) detect backup file 29: iobroker_2020_09_28-02_00_10_backupiobroker.tar.gz
              2020-11-18 02:01:05.512 - debug: backitup.0 (6421) detect backup file 30: iobroker_2020_09_27-02_00_10_backupiobroker.tar.gz
              2020-11-18 02:01:05.512 - debug: backitup.0 (6421) detect backup file 31: iobroker_2020_09_26-02_00_10_backupiobroker.tar.gz
              2020-11-18 02:01:05.512 - debug: backitup.0 (6421) detect backup file 32: iobroker_2020_09_25-14_11_27_backupiobroker.tar.gz
              2020-11-18 02:01:05.516 - debug: backitup.0 (6421) detect last backup file: iobroker_2020_11_17-09_51_33_backupiobroker.tar.gz
              

              2.JPG 1.JPG

              Ich wäre über Hilfe dankbar.
              LG Phil82

              simatecS 1 Reply Last reply
              0
              • P Phil82

                Guten Morgen,

                ich habe hier einige Error im Log. Sicherung startet täglich um 2Uhr und soll die IoBroker sowie Zigbee Daten in Google Drive sichern.

                Iobroker läuft auf einem NUC unter Proxmox mit Ubuntu Server

                Node.js v10.22.0
                NPM 6.14.6

                Systeminfos

                iobroker_server
                Platform
                linux
                Betriebssystem
                linux
                Architektur
                x64
                CPUs
                1
                Geschwindigkeit
                2165 MHz
                Modell
                Common KVM processor
                RAM
                3.85 GB
                System Betriebszeit
                1 T. 20:30:01
                Node.js
                v10.22.0 (Es gibt eine neuere Version: v10.23.0 - Empfohlene Version v12.19.1)
                NPM
                6.14.6
                Festplatte Größe
                15.64 GB
                Festplatte frei
                8.32 GB
                Anzahl der Adapter
                312
                Betriebszeit
                1 T. 20:29:37
                Aktive Instanzen
                15
                Hostname
                iobroker_server
                

                Log

                2020-11-18 02:00:10.045 - debug: backitup.0 (4228) Backup has started ...
                2020-11-18 02:00:12.693 - info: ical.0 (6395) processing URL: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
                2020-11-18 02:00:16.600 - debug: backitup.0 (4228) [iobroker/iobroker] host.iobroker_server 5248 states saved
                2020-11-18 02:00:16.664 - debug: backitup.0 (4228) [iobroker/iobroker] host.iobroker_server 3577 objects saved
                2020-11-18 02:00:18.420 - warn: host.iobroker_server Objects 127.0.0.1:45828 Error from InMemDB: Error: ERROR readDir id=0_userdata.0: Not exists
                2020-11-18 02:00:18.421 - warn: host.iobroker_server Objects 127.0.0.1:45828 Error from InMemDB: Error: ERROR readDir id=admin.0: Not exists
                2020-11-18 02:00:18.427 - warn: readFile will not read this file (css/vis-common-user.css) in future versions: vis is not an object of type "meta"
                2020-11-18 02:00:18.428 - warn: host.iobroker_server Objects 127.0.0.1:45828 Error from InMemDB: Error: ERROR readDir id=web.0: Not exists
                2020-11-18 02:00:19.868 - info: ical.0 (6395) Terminated (NO_ERROR): Without reason
                2020-11-18 02:00:20.409 - info: host.iobroker_server instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                2020-11-18 02:00:22.336 - debug: backitup.0 (4228) [iobroker/iobroker] Backup created: /opt/iobroker/backups/iobroker_2020_11_18-02_00_10_backupiobroker.tar.gz
                2020-11-18 02:00:23.388 - debug: backitup.0 (4228) [iobroker/iobroker] done
                2020-11-18 02:00:23.992 - debug: backitup.0 (4228) [iobroker/zigbee] found zigbee database: zigbee.0
                2020-11-18 02:00:23.993 - debug: backitup.0 (4228) [iobroker/zigbee] done
                2020-11-18 02:00:24.445 - debug: backitup.0 (4228) [iobroker/googledrive] Google Drive: Copy iobroker_2020_11_18-02_00_10_backupiobroker.tar.gz...
                2020-11-18 02:00:24.460 - debug: backitup.0 (4228) [iobroker/clean] delete /opt/iobroker/backups/iobroker_2020_11_14-02_00_10_backupiobroker.tar.gz
                2020-11-18 02:00:24.461 - debug: backitup.0 (4228) [iobroker/clean] delete /opt/iobroker/backups/iobroker_2020_11_13-02_00_10_backupiobroker.tar.gz
                2020-11-18 02:00:24.465 - debug: backitup.0 (4228) [iobroker/clean] delete /opt/iobroker/backups/zigbee.0_2020_11_14-02_00_22_backupiobroker.tar.gz
                2020-11-18 02:00:24.466 - debug: backitup.0 (4228) [iobroker/clean] delete /opt/iobroker/backups/zigbee.0_2020_11_13-02_00_22_backupiobroker.tar.gz
                2020-11-18 02:00:24.467 - debug: backitup.0 (4228) [iobroker/clean] done
                2020-11-18 02:00:24.968 - error: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                2020-11-18 02:00:24.969 - error: backitup.0 (4228) unhandled promise rejection: Rate Limit Exceeded
                2020-11-18 02:00:25.054 - error: backitup.0 (4228) Error: Rate Limit Exceeded
                at Gaxios._request (/opt/iobroker/node_modules/gaxios/src/gaxios.ts:112:15)
                at process._tickCallback (internal/process/next_tick.js:68:7)
                2020-11-18 02:00:25.055 - info: backitup.0 (4228) cleaned everything up...
                2020-11-18 02:00:25.121 - info: backitup.0 (4228) terminating
                2020-11-18 02:00:25.122 - debug: backitup.0 (4228) Plugin sentry destroyed
                2020-11-18 02:00:25.123 - info: backitup.0 (4228) Terminated (NO_ERROR): Without reason
                2020-11-18 02:00:25.283 - debug: backitup.0 (4228) [iobroker/history] backitup.0.history.html
                2020-11-18 02:00:25.284 - debug: backitup.0 (4228) [iobroker/history] backitup.0.history.json
                2020-11-18 02:00:25.436 - debug: backitup.0 (4228) [iobroker] exec: done
                2020-11-18 02:00:25.684 - error: host.iobroker_server Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
                2020-11-18 02:00:25.690 - error: host.iobroker_server Caught by controller[1]: Error: Rate Limit Exceeded
                2020-11-18 02:00:25.691 - error: host.iobroker_server Caught by controller[1]: at Gaxios._request (/opt/iobroker/node_modules/gaxios/src/gaxios.ts:112:15)
                2020-11-18 02:00:25.691 - error: host.iobroker_server Caught by controller[1]: at process._tickCallback (internal/process/next_tick.js:68:7)
                2020-11-18 02:00:25.691 - info: host.iobroker_server instance system.adapter.backitup.0 terminated with code 0 (NO_ERROR)
                2020-11-18 02:00:25.692 - info: host.iobroker_server Restart adapter system.adapter.backitup.0 because enabled
                2020-11-18 02:00:25.796 - info: coronavirus-statistics.0 (6380) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                2020-11-18 02:00:26.321 - info: host.iobroker_server instance system.adapter.coronavirus-statistics.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                2020-11-18 02:00:55.715 - info: host.iobroker_server instance system.adapter.backitup.0 started with pid 6421
                2020-11-18 02:00:59.737 - debug: backitup.0 (6421) Redis Objects: Use Redis connection: 127.0.0.1:9001
                2020-11-18 02:00:59.785 - debug: backitup.0 (6421) Objects client ready ... initialize now
                2020-11-18 02:00:59.792 - debug: backitup.0 (6421) Objects create System PubSub Client
                2020-11-18 02:00:59.793 - debug: backitup.0 (6421) Objects create User PubSub Client
                2020-11-18 02:00:59.794 - debug: backitup.0 (6421) Objects client initialize lua scripts
                2020-11-18 02:00:59.814 - debug: backitup.0 (6421) Objects connected to redis: 127.0.0.1:9001
                2020-11-18 02:00:59.859 - debug: backitup.0 (6421) objectDB connected
                2020-11-18 02:00:59.862 - debug: backitup.0 (6421) Redis States: Use Redis connection: 127.0.0.1:9000
                2020-11-18 02:00:59.872 - debug: backitup.0 (6421) States create User PubSub Client
                2020-11-18 02:00:59.875 - debug: backitup.0 (6421) States create System PubSub Client
                2020-11-18 02:00:59.889 - debug: backitup.0 (6421) States connected to redis: 127.0.0.1:9000
                2020-11-18 02:00:59.890 - debug: backitup.0 (6421) statesDB connected
                2020-11-18 02:01:01.712 - debug: backitup.0 (6421) Plugin sentry Initialize Plugin (enabled=true)
                2020-11-18 02:01:01.958 - info: backitup.0 (6421) starting. Version 1.7.0 in /opt/iobroker/node_modules/iobroker.backitup, node: v10.22.0, js-controller: 3.1.4
                2020-11-18 02:01:02.076 - info: backitup.0 (6421) [iobroker] backup was activated at 02:00 every 1 day(s)
                2020-11-18 02:01:05.499 - debug: backitup.0 (6421) detect backup file 1: iobroker_2020_11_17-09_51_33_backupiobroker.tar.gz
                2020-11-18 02:01:05.500 - debug: backitup.0 (6421) detect backup file 2: iobroker_2020_11_17-02_00_10_backupiobroker.tar.gz
                2020-11-18 02:01:05.500 - debug: backitup.0 (6421) detect backup file 3: iobroker_2020_11_11-09_37_06_backupiobroker.tar.gz
                2020-11-18 02:01:05.501 - debug: backitup.0 (6421) detect backup file 4: iobroker_2020_11_11-09_23_21_backupiobroker.tar.gz
                2020-11-18 02:01:05.501 - debug: backitup.0 (6421) detect backup file 5: iobroker_2020_11_03-02_00_10_backupiobroker.tar.gz
                2020-11-18 02:01:05.502 - debug: backitup.0 (6421) detect backup file 6: iobroker_2020_10_31-02_00_10_backupiobroker.tar.gz
                2020-11-18 02:01:05.502 - debug: backitup.0 (6421) detect backup file 7: iobroker_2020_10_23-02_00_10_backupiobroker.tar.gz
                2020-11-18 02:01:05.503 - debug: backitup.0 (6421) detect backup file 8: iobroker_2020_10_20-02_00_10_backupiobroker.tar.gz
                2020-11-18 02:01:05.503 - debug: backitup.0 (6421) detect backup file 9: iobroker_2020_10_18-02_00_10_backupiobroker.tar.gz
                2020-11-18 02:01:05.503 - debug: backitup.0 (6421) detect backup file 10: iobroker_2020_10_16-02_00_20_backupiobroker.tar.gz
                2020-11-18 02:01:05.504 - debug: backitup.0 (6421) detect backup file 11: iobroker_2020_10_14-02_00_10_backupiobroker.tar.gz
                2020-11-18 02:01:05.504 - debug: backitup.0 (6421) detect backup file 12: iobroker_2020_10_13-13_21_49_backupiobroker.tar.gz
                2020-11-18 02:01:05.505 - debug: backitup.0 (6421) detect backup file 13: iobroker_2020_10_13-02_00_10_backupiobroker.tar.gz
                2020-11-18 02:01:05.505 - debug: backitup.0 (6421) detect backup file 14: iobroker_2020_10_12-02_00_10_backupiobroker.tar.gz
                2020-11-18 02:01:05.505 - debug: backitup.0 (6421) detect backup file 15: iobroker_2020_10_11-02_00_10_backupiobroker.tar.gz
                2020-11-18 02:01:05.506 - debug: backitup.0 (6421) detect backup file 16: iobroker_2020_10_10-02_00_10_backupiobroker.tar.gz
                2020-11-18 02:01:05.506 - debug: backitup.0 (6421) detect backup file 17: iobroker_2020_10_09-02_00_10_backupiobroker.tar.gz
                2020-11-18 02:01:05.507 - debug: backitup.0 (6421) detect backup file 18: iobroker_2020_10_08-02_00_10_backupiobroker.tar.gz
                2020-11-18 02:01:05.507 - debug: backitup.0 (6421) detect backup file 19: iobroker_2020_10_07-02_00_10_backupiobroker.tar.gz
                2020-11-18 02:01:05.508 - debug: backitup.0 (6421) detect backup file 20: iobroker_2020_10_06-02_00_10_backupiobroker.tar.gz
                2020-11-18 02:01:05.508 - debug: backitup.0 (6421) detect backup file 21: iobroker_2020_10_05-02_00_10_backupiobroker.tar.gz
                2020-11-18 02:01:05.508 - debug: backitup.0 (6421) detect backup file 22: iobroker_2020_10_04-02_00_10_backupiobroker.tar.gz
                2020-11-18 02:01:05.509 - debug: backitup.0 (6421) detect backup file 23: iobroker_2020_10_03-02_00_10_backupiobroker.tar.gz
                2020-11-18 02:01:05.509 - debug: backitup.0 (6421) detect backup file 24: iobroker_2020_10_02-02_00_10_backupiobroker.tar.gz
                2020-11-18 02:01:05.510 - debug: backitup.0 (6421) detect backup file 25: iobroker_2020_10_01-02_00_10_backupiobroker.tar.gz
                2020-11-18 02:01:05.510 - debug: backitup.0 (6421) detect backup file 26: iobroker_2020_09_30-07_40_09_backupiobroker.tar.gz
                2020-11-18 02:01:05.510 - debug: backitup.0 (6421) detect backup file 27: iobroker_2020_09_30-02_00_10_backupiobroker.tar.gz
                2020-11-18 02:01:05.511 - debug: backitup.0 (6421) detect backup file 28: iobroker_2020_09_29-02_00_10_backupiobroker.tar.gz
                2020-11-18 02:01:05.511 - debug: backitup.0 (6421) detect backup file 29: iobroker_2020_09_28-02_00_10_backupiobroker.tar.gz
                2020-11-18 02:01:05.512 - debug: backitup.0 (6421) detect backup file 30: iobroker_2020_09_27-02_00_10_backupiobroker.tar.gz
                2020-11-18 02:01:05.512 - debug: backitup.0 (6421) detect backup file 31: iobroker_2020_09_26-02_00_10_backupiobroker.tar.gz
                2020-11-18 02:01:05.512 - debug: backitup.0 (6421) detect backup file 32: iobroker_2020_09_25-14_11_27_backupiobroker.tar.gz
                2020-11-18 02:01:05.516 - debug: backitup.0 (6421) detect last backup file: iobroker_2020_11_17-09_51_33_backupiobroker.tar.gz
                

                2.JPG 1.JPG

                Ich wäre über Hilfe dankbar.
                LG Phil82

                simatecS Offline
                simatecS Offline
                simatec
                Developer Most Active
                wrote on last edited by
                #803

                @Phil82
                Es gibt mit der Cloud von Google leider Probleme, wo wir bereits ein Issue offen haben.
                Wieviel Backups speicherst du in Drive? So wie ich das verstehe, sind es wohl zu viele Anfragen, was auf eine hohe Anzahl an Backups liegen könnte.

                • Besuche meine Github Seite
                • Beitrag hat geholfen oder willst du mich unterstützen
                • HowTo Restore ioBroker
                P 1 Reply Last reply
                0
                • simatecS simatec

                  @Phil82
                  Es gibt mit der Cloud von Google leider Probleme, wo wir bereits ein Issue offen haben.
                  Wieviel Backups speicherst du in Drive? So wie ich das verstehe, sind es wohl zu viele Anfragen, was auf eine hohe Anzahl an Backups liegen könnte.

                  P Offline
                  P Offline
                  Phil82
                  wrote on last edited by
                  #804

                  @simatec
                  Ich habe eben noch die Screenshots angehängt. Eigentlich 5 Stück sollen aufbehalten werden. Im Log stehen aber mehr, das verstehe ich nicht.

                  simatecS 1 Reply Last reply
                  0
                  • P Phil82

                    @simatec
                    Ich habe eben noch die Screenshots angehängt. Eigentlich 5 Stück sollen aufbehalten werden. Im Log stehen aber mehr, das verstehe ich nicht.

                    simatecS Offline
                    simatecS Offline
                    simatec
                    Developer Most Active
                    wrote on last edited by
                    #805

                    @Phil82
                    Schaue mal in deine Cloud und lösche die alten Backups ggfs mal händisch

                    • Besuche meine Github Seite
                    • Beitrag hat geholfen oder willst du mich unterstützen
                    • HowTo Restore ioBroker
                    P 1 Reply Last reply
                    0
                    • simatecS simatec

                      @Phil82
                      Schaue mal in deine Cloud und lösche die alten Backups ggfs mal händisch

                      P Offline
                      P Offline
                      Phil82
                      wrote on last edited by
                      #806

                      @simatec Okay, erledigt. Da waren ziemlich viele drin.

                      simatecS 1 Reply Last reply
                      0
                      • P Phil82

                        @simatec Okay, erledigt. Da waren ziemlich viele drin.

                        simatecS Offline
                        simatecS Offline
                        simatec
                        Developer Most Active
                        wrote on last edited by
                        #807

                        @Phil82
                        Schiebe nun mal ein Backup an und schaue, ob der Fehler weiterhin auftritt.
                        Aktiviere auch das löschen alter Google Drive Backups in den Einstellungen.

                        • Besuche meine Github Seite
                        • Beitrag hat geholfen oder willst du mich unterstützen
                        • HowTo Restore ioBroker
                        P 1 Reply Last reply
                        0
                        • B Bibo*13

                          Hallo zusammen,
                          seit 2 Tagen werden keine iobroker Archive mehr in mein NAS Drive geschrieben.
                          Pushover sagt immer erfolgreich im VIS HTML steht aber immer name undefined.

                          redis und zigbee.0 kommen an und werden auch geschrieben.

                          Ich habe jetzt backitup mit debug laufen lassen und hänge mal das Log mit an.
                          Ebenso das log wenn ich den Adapter zum backuppen händisch starte.

                          Vielleicht gibt es ja einen Tip von Euch
                          vielen Dank
                          Backitup2.txt Backitup1.txt

                          B Offline
                          B Offline
                          Bibo*13
                          wrote on last edited by
                          #808

                          @Bibo-13 @simatec Was fehlt bei meiner Anfrage? oder ist es ein offensichtlicher Fehler im Ablauf der sich mir nicht erschließt?

                          simatecS 1 Reply Last reply
                          0
                          • B Bibo*13

                            @Bibo-13 @simatec Was fehlt bei meiner Anfrage? oder ist es ein offensichtlicher Fehler im Ablauf der sich mir nicht erschließt?

                            simatecS Offline
                            simatecS Offline
                            simatec
                            Developer Most Active
                            wrote on last edited by
                            #809

                            @Bibo-13
                            Ich kann leider mit deiner Aussage nichts anfangen. Was kommt nicht an?
                            Zeige mal deine Pushover Nachricht ...
                            Der Log sieht OK aus

                            • Besuche meine Github Seite
                            • Beitrag hat geholfen oder willst du mich unterstützen
                            • HowTo Restore ioBroker
                            B 1 Reply Last reply
                            0
                            • simatecS simatec

                              @Bibo-13
                              Ich kann leider mit deiner Aussage nichts anfangen. Was kommt nicht an?
                              Zeige mal deine Pushover Nachricht ...
                              Der Log sieht OK aus

                              B Offline
                              B Offline
                              Bibo*13
                              wrote on last edited by
                              #810

                              @simatec Hallo, es kommen an die Sicherung von redis und zigbee.0. Aber nicht die Iobroker Sicherung. Ich kann im Log auch nichts sehen. Aber auf dem NAS kommt kein Iobroker Backup an.

                              B 1 Reply Last reply
                              0
                              • B Bibo*13

                                @simatec Hallo, es kommen an die Sicherung von redis und zigbee.0. Aber nicht die Iobroker Sicherung. Ich kann im Log auch nichts sehen. Aber auf dem NAS kommt kein Iobroker Backup an.

                                B Offline
                                B Offline
                                Bibo*13
                                wrote on last edited by
                                #811

                                @Bibo-13 Meines erachtens hat das mit mount unmount zu tun. Ich habe es jetzt mal händisch angestossen, also aus dem Adapter heraus gestartet, das hat funktioniert. Nur wenn es automatisch ablaufen soll, also Zeitgesteuert, kommt es zu diesem Problem.

                                simatecS 1 Reply Last reply
                                0
                                • B Bibo*13

                                  @Bibo-13 Meines erachtens hat das mit mount unmount zu tun. Ich habe es jetzt mal händisch angestossen, also aus dem Adapter heraus gestartet, das hat funktioniert. Nur wenn es automatisch ablaufen soll, also Zeitgesteuert, kommt es zu diesem Problem.

                                  simatecS Offline
                                  simatecS Offline
                                  simatec
                                  Developer Most Active
                                  wrote on last edited by
                                  #812

                                  @Bibo-13
                                  Zeige mal deine Config bitte ...

                                  • Besuche meine Github Seite
                                  • Beitrag hat geholfen oder willst du mich unterstützen
                                  • HowTo Restore ioBroker
                                  B 1 Reply Last reply
                                  0
                                  • simatecS simatec

                                    @Bibo-13
                                    Zeige mal deine Config bitte ...

                                    B Offline
                                    B Offline
                                    Bibo*13
                                    wrote on last edited by
                                    #813

                                    @simatec Hier als Datei
                                    system.adapter.backitup.0(1).json

                                    B 1 Reply Last reply
                                    0
                                    • simatecS simatec

                                      @Phil82
                                      Schiebe nun mal ein Backup an und schaue, ob der Fehler weiterhin auftritt.
                                      Aktiviere auch das löschen alter Google Drive Backups in den Einstellungen.

                                      P Offline
                                      P Offline
                                      Phil82
                                      wrote on last edited by
                                      #814

                                      @simatec

                                      So das klappt jetzt. Die Fehler sind weg. Vielen Dank! Jetzt noch eine Frage zum Verständnis.
                                      Unter dem Reiter iobroker gibts den Punkt "Löschen alter ioBroker Sicherungen mit Ausnahme der letzten X Sicherungen" dort habe ich 5 eingestellt. Warum gibt es unter dem Reiter Google Drive "Löschen alter Google Drive Sicherungen" nochmals extra?

                                      LG Phil82

                                      1 Reply Last reply
                                      0
                                      • simatecS simatec
                                        Aktuelle Test Version 3.1.0
                                        Veröffentlichungsdatum 02.03.2025
                                        Github Link https://github.com/simatec/ioBroker.backitup
                                        Wiki Link https://github.com/simatec/ioBroker.backitup/wiki

                                        Hier geht es um die aktuelle Version von ioBroker.backitup, nachdem der alte Thread langsam zu unübersichtlich wurde.
                                        Bitte gebt euer Feedback und eure Anregungen hier ab.

                                        3.1.0 (2025-03-02)

                                        • (Bluefox) Dependencies updated
                                        • (Bluefox) Vite added
                                        • (simatec) jsonConfig updated
                                        • (simatec) Fix month for history

                                        3.0.37 (2025-02-28)

                                        • (simatec) Fix CronJob

                                        3.0.36 (2025-02-26)

                                        • (simatec) Fix src-admin

                                        3.0.35 (2025-02-26)

                                        • (simatec) Fix src-admin

                                        3.0.34 (2025-02-26)

                                        • (simatec) Fix src-admin

                                        3.0.33 (2025-02-25)

                                        • (simatec) Fix cronjob
                                        • (simatec) Fix Backup Console

                                        3.0.32 (2025-02-24)

                                        • (simatec) Error handling for GoogleDrive fix
                                        • (simatec) globalDependencies updated
                                        • (simatec) Dependencies updated
                                        • (simatec) Design Fix

                                        3.0.31 (2024-11-30)

                                        • (simatec) Fix Tab Menu

                                        3.0.30 (2024-11-29)

                                        • (simatec) Fix Tab Menu

                                        3.0.29 (2024-11-29)

                                        • (simatec) Fix Tab Menu

                                        3.0.28 (2024-11-27)

                                        • (simatec) Dependencies updated
                                        • (simatec) eslint-config added
                                        • (bluefox) Allow to store files for up to ca 3 years
                                        • (Marc-Berg) Grafana Docu updated

                                        3.0.27 (2024-11-12)

                                        • (simatec) dependencies updated
                                        • (simatec) Design Fix

                                        3.0.26 (2024-10-16)

                                        • (simatec) Fix FTP Connections
                                        • (simatec) dependencies updated
                                        • (simatec) Issue Workflow added

                                        3.0.25 (2024-09-26)

                                        • (bluefox) Improvement of Google Drive authentication workflow
                                        • (bluefox) Removed gulp from a build process
                                        • (simatec) small Design Fix
                                        • (simatec) Fix for Admin 7.1.5
                                        • (simatec) Fix Test & Release
                                        • (simatec) Fix ESlint errors

                                        3.0.22 (2024-09-03)

                                        • (simatec) Fix Notification Instance
                                        • (simatec) Fix Notification Design
                                        • (simatec) Fix Default Settings

                                        3.0.21 (2024-09-01)

                                        • (simatec) Fix Onedrive Notification
                                        • (simatec) Fix Zigbee2MQTT Backup
                                        • (simatec) dependencies updated

                                        3.0.20 (2024-08-22)

                                        • (simatec) Responsive Design for Tab added
                                        • (simatec) Responsive Design for jsonConfig added
                                        • (simatec) dependencies updated

                                        3.0.19 (2024-08-15)

                                        • (simatec) Fix CCU Backup
                                        • (simatec) Fix InfluxDB Backup Config
                                        • (simatec) Fix Backup-Log for Slave Instanz

                                        3.0.18 (2024-08-14)

                                        • (simatec) Package optimisation
                                        • (simatec) Fix the warning when opening the configuration
                                        • (simatec) dependencies updated

                                        3.0.17 (2024-08-12)

                                        • (simatec) Fix io-package for Release
                                        • (simatec) manual-review added
                                        • (simatec) Fix Slave Backup
                                        • (simatec) dependencies updated

                                        3.0.16 (2024-08-05)

                                        • (bluefox) dependencies updated
                                        • (simatec) Rename json5 Files

                                        3.0.15 (2024-08-03)

                                        • (simatec) fix dependencies

                                        3.0.14 (2024-08-02)

                                        • (simatec) dependencies updated
                                        • (simatec) Improved log outputs

                                        3.0.12 (2024-08-01)

                                        • (simatec) Backup Log for History added
                                        • (simatec) Added separate selection for deleting FTP backups
                                        • (simatec) Added separate selection for deleting Onedrive backups
                                        • (simatec) Added separate selection for deleting Webdav backups
                                        • (simatec) Added separate selection for deleting Dropbox backups
                                        • (simatec) Added separate selection for deleting Googledrive backups
                                        • (simatec) Improved log outputs
                                        • (simatec) Source code cleaned up
                                        • (simatec) dependencies updated

                                        3.0.11 (2024-07-28)

                                        • (simatec) Design Fix
                                        • (simatec) dependencies updated

                                        3.0.10 (2024-07-22)

                                        • (simatec) Design Fix for Dark Mode
                                        • (bluefox) dependencies updated

                                        3.0.9 (2024-07-11)

                                        • (simatec) Tab Icons added
                                        • (simatec) small fix
                                        • (simatec) Docu updated

                                        3.0.8 (2024-07-01)

                                        • (Grothesk242/simatec) forceuid and forcegid added
                                        • (simatec) dependencies updated
                                        • (simatec) small fix

                                        3.0.7 (2024-06-26)

                                        • (simatec) Restore Information added
                                        • (simatec) Fix Formaterrors
                                        • (bluefox) Fixing the problems with styles
                                        • (simatec) Fix iobroker Backup Error

                                        3.0.6 (2024-06-26)

                                        • (simatec) Restore Information added
                                        • (simatec) Fix Formaterrors
                                        • (bluefox) Fixing the problems with styles
                                        • (simatec) Fix iobroker Backup Error

                                        3.0.5 (2024-06-18)

                                        • (simatec) Fix Build

                                        3.0.4 (2024-06-18)

                                        • (simatec) History Gui Fix
                                        • (simatec) Tab GUI modified
                                        • (bluefox) Added support for Admin 7
                                        • (simatec) Onedrive ready for School/Business Accounts

                                        3.0.3 (2024-06-10)

                                        • (simatec) Fixed WebDav
                                        • (simatec) Admin Notification for Backup errors added
                                        • (simatec) Remove Sentry Config
                                        • (simatec) Translations updated
                                        • (simatec) Error handling optimized
                                        • (simatec) dependencies updated

                                        3.0.2 (2024-06-06)

                                        • (simatec) Fixed Google Drive
                                        • (simatec) Fixed Translations
                                        • (simatec) Fixed Onedrive
                                        • (simatec) Fixed MySql Backup
                                        • (simatec) Fixed Translation added
                                        • (simatec) Design Fix
                                        • (simatec) new notifications content added

                                        3.0.1 (2024-05-29)

                                        • (simatec) Fixed umount callback
                                        • (simatec) Fixed Backup Message
                                        • (simatec) Translations updated
                                        • (simatec) Fixed InfluxDB Multi Backup
                                        • (simatec) Fixed Restore Console
                                        • (simatec) Fixed Backup Console

                                        3.0.0 (2024-05-28)

                                        • (simatec) jsonConfig added
                                        • (bluefox) Conversion to React
                                        • (bluefox) Added react components
                                        • (bluefox/simatec) Working on React GUI
                                        • (simatec) dependencies updated
                                        • (simatec) Fix Yahka Backup
                                        • (simatec) Fix Nodered Backup
                                        • (simatec) some bugs fixed
                                        • (bluefox/simatec) New Restore-Interface
                                        • (simatec) Translation updated

                                        GarganoG Offline
                                        GarganoG Offline
                                        Gargano
                                        wrote on last edited by
                                        #815

                                        @simatec Bei mir geht der Backup vom iobroker auf google drive nicht mehr, manuell geht es aber.
                                        Backup von ccu geht.

                                        Einstellungen :
                                        10e939bb-5ef5-4437-9979-ce0257a49c13-grafik.png

                                        d3dc56ce-db27-4a56-a562-167c5091a1ef-grafik.png
                                        5c0f4a8d-cc96-4e4b-ab98-552b97244523-grafik.png

                                        simatecS Thomas BraunT 2 Replies Last reply
                                        0
                                        • GarganoG Gargano

                                          @simatec Bei mir geht der Backup vom iobroker auf google drive nicht mehr, manuell geht es aber.
                                          Backup von ccu geht.

                                          Einstellungen :
                                          10e939bb-5ef5-4437-9979-ce0257a49c13-grafik.png

                                          d3dc56ce-db27-4a56-a562-167c5091a1ef-grafik.png
                                          5c0f4a8d-cc96-4e4b-ab98-552b97244523-grafik.png

                                          simatecS Offline
                                          simatecS Offline
                                          simatec
                                          Developer Most Active
                                          wrote on last edited by
                                          #816

                                          @Gargano
                                          Hast du einen debug Log für mich?

                                          • Besuche meine Github Seite
                                          • Beitrag hat geholfen oder willst du mich unterstützen
                                          • HowTo Restore ioBroker
                                          GarganoG 2 Replies Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          55

                                          Online

                                          32.4k

                                          Users

                                          81.3k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe