Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter ioBroker.backitup v3.1.x

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Test Adapter ioBroker.backitup v3.1.x

    This topic has been deleted. Only users with topic management privileges can see it.
    • simatec
      simatec Developer Most Active @hg6806 last edited by

      @hg6806 Du bekommst nach der Autorisierung einen Token im Browser angezeigt... Dieser muss eingefügt werden.

      hg6806 1 Reply Last reply Reply Quote 0
      • hg6806
        hg6806 Most Active @simatec last edited by

        @simatec

        Ok, danke
        Und wie und wo sehe ich dann die Backup-Daten?

        simatec 1 Reply Last reply Reply Quote 0
        • simatec
          simatec Developer Most Active @hg6806 last edited by simatec

          @hg6806 Du siehst sie in deinem GDrive Account und in Backitup im Restore Menü
          https://github.com/simatec/ioBroker.backitup/wiki/ioBroker.backitup-Wiki-Deutsch

          1 Reply Last reply Reply Quote 0
          • D
            DPO99 @simatec last edited by

            @simatec

            Ich habe jetzt mal CIFS und NFS parallel laufen lassen. CIFS (mit SMB3) läuft immer auf Fehler beim löschen. NFS läuft bisher ohne Fehler.

            Ich würde es zwar gerne verstehen wollen, wieso es plötzlich (lief ja sehr lange fehlerfrei) nicht mehr über CIFS geht aber gut....habe den User auch mal mit SMB über Windows und Android verbunden, da ist alles kein Problem (löschen und erstellen).

            It is what it is....

            Dennoch danke für die Unterstützung!

            simatec 1 Reply Last reply Reply Quote 0
            • simatec
              simatec Developer Most Active @DPO99 last edited by

              @dpo99 Was hast du für eine Node Version laufen?

              type -p nodejs node npm npx corepack && nodejs -v && node -v && npm -v && npx -v && corepack -v
              
              D 1 Reply Last reply Reply Quote 0
              • D
                DPO99 @simatec last edited by

                @simatec sagte in Test Adapter ioBroker.backitup v2.8.x:

                type -p nodejs node npm npx corepack && nodejs -v && node -v && npm -v && npx -v && corepack -v

                Anbei:

                iobroker@iobroker:~ $ type -p nodejs node npm npx corepack && nodejs -v && node -v && npm -v && npx -v && corepack -v
                /usr/bin/nodejs
                /usr/bin/node
                /usr/bin/npm
                /usr/bin/npx
                /usr/bin/corepack
                v18.18.0
                v18.18.0
                9.8.1
                9.8.1
                0.19.0
                
                Thomas Braun simatec 2 Replies Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @DPO99 last edited by Thomas Braun

                  @dpo99

                  Könnte sein, dass es mit nodejs 18.18.1 wieder funktioniert.
                  Dürfte in den nächsten Tagen veröffentlicht werden.

                  1 Reply Last reply Reply Quote 0
                  • simatec
                    simatec Developer Most Active @DPO99 last edited by simatec

                    @dpo99 Ist aktuell ein Bug in node 18.18.0... CIFS ist da von betroffen.
                    Entweder auf die 18.18.1 warten oder auf 18.17.x zurückgehen

                    https://github.com/nodejs/node/issues/49911

                    R D 2 Replies Last reply Reply Quote 0
                    • R
                      Radi @simatec last edited by

                      @simatec Wie wäre dafür das richtige Vorgehen? Ich trau mich nicht so recht, den Schritt auf die 18.17.1 zurück zu gehen.

                      simatec 1 Reply Last reply Reply Quote 0
                      • simatec
                        simatec Developer Most Active @Radi last edited by simatec

                        @radi Ich würde es wie folgt machen...

                        iob stop
                        sudo apt update
                        sudo apt install nodejs=18.17.1-1nodesource1
                        type -p nodejs node npm npx corepack && nodejs -v && node -v && npm -v && npx -v && corepack -v
                        iob fix
                        iob start
                        
                        R 2 Replies Last reply Reply Quote 0
                        • R
                          Radi @simatec last edited by Radi

                          @simatec Danke. Werde ich dann gleich mal angehen.

                          1 Reply Last reply Reply Quote 0
                          • R
                            Radi @simatec last edited by

                            @simatec Alles erledigt und mein Backitup tut wieder seinen Dienst. Danke vielmals.

                            1 Reply Last reply Reply Quote 0
                            • D
                              DPO99 @simatec last edited by

                              @simatec @Thomas-Braun

                              Danke! Ich warte auf die 18.18.1, betrifft ja nur das löschen...schreiben klappt ja.

                              I Thomas Braun 2 Replies Last reply Reply Quote 0
                              • I
                                ichderarnd @DPO99 last edited by

                                @simatec
                                Was ich hier beschrieben habe:
                                https://forum.iobroker.net/topic/27267/test-adapter-iobroker-backitup-v2-8-x/2477

                                Könnte das auch ein nodejs Problem sein oder hat sich hier etwas im Adapter geändert? Ich hatte zu diesem Zeitpunkt ein nodejs Update gemacht auf:

                                type -p nodejs node npm npx corepack && nodejs -v && node -v && npm -v && npx -v && corepack -v
                                /usr/bin/nodejs
                                /usr/bin/node
                                /usr/local/bin/npx
                                /usr/bin/corepack
                                v16.20.2
                                v16.20.2
                                9.1.3
                                9.1.3
                                0.17.0

                                simatec Thomas Braun 2 Replies Last reply Reply Quote 0
                                • simatec
                                  simatec Developer Most Active @ichderarnd last edited by

                                  @ichderarnd Nein das hat nichts mit Nodejs zu tun

                                  I 1 Reply Last reply Reply Quote 0
                                  • I
                                    ichderarnd @simatec last edited by

                                    @simatec
                                    Das heißt, es hat sich etwas an der Übergabe des Passworts an den mount Befehl geändert?

                                    1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @ichderarnd last edited by Thomas Braun

                                      @ichderarnd sagte in Test Adapter ioBroker.backitup v2.8.x:

                                      /usr/local/bin/npx

                                      Deine nodejs-Installation ist allerdings nicht sauber.
                                      Und npm sehe ich gar nicht.

                                      I 1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @DPO99 last edited by

                                        @dpo99 @Radi

                                        Die 18.18.1 ist veröffentlicht worden.

                                        D 1 Reply Last reply Reply Quote 0
                                        • I
                                          ichderarnd @Thomas Braun last edited by

                                          @thomas-braun sagte in Test Adapter ioBroker.backitup v2.8.x:

                                          Deine nodejs-Installation ist allerdings nicht sauber.
                                          Und npm sehe ich gar nicht.

                                          In der Tat, "type - p npm" gibt nix.
                                          Wenn ich "npm -v" ausführe, kommt 9.1.3 raus.

                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @ichderarnd last edited by

                                            @ichderarnd

                                            Dann versuch mal

                                            which npm
                                            

                                            Aber so oder so solltest du da dringend ran.
                                            Versuch mal damit:

                                            https://forum.iobroker.net/topic/68035/iob-node-fix-skript

                                            I 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            937
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            backitup backitup backup ccu history mysql redis restore restore backup
                                            168
                                            2711
                                            2146388
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo