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. ioBroker Allgemein
  4. BackItUp für InfluxDB

NEWS

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

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

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

BackItUp für InfluxDB

BackItUp für InfluxDB

Scheduled Pinned Locked Moved ioBroker Allgemein
backitup influxdb
273 Posts 32 Posters 52.8k Views 28 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.
  • MassiveAttackM MassiveAttack

    @simatec

    $ docker run -p 8086:8086 \
          -v influxdb:/var/lib/influxdb \
          influxdb:1.8
    
    simatecS Offline
    simatecS Offline
    simatec
    Developer Most Active
    wrote on last edited by
    #105

    @massiveattack der Port 8088 ist da aber nicht konfiguriert.
    Den Port benötigst du als remote Port

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

      @massiveattack der Port 8088 ist da aber nicht konfiguriert.
      Den Port benötigst du als remote Port

      MassiveAttackM Offline
      MassiveAttackM Offline
      MassiveAttack
      wrote on last edited by
      #106

      @simatec
      den habe ich auch in der influx config eingestellt:

      [admin]
      enabled = true
      bind-address = ":8088"

      (hab auch schon "0.0.0.0:8088" erfolglos versucht"

      simatecS 1 Reply Last reply
      0
      • MassiveAttackM MassiveAttack

        @simatec
        den habe ich auch in der influx config eingestellt:

        [admin]
        enabled = true
        bind-address = ":8088"

        (hab auch schon "0.0.0.0:8088" erfolglos versucht"

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

        @massiveattack sagte in BackItUp für InfluxDB:

        8088

        Ich denke beim docker musst du den Port auch freigeben ...
        Eventuell kann da @andre etwas zu sagen.

        • Besuche meine Github Seite
        • Beitrag hat geholfen oder willst du mich unterstützen
        • HowTo Restore ioBroker
        MassiveAttackM andreA 2 Replies Last reply
        0
        • simatecS simatec

          @massiveattack sagte in BackItUp für InfluxDB:

          8088

          Ich denke beim docker musst du den Port auch freigeben ...
          Eventuell kann da @andre etwas zu sagen.

          MassiveAttackM Offline
          MassiveAttackM Offline
          MassiveAttack
          wrote on last edited by
          #108

          @simatec

          Puh ob man den Port nachträglich im Docker ändern kann, wage ich zu bezweifeln, zumindest in der Docker Station von Qnap gibts da Probleme.

          Aber wärs nicht einfacher, den Port auf ":8086" zu ändern, sowohl in der config als auch im iobroker backup?
          Oder wäre der dann doppelt belegt? Wäre das ein Problem?

          simatecS 1 Reply Last reply
          0
          • MassiveAttackM MassiveAttack

            @simatec

            Puh ob man den Port nachträglich im Docker ändern kann, wage ich zu bezweifeln, zumindest in der Docker Station von Qnap gibts da Probleme.

            Aber wärs nicht einfacher, den Port auf ":8086" zu ändern, sowohl in der config als auch im iobroker backup?
            Oder wäre der dann doppelt belegt? Wäre das ein Problem?

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

            @massiveattack Nein der Port 8086 ist belegt ... Remote benötigt einen anderen Port

            • Besuche meine Github Seite
            • Beitrag hat geholfen oder willst du mich unterstützen
            • HowTo Restore ioBroker
            MassiveAttackM HumidorH 2 Replies Last reply
            0
            • simatecS simatec

              @massiveattack Nein der Port 8086 ist belegt ... Remote benötigt einen anderen Port

              MassiveAttackM Offline
              MassiveAttackM Offline
              MassiveAttack
              wrote on last edited by
              #110

              @simatec
              Alles klar. Vielleicht hat jemand eine Idee, wie man einen zusätzlichen Port in der Container Station (Qnap) freigeben kann.

              1 Reply Last reply
              0
              • simatecS simatec

                @massiveattack Nein der Port 8086 ist belegt ... Remote benötigt einen anderen Port

                HumidorH Offline
                HumidorH Offline
                Humidor
                wrote on last edited by Humidor
                #111

                @simatec Hallo!
                ich würde gerne ein Backup der Influx-Daten (BackitUp) im Synology/Docker/Container/influx1.7 einspielen.
                bekomme es aber nicht hin, dass er die Daten vom Backup übernimmt?
                weder im iobroker - backitup noch mit dem Befehl

                influxd backup -portable -database iobroker "/var/lib/influxdb/backups/influxDB_20_05_21"
                

                BG

                1 Reply Last reply
                0
                • simatecS simatec

                  @massiveattack sagte in BackItUp für InfluxDB:

                  8088

                  Ich denke beim docker musst du den Port auch freigeben ...
                  Eventuell kann da @andre etwas zu sagen.

                  andreA Offline
                  andreA Offline
                  andre
                  Developer
                  wrote on last edited by
                  #112

                  @simatec sagte in BackItUp für InfluxDB:

                  Eventuell kann da @andre etwas zu sagen.

                  Noch aktuell? Worum geht es? War leider ein paar Tage raus...

                  MfG,
                  André

                  Bitte keine Support-Fragen per PN! Nutzt die öffentliche Kanäle damit auch andere von den Antworten profitieren können!

                  HumidorH 1 Reply Last reply
                  0
                  • andreA andre

                    @simatec sagte in BackItUp für InfluxDB:

                    Eventuell kann da @andre etwas zu sagen.

                    Noch aktuell? Worum geht es? War leider ein paar Tage raus...

                    MfG,
                    André

                    HumidorH Offline
                    HumidorH Offline
                    Humidor
                    wrote on last edited by
                    #113

                    @andre ev. würdest du mir helfen? ich versuche mit Backitup Influx Daten in mein Synology/Docker Influx zu bekommen.

                    BG

                    1 Reply Last reply
                    0
                    • Rene55R Online
                      Rene55R Online
                      Rene55
                      wrote on last edited by
                      #114

                      @andre Hier ist der Fachmann gefragt. Ich habe auch keinen Schimmer, wie ich die influxdb in den Container reinkriegen soll. @simatec Evtl. gibt es die Möglichkeit, die entfernte Instanz im Influx-Container zum Backup aufzurufen? Nur so als Idee.

                      Host: Fujitsu Intel(R) Pentium(R) CPU G4560T, 32 GB RAM, Proxmox 8.x + lxc Ubuntu 22.04
                      ioBroker (8 GB RAM) Node.js: 20.19.1, NPM: 10.8.2, js-Controller: 7.0.6, Admin: 7.6.3
                      Wetterstation: Froggit WH3000SE V1.6.6

                      1 Reply Last reply
                      0
                      • MassiveAttackM Offline
                        MassiveAttackM Offline
                        MassiveAttack
                        wrote on last edited by
                        #115

                        seit einem Grafana Update auf v8 bekomme ich beim Backup einen Fehler:

                        [DEBUG] [iobroker] - done
                        [DEBUG] [grafana] - Start Grafana Backup ...
                        [DEBUG] [grafana] - Created grafana_tmp directory: "/opt/iobroker/backups/grafana_tmp"
                        [DEBUG] [grafana] - Created dashboard directory
                        [DEBUG] [grafana] - Created dashboards_manually_restore directory
                        [DEBUG] [grafana] - Created datasource directory
                        [DEBUG] [grafana] - start Grafana request ...
                        [DEBUG] [grafana] - Grafana is available ... Status: 200
                        [DEBUG] [grafana] - Error on Grafana Dashoard backup: Error: Request failed with status code 404
                        [DEBUG] [grafana] - start Grafana backup compress ...
                        [DEBUG] [grafana] - Try deleting the Grafana tmp directory: "/opt/iobroker/backups/grafana_tmp"
                        [DEBUG] [grafana] - Grafana tmp directory "/opt/iobroker/backups/grafana_tmp" successfully deleted
                        [DEBUG] [grafana] - cannot found Grafana Backup files
                        [DEBUG] [grafana] - done
                        [DEBUG] [cifs] - done
                        [DEBUG] [cifs] start with {"mountType":"NFS","type":"storage","source":"cifs","mount":"192.168.0.3","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","clientInodes":false,"deleteOldBackup":true,"ownDir":false,"dir":"/backup","dirMinimal":"sharename/backupDir","user":"","pass":"****","backupDir":"/opt/iobroker/backups","deleteBackupAfter":0}
                        [DEBUG] [clean] - done
                        [DEBUG] [historyHTML] - new history html values created
                        [DEBUG] [historyHTML] - done
                        [DEBUG] [historyJSON] - new history json values created
                        [DEBUG] [historyJSON] - done
                        [DEBUG] [historyHTML] start with {"type":"creator","time":"02:00","debugging":true,"everyXDays":"5","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"NFS","type":"storage","source":"cifs","mount":"192.168.0.3","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","clientInodes":false,"deleteOldBackup":true,"ownDir":false,"dir":"/backup","dirMinimal":"sharename/backupDir","user":"","pass":"****","context":{"fileNames":["/opt/iobroker/backups/iobroker_2021_06_09-11_42_47_backupiobroker.tar.gz"],"errors":{},"done":["mount","iobroker"],"types":["iobroker"]},"adapter":null},"dir":"/opt/iobroker","grafana":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"cifs","host":"","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","user":"","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"NFS","type":"storage","source":"cifs","mount":"192.168.0.3","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","clientInodes":false,"deleteOldBackup":true,"ownDir":false,"dir":"backup","dirMinimal":"sharename/backupDir","user":"","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"webdav":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"username":"username","pass":"****","url":"https://example.com/remote.php/dav/files/username/","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"host":"192.168.0.10","port":"3000","username":"admin","pass":"****","apiKey":"****"},"historyHTML":{"enabled":true,"type":"message","entriesNumber":"5","systemLang":"de","time":"09. Juni 2021 um 11:42 Uhr"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"5","systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
                        [DEBUG] [historyJSON] start with {"type":"creator","time":"02:00","debugging":true,"everyXDays":"5","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"NFS","type":"storage","source":"cifs","mount":"192.168.0.3","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","clientInodes":false,"deleteOldBackup":true,"ownDir":false,"dir":"/backup","dirMinimal":"sharename/backupDir","user":"","pass":"****","context":{"fileNames":["/opt/iobroker/backups/iobroker_2021_06_09-11_42_47_backupiobroker.tar.gz"],"errors":{},"done":["mount","iobroker"],"types":["iobroker"]},"adapter":null},"dir":"/opt/iobroker","grafana":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"cifs","host":"","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","user":"","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"NFS","type":"storage","source":"cifs","mount":"192.168.0.3","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","clientInodes":false,"deleteOldBackup":true,"ownDir":false,"dir":"backup","dirMinimal":"sharename/backupDir","user":"","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"webdav":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"username":"username","pass":"****","url":"https://example.com/remote.php/dav/files/username/","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"host":"192.168.0.10","port":"3000","username":"admin","pass":"****","apiKey":"****"},"historyHTML":{"enabled":true,"type":"message","entriesNumber":"5","systemLang":"de"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"5","systemLang":"de","time":"09. Juni 2021 um 11:42 Uhr"},"backupDir":"/opt/iobroker/backups"}
                        [DEBUG] [umount] - mount activ, umount is started ...
                        [DEBUG] [umount] start with {"mountType":"NFS","type":"storage","source":"cifs","mount":"192.168.0.3","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","clientInodes":false,"deleteOldBackup":true,"ownDir":false,"dir":"/backup","dirMinimal":"sharename/backupDir","user":"","pass":"****","backupDir":"/opt/iobroker/backups"}
                        [DEBUG] [umount] - umount successfully completed
                        [DEBUG] [umount] - done
                        [EXIT] 0
                        
                        crunchipC 1 Reply Last reply
                        0
                        • MassiveAttackM MassiveAttack

                          seit einem Grafana Update auf v8 bekomme ich beim Backup einen Fehler:

                          [DEBUG] [iobroker] - done
                          [DEBUG] [grafana] - Start Grafana Backup ...
                          [DEBUG] [grafana] - Created grafana_tmp directory: "/opt/iobroker/backups/grafana_tmp"
                          [DEBUG] [grafana] - Created dashboard directory
                          [DEBUG] [grafana] - Created dashboards_manually_restore directory
                          [DEBUG] [grafana] - Created datasource directory
                          [DEBUG] [grafana] - start Grafana request ...
                          [DEBUG] [grafana] - Grafana is available ... Status: 200
                          [DEBUG] [grafana] - Error on Grafana Dashoard backup: Error: Request failed with status code 404
                          [DEBUG] [grafana] - start Grafana backup compress ...
                          [DEBUG] [grafana] - Try deleting the Grafana tmp directory: "/opt/iobroker/backups/grafana_tmp"
                          [DEBUG] [grafana] - Grafana tmp directory "/opt/iobroker/backups/grafana_tmp" successfully deleted
                          [DEBUG] [grafana] - cannot found Grafana Backup files
                          [DEBUG] [grafana] - done
                          [DEBUG] [cifs] - done
                          [DEBUG] [cifs] start with {"mountType":"NFS","type":"storage","source":"cifs","mount":"192.168.0.3","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","clientInodes":false,"deleteOldBackup":true,"ownDir":false,"dir":"/backup","dirMinimal":"sharename/backupDir","user":"","pass":"****","backupDir":"/opt/iobroker/backups","deleteBackupAfter":0}
                          [DEBUG] [clean] - done
                          [DEBUG] [historyHTML] - new history html values created
                          [DEBUG] [historyHTML] - done
                          [DEBUG] [historyJSON] - new history json values created
                          [DEBUG] [historyJSON] - done
                          [DEBUG] [historyHTML] start with {"type":"creator","time":"02:00","debugging":true,"everyXDays":"5","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"NFS","type":"storage","source":"cifs","mount":"192.168.0.3","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","clientInodes":false,"deleteOldBackup":true,"ownDir":false,"dir":"/backup","dirMinimal":"sharename/backupDir","user":"","pass":"****","context":{"fileNames":["/opt/iobroker/backups/iobroker_2021_06_09-11_42_47_backupiobroker.tar.gz"],"errors":{},"done":["mount","iobroker"],"types":["iobroker"]},"adapter":null},"dir":"/opt/iobroker","grafana":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"cifs","host":"","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","user":"","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"NFS","type":"storage","source":"cifs","mount":"192.168.0.3","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","clientInodes":false,"deleteOldBackup":true,"ownDir":false,"dir":"backup","dirMinimal":"sharename/backupDir","user":"","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"webdav":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"username":"username","pass":"****","url":"https://example.com/remote.php/dav/files/username/","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"host":"192.168.0.10","port":"3000","username":"admin","pass":"****","apiKey":"****"},"historyHTML":{"enabled":true,"type":"message","entriesNumber":"5","systemLang":"de","time":"09. Juni 2021 um 11:42 Uhr"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"5","systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
                          [DEBUG] [historyJSON] start with {"type":"creator","time":"02:00","debugging":true,"everyXDays":"5","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"NFS","type":"storage","source":"cifs","mount":"192.168.0.3","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","clientInodes":false,"deleteOldBackup":true,"ownDir":false,"dir":"/backup","dirMinimal":"sharename/backupDir","user":"","pass":"****","context":{"fileNames":["/opt/iobroker/backups/iobroker_2021_06_09-11_42_47_backupiobroker.tar.gz"],"errors":{},"done":["mount","iobroker"],"types":["iobroker"]},"adapter":null},"dir":"/opt/iobroker","grafana":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"cifs","host":"","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","user":"","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"NFS","type":"storage","source":"cifs","mount":"192.168.0.3","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","clientInodes":false,"deleteOldBackup":true,"ownDir":false,"dir":"backup","dirMinimal":"sharename/backupDir","user":"","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"webdav":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"username":"username","pass":"****","url":"https://example.com/remote.php/dav/files/username/","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"host":"192.168.0.10","port":"3000","username":"admin","pass":"****","apiKey":"****"},"historyHTML":{"enabled":true,"type":"message","entriesNumber":"5","systemLang":"de"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"5","systemLang":"de","time":"09. Juni 2021 um 11:42 Uhr"},"backupDir":"/opt/iobroker/backups"}
                          [DEBUG] [umount] - mount activ, umount is started ...
                          [DEBUG] [umount] start with {"mountType":"NFS","type":"storage","source":"cifs","mount":"192.168.0.3","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","clientInodes":false,"deleteOldBackup":true,"ownDir":false,"dir":"/backup","dirMinimal":"sharename/backupDir","user":"","pass":"****","backupDir":"/opt/iobroker/backups"}
                          [DEBUG] [umount] - umount successfully completed
                          [DEBUG] [umount] - done
                          [EXIT] 0
                          
                          crunchipC Away
                          crunchipC Away
                          crunchip
                          Forum Testing Most Active
                          wrote on last edited by
                          #116

                          @massiveattack hast du deine Grafana Konfig wieder angepasst(api-key)? sonst funktioniert das backup nicht, da du vorhin ja alles gelöscht hast!!

                          umgestiegen von Proxmox auf Unraid

                          MassiveAttackM 1 Reply Last reply
                          0
                          • crunchipC crunchip

                            @massiveattack hast du deine Grafana Konfig wieder angepasst(api-key)? sonst funktioniert das backup nicht, da du vorhin ja alles gelöscht hast!!

                            MassiveAttackM Offline
                            MassiveAttackM Offline
                            MassiveAttack
                            wrote on last edited by
                            #117

                            @crunchip
                            ja, hab einen neuen api key erzeugt, und im iobroker hinterlegt.
                            braucht die aktivierung etwas zeit? bis dato hat es ja funktioniert

                            MassiveAttackM 1 Reply Last reply
                            0
                            • MassiveAttackM MassiveAttack

                              @crunchip
                              ja, hab einen neuen api key erzeugt, und im iobroker hinterlegt.
                              braucht die aktivierung etwas zeit? bis dato hat es ja funktioniert

                              MassiveAttackM Offline
                              MassiveAttackM Offline
                              MassiveAttack
                              wrote on last edited by
                              #118

                              neuer user, neuer key bringt auch nix...

                              crunchipC 1 Reply Last reply
                              0
                              • MassiveAttackM MassiveAttack

                                neuer user, neuer key bringt auch nix...

                                crunchipC Away
                                crunchipC Away
                                crunchip
                                Forum Testing Most Active
                                wrote on last edited by
                                #119

                                @massiveattack keinen Plan was du da für ne Baustelle hast. Siehe deinem anderen Thread.
                                Hast du dir, wie empfohlen, das Verzeichnis var/lib/grafana weggesichert?

                                umgestiegen von Proxmox auf Unraid

                                MassiveAttackM 1 Reply Last reply
                                0
                                • crunchipC crunchip

                                  @massiveattack keinen Plan was du da für ne Baustelle hast. Siehe deinem anderen Thread.
                                  Hast du dir, wie empfohlen, das Verzeichnis var/lib/grafana weggesichert?

                                  MassiveAttackM Offline
                                  MassiveAttackM Offline
                                  MassiveAttack
                                  wrote on last edited by
                                  #120

                                  @crunchip
                                  die andere baustelle ist behoben, meine dashboards und settings sind alle vorhanden.
                                  das dir hab ich gesichert, wurde aber anscheinend eh nicht gelöscht. musste nichts wiederherstellen nach dem install von v8

                                  crunchipC 1 Reply Last reply
                                  0
                                  • MassiveAttackM MassiveAttack

                                    @crunchip
                                    die andere baustelle ist behoben, meine dashboards und settings sind alle vorhanden.
                                    das dir hab ich gesichert, wurde aber anscheinend eh nicht gelöscht. musste nichts wiederherstellen nach dem install von v8

                                    crunchipC Away
                                    crunchipC Away
                                    crunchip
                                    Forum Testing Most Active
                                    wrote on last edited by
                                    #121

                                    @massiveattack vllt funktioniert v8 noch nicht mit backitup bzw wurde etwas geändert

                                    umgestiegen von Proxmox auf Unraid

                                    MassiveAttackM 1 Reply Last reply
                                    0
                                    • crunchipC crunchip

                                      @massiveattack vllt funktioniert v8 noch nicht mit backitup bzw wurde etwas geändert

                                      MassiveAttackM Offline
                                      MassiveAttackM Offline
                                      MassiveAttack
                                      wrote on last edited by
                                      #122

                                      vielleicht kann das jemand bestätigen?

                                      crunchipC 1 Reply Last reply
                                      0
                                      • MassiveAttackM MassiveAttack

                                        vielleicht kann das jemand bestätigen?

                                        crunchipC Away
                                        crunchipC Away
                                        crunchip
                                        Forum Testing Most Active
                                        wrote on last edited by
                                        #123

                                        @massiveattack wer weiss was du da überhaupt gesichert hast, mit dem backitup. Da du ja selbst geschrieben hattest, das du "grafana-rpi" installiert hattest.

                                        umgestiegen von Proxmox auf Unraid

                                        MassiveAttackM 1 Reply Last reply
                                        0
                                        • crunchipC crunchip

                                          @massiveattack wer weiss was du da überhaupt gesichert hast, mit dem backitup. Da du ja selbst geschrieben hattest, das du "grafana-rpi" installiert hattest.

                                          MassiveAttackM Offline
                                          MassiveAttackM Offline
                                          MassiveAttack
                                          wrote on last edited by
                                          #124

                                          @crunchip
                                          ja du hast recht. aber die debug ausgabe verstehe ich nicht:

                                          [DEBUG] [grafana] - Grafana is available ... Status: 200
                                          [DEBUG] [grafana] - Error on Grafana Dashoard backup: Error: Request failed with status code 404
                                          [DEBUG] [grafana] - start Grafana backup compress ...
                                          

                                          code 404 hat anscheinend irgendwas mit der api zu tun

                                          crunchipC simatecS 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
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          107

                                          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